Remove calls to wxApp::SetTopWindow() from the samples and documentation.
[wxWidgets.git] / samples / help / demo.cpp
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-08-13  Vadim Zeitlinremove extraneous commas and semicolons (patch 1537792)
2006-06-11  Vadim Zeitlinwe can avoid 2-step construction now that setting wxDIA...
2006-03-27  Vadim Zeitlinadded an option to use wxExtHelpController (which means...
2006-03-20  Vadim Zeitlininitialize wxZipFSHandler even when wxUSE_GIF=0
2006-01-09  Julian SmartMoved wxHtmlHelpFrame functionality to wxHtmlHelpWindow...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-06-12  Dimitri Schoolwerthremoved SetAutoLayout(true) calls when a corresponding...
2004-05-25  Włodzimierz SkibawxUniv conflicts, -1->wxID_ANY, TRUE->true and FALSE...
2004-05-25  Julian SmartMore name changes
2003-09-09  Mattia Barbon Various warning and Unicode fixes from ABX.
2002-12-15  Mattia Barbon More samples/Unicode fixes.
2002-06-07  Julian SmartAdded USE_SIMPLE_HELP_PROVIDER symbol to help demo...
2002-05-12  Julian SmartDon't use context id for context help since it doesn...
2002-03-22  Julian SmartRemoved helpwxht.h/cpp (old wxHelpControllerHtml class)
2002-03-21  Julian SmartAdded __WXX11__ tests where appropriate
2002-03-11  Vadim Zeitlinno changes
2002-02-10  Václav Slavíkmore wxMGL-aware samples
2002-01-19  Gilles Depeyrotuse "..." instead of <...> for wx includes
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-09-01  Václav Slavíkfinally applied the helpbest patch
2001-06-30  Gilles Depeyrotinclude xpm files for Mac OS after correction of wxICON...
2000-09-12  Julian SmartMinor mods
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-09-08  Julian SmartAdded context-sensitive help dialog demo.
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-06  Julian SmartDialogs can now show a question mark for context-sensit...
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-09  Julian SmartHelp sample should work for .zip help files now.
2000-03-09  Julian SmartMmedia, OGL lib directory changes; omitted naughty...
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-03-08  Julian SmartAdded WinHelp sample doc to samples/help, and made...
2000-02-18  Robert Roebling help sample useful again
1999-11-08  Vadim Zeitlinremoving Makefile.ams (and minor additions/fixes to...
1999-08-02  Vadim Zeitlin1. minor headers rearrangement: wxprec.h doesn't includ...
1999-07-21  Karsten BallüderMuch improved wxHelpControllerHtml, works under Solaris...
1999-07-18  Karsten BallüderAdded wxHelpControllerHtml, derived from wxHtmlHelpCont...
1999-06-22  Vadim ZeitlinwxHTMLHelpController compiles (and somewhat works)...
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1998-11-11  Julian SmartMotif bug fixes; dialog OnPaint works now; wxColourDial...
1998-11-10  Karsten BallüderAdded a sample to test wxExtHelpController. Should...