Fix assorted typos in comments and other non-code.
[wxWidgets.git] / include / wx / wizard.h
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-10  Vadim ZeitlinAdded chainable wxWizardPageSimple::Chain() overload.
2012-02-20  Julian SmartAdded wxEVT_WIZARD_BEFORE_PAGE_CHANGED event to allow...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-01-25  Julian SmartAdded EVT_WIZARD_PAGE_SHOWN event for wxWizard, to...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
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-12-28  Francesco Montorsifix wxPowerEvent, wxRichTextEvent and wxWizardEvent...
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-04-06  Robin DunnMore patches from FM to clean up after moving contribs...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-25  Michael WetherellFixes for include guards, patch 1256967 Paul Cornett
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-08-04  Vadim Zeitlindue to a typo in #if condition, validation was disabled...
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2005-01-07  Włodzimierz SkibaOld API clearly deprecated.
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-01-22  Vadim Zeitlincompilation fix for !wxUSE_VALIDATOR
2003-12-11  Julian SmartApplied [ 799292 ] wxWizard and Validator Bug and Fix
2003-10-18  Vadim Zeitlinuse #if WXWIN_COMPAT and not #ifdef (patch 826160)
2003-08-18  Mattia Barbon Correctly export events.
2003-08-02  Václav Slavíkcreated wxAdvanced library
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-20  Vadim Zeitlinadded sizers support; allow resizeable wizards (Robert...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-28  Václav Slavíkcompilation fix
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-09  Julian SmartApplied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-27  Vadim Zeitlinmy previous backwards compatible fix wasn't really...
2002-08-27  Vadim Zeitlincompilation fix
2002-08-27  Vadim Zeitlindeprecated static wxWizard::Create()
2002-06-21  Vadim Zeitlinrenamed wxWizard::Fit() to FitToPage() to avoid potenti...
2002-05-26  Vadim Zeitlinadded wxWizard::Fit()
2002-04-21  Václav SlavíkwxWizardPage(Simple) can do two-phase creation now
2002-01-24  Vadim Zeitlinfixed typo in EVT_WIZARD_HELP definition (patch from...
2001-11-20  Vadim Zeitlinbackwards incompatible change to wxWizardPage reverted
2001-11-02  Vadim ZeitlinwxWizard help patch (474974)
2001-11-02  Vadim ZeitlinwxWizardPage may be loaded from resource (patch 470683)
2001-09-15  Václav Slavíkcompilation fix
2001-08-17  Julian SmartAdded possibility of 2-step initialisation, and wxWIZAR...
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...
2001-01-26  Vadim Zeitlindynamic event types actually work with these changes...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-21  Vadim Zeitlin1. wxWizard supports setting images for each page,...
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-18  Vadim ZeitlinwxWizard added
1999-08-15  Vadim ZeitlinwxWizard draft