Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / html / helpfrm.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-18  Vadim ZeitlinAdd wxHtmlHelpController::SetShouldPreventAppExit().
2010-02-25  Vadim ZeitlinCompilation fixes in wxHTML for wxUSE_CONFIG==0.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-03-13  Václav Slavíkreverted Julian's r44600, it broke help window behavior...
2008-03-13  Václav Slavíkfixed crash in wxHtmlHelpController if the help window...
2007-11-23  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-02  Julian SmartFixed premature exit of helpview sample and utility
2006-10-24  Robin DunnPass the config object into the wxHtmlHelpFrame so...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-04-12  Vadim Zeitlinmade ShouldPreventAppExit() public
2006-04-07  Vadim Zeitlinadded wxTLW::ShouldPreventAppExit() which can be overri...
2006-01-11  Julian SmartTypos
2006-01-09  Julian SmartMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-09-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY, TRUE...
2004-06-30  Vadim Zeitlinfix VC++ warning about redeclaring wxHtmlHelpMergedInde...
2004-06-29  Václav Slavíkimplemented nested index entries and index entries...
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
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-19  Vadim Zeitlinreduced compilation dependencies
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-01-18  Václav Slavíkwhy the heck should something that reacts on wxID_CLOSE...
2003-01-16  Julian SmartReDOS-ified project files
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-05-25  Robert Roebling Set the focus to the html display window
2002-03-21  Václav Slavíkroot is always hidden -> no icon needed
2002-03-06  Julian SmartApplied patch for Forty, print patch and wxHTML book...
2002-02-11  Václav Slavíkrewrote wxHtmlHelpFrame using sizers
2001-11-02  Václav Slavíkmingw compilation fixc
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-05-05  Václav Slavíkadded new wxHF_xxxx contants to control wxHtmlHelpFrame...
2001-04-29  Václav Slavíkcleanup and reformatting to match indentation style...
2000-09-28  Václav Slavíkmodified wxHtmlHelpFrame to use AssignImageList
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-09  Julian SmartwxHtmlHelpController made compatible with other controllers
2000-03-05  Stefan NeisFixed apparent typo (int->wxWindowID)
2000-01-27  Václav Slavíkinline functions with if moved to .cpp
2000-01-26  Václav Slavíkadded more navigation controls to html help frame
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-16  Václav Slavíkadded case sensitive and whole words only search
2000-01-16  Václav Slavíkindex search is case insensitive now; index panel indic...
1999-12-23  Václav Slavíkremoved wxITALIC/wxSLANT stuff from wxHTML (no longer...
1999-12-20  Václav SlavíkHTML help: index panel now displays only part of index...
1999-12-05  Václav Slavíkadded bookmarks support
1999-11-28  Václav Slavíkadded setup dialog, changed icons names (prefixed with w)
1999-11-06  Václav Slavíkhtml help : added '?' icon to root node of contents...
1999-10-31  Václav Slavíkmore wxHtmlHelpFrame fixes (didn't store customization...
1999-10-27  Václav Slavíkcleaned Harm's new wxHTML help code
1999-10-25  David Websterno message
1999-10-02  Václav Slavíkmaking wxHTML 8.3 compliant
1999-09-13  Julian SmartTook anonymous class out of wxHtmlHelpFrame; corrected...
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...