Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / wizard.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-02-20  Julian SmartAdded wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow...
2012-02-19  Stefan NeisSpelling fixed for comments and a wxASSERT_MSG. Fixes...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-02-20  Václav SlavíkPut normal space between Back and Next buttons in wxWizard.
2010-10-13  Vadim ZeitlinPass last page in wxEVT_WIZARD_FINISHED event.
2010-01-25  Julian SmartAdded EVT_WIZARD_PAGE_SHOWN event for wxWizard, to...
2009-09-29  Julian Smart#11259: Correction for bad help button on OSX
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-08-09  Vadim Zeitlininitialize the button label correctly if the same wizar...
2008-07-18  Julian SmartFixed initial layout bug when using dynamically created...
2008-03-01  Julian SmartImage size fix
2008-01-10  Julian SmartCorrections to bitmap handling
2007-12-29  Julian SmartAdded missing includes
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-07-02  Julian SmartAdded SetBitmap, GetBitmap to wxWizard
2007-04-30  Vadim Zeitlinfix m_sizerPage memory leak for the wizards not using...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-05-28  Vadim Zeitlinwizards not using sizers for the page layout now work...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-03-07  Vadim Zeitlinmake it clear that m_page is not NULL in OnBackOrNext...
2006-02-12  Vadim Zeitlintrick the sizer code into thinking that the wizard...
2006-02-12  Vadim Zeitlinno changes; just added some comments
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-26  Włodzimierz SkibaBetter fix for modal/modeless wizards.
2005-09-25  Vadim Zeitlinremoved #errors in 2.7 compilation
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Julian SmartRemoved unnecessary IsModal call
2005-09-19  Julian SmartFix for modal/modeless wizards
2005-09-18  Julian SmartCorrected behaviour for modeless wizards -- can't detec...
2005-08-12  Julian SmartAdaptations for PDA-sized screens
2005-07-15  Włodzimierz SkibaPossibility of modeless wxWizard dialog (with presentat...
2004-10-12  Julian SmartRestored the default wizard height to match 2.4 (and...
2004-08-07  Julian SmartHelp button left-aligned in wizard
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-19  Julian SmartWizard sets default button when displaying new page
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2004-01-06  Julian SmartAdded missing event.Skip()
2003-10-18  Vadim Zeitlinuse #if WXWIN_COMPAT and not #ifdef (patch 826160)
2003-10-16  Vadim Zeitlinsend EVT_WIZARD_FINISHED for modal wizards as well
2003-09-21  Vadim ZeitlinUnicode compilation fix (patch 81006)
2003-09-20  Vadim Zeitlincorrected TAB order of wizard buttons (patch 800935)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-21  Mattia Barbon Compilation fixes for wxUSE_STL=1 and for
2003-07-21  Vadim Zeitlinno real changes; just reformatting
2003-07-20  Vadim Zeitlinadded sizers support; allow resizeable wizards (Robert...
2003-05-16  Julian SmartWizard now validates as well as doing data transfer...
2003-05-01  Vadim Zeitlincompilation fix when WXUNUSED(arg) == arg
2003-04-24  Jouk Jansen Committing in .
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-12  Vadim Zeitlinremoved unneeded (and causing link errors) wxArrayPages...
2002-12-09  Julian SmartApplied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Julian SmartFixed overlapping buttons in wizard on MacOS X
2002-08-27  Vadim Zeitlindeprecated static wxWizard::Create()
2002-08-17  Robin DunnPut the page in the event for all event types
2002-06-21  Vadim Zeitlinrenamed wxWizard::Fit() to FitToPage() to avoid potenti...
2002-06-15  Vadim Zeitlinallow overriding the default button labels in wxWizard
2002-06-03  Vadim Zeitlinset focus to the page after showing it -- otherwise...
2002-05-26  Vadim Zeitlinadded wxWizard::Fit()
2002-05-22  Vadim Zeitlinfixed propagating of EVT_WIZARD_XXX events to the parent
2002-04-21  Václav SlavíkwxWizardPage(Simple) can do two-phase creation now
2002-03-31  Robert Roebling Compile fix when not using WXR resources.
2001-11-20  Vadim Zeitlinbackwards incompatible change to wxWizardPage reverted
2001-11-03  Václav Slavíkrecently checked in patch was ignorant to wxUSE_RESOURCES
2001-11-02  Vadim Zeitlinfix a bug for bitmap changing in wxWizard (patch 474975)
2001-11-02  Vadim ZeitlinwxWizard help patch (474974)
2001-11-02  Vadim ZeitlinwxWizardPage may be loaded from resource (patch 470683)
2001-08-17  Vadim Zeitlinwarning fix
2001-08-17  Julian SmartAdded possibility of 2-step initialisation, and wxWIZAR...
2001-07-19  Vadim Zeitlinfix for custom bitmap setting for the first page
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-01-21  Vadim ZeitlinBC++ compilation fix
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
2000-01-03  Ove KaavenSplit "?:" into "if" statement for assignment of conver...
1999-12-16  Vadim ZeitlinWin16 compilation fixes
1999-11-14  Vadim Zeitlin1. wxBitmap copy ctor and operator=() taking wxIcon...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-08-24  Michael BedwardAdded test for wxUSE_STATLINE so that wizard will compi...
1999-08-19  J. Russell SmythFixed "Bound pointer address" error under GCC-2.95
1999-08-18  Vadim ZeitlinwxWizard added
next