2003-07-20 |
Mattia Barbon | Compilation fix for !WXWIN_COMPATIBILITY_2_4. |
blob | commitdiff | raw |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Mattia Barbon | Moved some methods/classes inside COMPATIBILITY_2_4. |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Václav Slavík | more work on text selection: selecting should work... |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Václav Slavík | why the heck should something that reacts on wxID_CLOSE... |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Julian Smart | Added About menu |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Stefan Csomor | added missing includes for wxMac specific additions |
blob | commitdiff | raw | diff to current |
2003-01-16 |
Julian Smart | ReDOS-ified project files |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-16 |
Julian Smart | Applied patch [ 654023 ] Enables HtmlHelp (native) |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-09 |
Václav Slavík | applied patch #606835, bugfix to wxHtmlHelpFrame::OnAct... |
blob | commitdiff | raw | diff to current |
2002-09-01 |
Václav Slavík | fixed a small typo |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Václav Slavík | fixed font picker in wxHtmlHelpController, better UI... |
blob | commitdiff | raw | diff to current |
2002-07-30 |
Václav Slavík | fixed icons displaying in wxHtmlHelpFrame |
blob | commitdiff | raw | diff to current |
2002-06-18 |
Julian Smart | Added AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Robert Roebling | Set the focus to the html display window |
blob | commitdiff | raw | diff to current |
2002-05-05 |
Václav Slavík | gcc pragmas fixes |
blob | commitdiff | raw | diff to current |
2002-04-23 |
Václav Slavík | no need to expand the hidden root (in fact, it is forbi... |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Václav Slavík | added wxArtProvider |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Václav Slavík | fix HTML browser setup dialog under MSW and make the... |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Václav Slavík | hide tree root on wxMSW in wxHtmlHelpController |
blob | commitdiff | raw | diff to current |
2002-03-08 |
Václav Slavík | fixed bug in wxHtmlHelpFrame: didn't show HTML window... |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Václav Slavík | rewrote wxHtmlHelpFrame using sizers |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Václav Slavík | use sunken border for wxHtmlHelpController's font preview |
blob | commitdiff | raw | diff to current |
2002-01-11 |
Vadim Zeitlin | more Sun C++ compiler warning fixes: in particular... |
blob | commitdiff | raw | diff to current |
2002-01-05 |
Václav Slavík | fix for root behavior under MSW |
blob | commitdiff | raw | diff to current |
2001-12-31 |
Václav Slavík | use wxTR_HIDE_ROOT in wxHtmlHelpFrame |
blob | commitdiff | raw | diff to current |
2001-12-10 |
Robert Roebling | Changed wxTreeCtrl to look Mac-like under Mac |
blob | commitdiff | raw | diff to current |
2001-08-18 |
Robert Roebling | Applied Greg's patch to tree control and related. |
blob | commitdiff | raw | diff to current |
2001-07-14 |
Robert Roebling | Fix HTML help on Mac. |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Julian Smart | Various wxMotif fixes |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | 1. fixed wxGTK notebook which was completely broken... |
blob | commitdiff | raw | diff to current |
2001-05-06 |
Václav Slavík | fixed typo that caused incorrect if there was only... |
blob | commitdiff | raw | diff to current |
2001-05-05 |
Václav Slavík | added new wxHF_xxxx contants to control wxHtmlHelpFrame... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-29 |
Václav Slavík | changed wxAddBasePath to wxHtmlCotentsItem's method |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Julian Smart | Added showing the default URL in DisplayContents and... |
blob | commitdiff | raw | diff to current |
2001-04-19 |
Julian Smart | Fix/hack 1. |
blob | commitdiff | raw | diff to current |
2000-11-15 |
David Webster | For some reason VA needs a default ctor for wxHtmlHelpT... |
blob | commitdiff | raw | diff to current |
2000-11-05 |
Václav Slavík | wxHTML src code indentation now conforms (more) to... |
blob | commitdiff | raw | diff to current |
2000-09-28 |
Václav Slavík | modified wxHtmlHelpFrame to use AssignImageList |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-11 |
Václav Slavík | some != NULL checks |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Julian Smart | wxHtmlHelpController made compatible with other controllers |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Julian Smart | VC++ changes + makeproj additions |
blob | commitdiff | raw | diff to current |
2000-01-29 |
Václav Slavík | fixed memory leak (m_PagesHash not deleted) |
blob | commitdiff | raw | diff to current |
2000-01-27 |
Václav Slavík | inline functions with if moved to .cpp |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Václav Slavík | added more navigation controls to html help frame |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Václav Slavík | moved bookmarks to Contents panel |
blob | commitdiff | raw | diff to current |
2000-01-19 |
Václav Slavík | it is now possible to add custom buttons into wxHtmlHel... |
blob | commitdiff | raw | diff to current |
2000-01-17 |
Václav Slavík | help search is much faster now (7 times! that's what... |
blob | commitdiff | raw | diff to current |
2000-01-17 |
Václav Slavík | removed some forgotted wxLogDebug calls |
blob | commitdiff | raw | diff to current |
2000-01-16 |
Václav Slavík | search progress bar has smooth gauge under win95 now |
blob | commitdiff | raw | diff to current |
2000-01-16 |
Václav Slavík | added case sensitive and whole words only search |
blob | commitdiff | raw | diff to current |
2000-01-16 |
Václav Slavík | index search is case insensitive now; index panel indic... |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Ove Kaaven | Unicode compilation fixes for BC++ 5 |
blob | commitdiff | raw | diff to current |
1999-12-23 |
Václav Slavík | removed wxITALIC/wxSLANT stuff from wxHTML (no longer... |
blob | commitdiff | raw | diff to current |
1999-12-21 |
Václav Slavík | #ifdef wxUSE_TOOLTIPS around tooltips |
blob | commitdiff | raw | diff to current |
1999-12-21 |
Václav Slavík | stupid typo in wxHTML help options dlg - did not displa... |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Robert Roebling | Minor optical changes to toolbar and the help frame's |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Václav Slavík | HTML help: index panel now displays only part of index... |
blob | commitdiff | raw | diff to current |
1999-12-10 |
Václav Slavík | removed platform specific #ifdefs around wxComboBox |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Robert Roebling | Minor optical changes to toolbar and wxHelpFrame. |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Robert Roebling | Patch for stream.cpp for non-flushable stream, |
blob | commitdiff | raw | diff to current |
1999-12-05 |
Václav Slavík | added bookmarks support |
blob | commitdiff | raw | diff to current |
1999-12-01 |
Václav Slavík | cosmetic changes in help browser settings dlg; fixed... |
blob | commitdiff | raw | diff to current |
1999-11-28 |
Václav Slavík | added setup dialog, changed icons names (prefixed with w) |
blob | commitdiff | raw | diff to current |
1999-11-19 |
David Webster | Removal of previous wxValidtor code for wxOS2 |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Václav Slavík | html help : search panel now has more logical order... |
blob | commitdiff | raw | diff to current |
1999-11-08 |
David Webster | OS/2 PM Fixeups for fonts, validators, and html |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Václav Slavík | html help : added '?' icon to root node of contents... |
blob | commitdiff | raw | diff to current |
1999-11-03 |
Václav Slavík | saving customization now works fine |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
blob | commitdiff | raw | diff to current |
1999-11-01 |
Julian Smart | Added some makefiles to HTML samples; added help.ico... |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Václav Slavík | more wxHtmlHelpFrame fixes (didn't store customization... |
blob | commitdiff | raw | diff to current |
1999-10-28 |
David Webster | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-10-27 |
Václav Slavík | cleaned Harm's new wxHTML help code |
blob | commitdiff | raw | diff to current |
1999-10-02 |
Václav Slavík | making wxHTML 8.3 compliant |
blob | commitdiff | raw | diff to current |
1999-09-18 |
Vadim Zeitlin | unused parameter warnings suppressed |
blob | commitdiff | raw | diff to current |
1999-09-12 |
Harco de Hilster | New HTML help system. The old controller class has... |
blob | commitdiff | raw | diff to current |
|