1999-12-24 |
Václav Slavík | removed wxHtmlParser::GetTempData (internal function... |
tree | commitdiff |
1999-12-24 |
Václav Slavík | added <font face> support |
tree | commitdiff |
1999-12-23 |
Václav Slavík | fixed interpretation of <font size>: was always relativ... |
tree | commitdiff |
1999-12-23 |
Václav Slavík | wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink... |
tree | commitdiff |
1999-12-23 |
Václav Slavík | wxHtmlWindow::OnLinkClicked and wxHtmlCell::Get/SetLink... |
tree | commitdiff |
1999-12-23 |
Václav Slavík | removed wxITALIC/wxSLANT stuff from wxHTML (no longer... |
tree | commitdiff |
1999-12-23 |
Václav Slavík | wxHtmlFontCell now has member wxFont m_Font instead... |
tree | commitdiff |
1999-12-21 |
Václav Slavík | fixed horizontal scrollbar bug |
tree | commitdiff |
1999-12-21 |
Václav Slavík | #ifdef wxUSE_TOOLTIPS around tooltips |
tree | commitdiff |
1999-12-21 |
Václav Slavík | stupid typo in wxHTML help options dlg - did not displa... |
tree | commitdiff |
1999-12-20 |
Robert Roebling | Minor optical changes to toolbar and the help frame's |
tree | commitdiff |
1999-12-20 |
Václav Slavík | added <EM>, <CITE> and <STRONG> tags; now use separate... |
tree | commitdiff |
1999-12-20 |
Václav Slavík | HTML help: index panel now displays only part of index... |
tree | commitdiff |
1999-12-20 |
Václav Slavík | added support for definition lists (DL,DT,DD) to wxHTML |
tree | commitdiff |
1999-12-20 |
Václav Slavík | cleaned some relics - mod_* instead of m_* in wxHTML... |
tree | commitdiff |
1999-12-15 |
Václav Slavík | fixed wxHtmlWindow flicker |
tree | commitdiff |
1999-12-11 |
Václav Slavík | new wxHTML printing code ; parser now supports scaling |
tree | commitdiff |
1999-12-10 |
Václav Slavík | removed platform specific #ifdefs around wxComboBox |
tree | commitdiff |
1999-12-07 |
Robert Roebling | Minor optical changes to toolbar and wxHelpFrame. |
tree | commitdiff |
1999-12-06 |
Robert Roebling | Patch for stream.cpp for non-flushable stream, |
tree | commitdiff |
1999-12-05 |
Václav Slavík | added bookmarks support |
tree | commitdiff |
1999-12-05 |
Václav Slavík | fixed bug in SetFonts (caused segfault in wxHtmlHelpFrame) |
tree | commitdiff |
1999-12-05 |
Václav Slavík | fixed incorrect rendering of tables with cellspacing... |
tree | commitdiff |
1999-12-01 |
Václav Slavík | cosmetic changes in help browser settings dlg; fixed... |
tree | commitdiff |
1999-11-29 |
Václav Slavík | just deleted one empty line (testing CVS server) |
tree | commitdiff |
1999-11-28 |
Václav Slavík | wxHtmlWinParser::SetFonts now refreshes fonts cache |
tree | commitdiff |
1999-11-28 |
Václav Slavík | fixed MSVC++ (stupid) warning |
tree | commitdiff |
1999-11-28 |
Václav Slavík | SetTitle method (internal use only) changed to virtual... |
tree | commitdiff |
1999-11-28 |
Václav Slavík | added © in <PRE> environment |
tree | commitdiff |
1999-11-28 |
Václav Slavík | added setup dialog, changed icons names (prefixed with w) |
tree | commitdiff |
1999-11-28 |
Václav Slavík | wxHTML icons are now prefixed with w so that it does... |
tree | commitdiff |
1999-11-25 |
Václav Slavík | a bit better solution for ©, etc. (in terms... |
tree | commitdiff |
1999-11-24 |
Václav Slavík | added © -> (c) conversion in html docs |
tree | commitdiff |
1999-11-23 |
Václav Slavík | fixed bug that caused wxHtmlWindow to segfault on html... |
tree | commitdiff |
1999-11-19 |
David Webster | Removal of previous wxValidtor code for wxOS2 |
tree | commitdiff |
1999-11-17 |
Václav Slavík | wxHtmlWindow::LoadPage does not use wxBusyCursor anymor... |
tree | commitdiff |
1999-11-13 |
Václav Slavík | html help : search panel now has more logical order... |
tree | commitdiff |
1999-11-11 |
Václav Slavík | <br><br><br> is now handled correctly, e.g. empty lines... |
tree | commitdiff |
1999-11-08 |
David Webster | OS/2 PM Fixeups for fonts, validators, and html |
tree | commitdiff |
1999-11-07 |
Julian Smart | Various fixes for various compilers... |
tree | commitdiff |
1999-11-06 |
Václav Slavík | cosmetic changes : indentation etc. |
tree | commitdiff |
1999-11-06 |
Václav Slavík | html help : added '?' icon to root node of contents... |
tree | commitdiff |
1999-11-06 |
Václav Slavík | fixed some clipping related bugs in wxHTML priting |
tree | commitdiff |
1999-11-03 |
Václav Slavík | added frame icon for HTMLhelp frame |
tree | commitdiff |
1999-11-03 |
Václav Slavík | wxHTML now supports not only " "-like specials... |
tree | commitdiff |
1999-11-03 |
Václav Slavík | saving customization now works fine |
tree | commitdiff |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
tree | commitdiff |
1999-11-01 |
Julian Smart | Added some makefiles to HTML samples; added help.ico... |
tree | commitdiff |
1999-10-31 |
Václav Slavík | more wxHtmlHelpFrame fixes (didn't store customization... |
tree | commitdiff |
1999-10-30 |
Václav Slavík | fixed bug that caused assertion failure during HTML... |
tree | commitdiff |
1999-10-29 |
Ove Kaaven | Well, wxHTML compiles in Unicode mode now. But if it... |
tree | commitdiff |
1999-10-28 |
David Webster | *** empty log message *** |
tree | commitdiff |
1999-10-27 |
Václav Slavík | cleaned Harm's new wxHTML help code |
tree | commitdiff |
1999-10-27 |
Václav Slavík | added wxHtmlParser::{Push|Pop}TagHandler |
tree | commitdiff |
1999-10-26 |
Julian Smart | Removed lots of wxMotif compile warnings. Copied new... |
tree | commitdiff |
1999-10-25 |
David Webster | no message |
tree | commitdiff |
1999-10-20 |
Václav Slavík | does compile under MSW now |
tree | commitdiff |
1999-10-20 |
Václav Slavík | wxHtmlEasyPrinting now uses wxThePrintSetupData - creat... |
tree | commitdiff |
1999-10-18 |
Václav Slavík | wxUSE_HTML was missiing at some places |
tree | commitdiff |
1999-10-18 |
Vadim Zeitlin | 1. wxApp::ProcessPendingEvents() is now common, added... |
tree | commitdiff |
1999-10-17 |
Václav Slavík | HTML_xxxx constants changed to wxHTML_xxxx (with backwa... |
tree | commitdiff |
1999-10-17 |
Václav Slavík | added HTML printing |
tree | commitdiff |
1999-10-16 |
Václav Slavík | wxHtmlCell::AdjustPagebreak now works correctly |
tree | commitdiff |
1999-10-16 |
Václav Slavík | SetFonts methods have const param now |
tree | commitdiff |
1999-10-16 |
Václav Slavík | removed wxVERSION_* macros |
tree | commitdiff |
1999-10-15 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-10-10 |
Václav Slavík | fixed cursor flickering in wxHtmlWindow |
tree | commitdiff |
1999-10-10 |
Václav Slavík | preparing for HTML printing |
tree | commitdiff |
1999-10-10 |
Robert Roebling | Scrolling updates. |
tree | commitdiff |
1999-10-09 |
Robin Dunn | Ifdef'ed back in the scrolling aware drawing code in... |
tree | commitdiff |
1999-10-09 |
Robert Roebling | Makefile changes for static libs and HP-UX, |
tree | commitdiff |
1999-10-08 |
Robert Roebling | New scrolling code. |
tree | commitdiff |
1999-10-08 |
Václav Slavík | fixed bug in tables when border=0 |
tree | commitdiff |
1999-10-08 |
Václav Slavík | fixed bug in imagemap |
tree | commitdiff |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
tree | commitdiff |
1999-10-07 |
Vadim Zeitlin | some fixes after global _T() => T() change |
tree | commitdiff |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
tree | commitdiff |
1999-10-04 |
Robert Roebling | Applied a few old patches, |
tree | commitdiff |
1999-10-02 |
Václav Slavík | making wxHTML 8.3 compliant |
tree | commitdiff |
1999-09-29 |
Vadim Zeitlin | 1. added a brief overview of Unicode support |
tree | commitdiff |
1999-09-20 |
Robin Dunn | I got tired of some of the memory leak messages related... |
tree | commitdiff |
1999-09-20 |
Harco de Hilster | Removed obsolete files. |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
tree | commitdiff |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
tree | commitdiff |
1999-09-13 |
Robin Dunn | Fixed some compile errors (MSVC++ 6) and some very... |
tree | commitdiff |
1999-09-12 |
Harco de Hilster | New HTML help system. The old controller class has... |
tree | commitdiff |
1999-08-31 |
Harco de Hilster | change to make wxHtmlHelp more flexible; don't panic... |
tree | commitdiff |
1999-08-31 |
Harco de Hilster | some changes to make wxHtmlHelpController easier to... |
tree | commitdiff |
1999-08-31 |
Václav Slavík | ScanParam has only one parameter now |
tree | commitdiff |
1999-08-30 |
Václav Slavík | wxHtmlTag::ScanParam now returns value |
tree | commitdiff |
1999-08-29 |
Harco de Hilster | fixed problem in mimetype database and put a temp.... |
tree | commitdiff |
1999-08-13 |
Václav Slavík | *** empty log message *** |
tree | commitdiff |
1999-08-12 |
Václav Slavík | minor fix in wxHtmlWindow::CreateLayout |
tree | commitdiff |
1999-08-12 |
Václav Slavík | fixed crash in tables deallocation |
tree | commitdiff |
1999-08-08 |
Václav Slavík | m_Style was bool by mistake, fixed |
tree | commitdiff |
1999-08-03 |
Václav Slavík | malloc() --> new[] |
tree | commitdiff |
1999-08-03 |
Václav Slavík | wxHW_* flags, fixed client area problem |
tree | commitdiff |
1999-07-29 |
Guilhem Lavaux | Typos. |
tree | commitdiff |
1999-07-28 |
Guilhem Lavaux | Added wxInternetFilesystemModule to fs_inet.cpp |
tree | commitdiff |
1999-07-27 |
Robert Roebling | Small distrib updates, |
tree | commitdiff |
next |