STL-ification patch for wxMSW and wxGTK.
[wxWidgets.git] / src / html / helpctrl.cpp
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2002-12-28  Julian SmartUse path separator, not "/"
2002-12-08  Václav Slavíkadded wxHtmlHelpController::AddBook(wxFileName)
2002-08-13  Vadim Zeitlincompilation fix for wxGTK (missing header)
2002-06-18  Julian SmartAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
2002-05-05  Václav Slavíkgcc pragmas fixes
2002-03-07  Václav Slavíkrewrote Chris' fix properly
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2001-12-01  Vadim Zeitlinfixed compilation after wxTipWindow base class change...
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-02  Vadim Zeitlin1. fixed wxGTK notebook which was completely broken...
2001-05-05  Václav Slavíkadded new wxHF_xxxx contants to control wxHtmlHelpFrame...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-26  Julian SmartMinor mods
2001-04-26  George TaskerFixed BCC compilation warning if wxUSE_HELP was 1
2001-04-19  Julian SmartFix/hack 1.
2001-03-02  Julian SmartAdded DisplayTextPopup to wxHtmlHelpController; fixed...
2000-11-05  Václav SlavíkwxHTML src code indentation now conforms (more) to...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-11  Václav Slavíkfixed incorrect use of _() where it should be wxT()
2000-03-09  Julian SmartwxHtmlHelpController made compatible with other controllers
2000-01-27  Václav Slavíkinline functions with if moved to .cpp
2000-01-19  Václav Slavíkit is now possible to add custom buttons into wxHtmlHel...
2000-01-17  Václav Slavíkremoved show_progress argument in some private function...
2000-01-17  Václav SlavíkwxHtmlHelpController can now use default wxConfig instance
1999-10-27  Václav Slavíkcleaned Harm's new wxHTML help code
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant
1999-09-13  Robin DunnFixed some compile errors (MSVC++ 6) and some very...
1999-09-12  Harco de HilsterNew HTML help system. The old controller class has...