Update OpenVMS compile support
[wxWidgets.git] / src / html / helpctrl.cpp
2010-02-25  Vadim ZeitlinCompilation fixes in wxHTML for wxUSE_CONFIG==0.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-04  Vadim Zeitlindon't duplicate wxGetTopLevelParent() code in wxHtmlHel...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-03-13  Václav Slavíkfixed crash in wxHtmlHelpController if the help window...
2006-10-24  Robin DunnPass the config object into the wxHtmlHelpFrame so...
2006-01-11  Julian SmartRenamed helpwin.h/cpp to helpwnd.h/cpp to avoid clash
2006-01-09  Julian SmartMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
2005-10-26  Julian SmartAdded parent window parameter to wxHelpController const...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-24  Włodzimierz SkibaIncomplete wxUSE_* warning fix.
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau...
2004-06-11  Włodzimierz SkibaNo warning with wxUSE_BUSYINFO turned off.
2004-05-26  Julian SmartReverted config/resource name change
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-25  Julian SmartAdded UpdateSize to wxSplitterWindow, to allow an app
2003-10-07  Václav Slavíkadded .chm support for Unix (Markus Sinner)
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
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...