Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / samples / wizard / wizard.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-10  Vadim ZeitlinAdded chainable wxWizardPageSimple::Chain() overload.
2012-01-20  Dimitri SchoolwerthRemoved ellipsis from "About..." occurrences.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2009-09-29  Julian SmartAdded help button
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-03-15  Vadim Zeitlinremove/replace redundant SetAutoLayout() and Fit()...
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2006-09-06  Paul Cornettinclude fixes
2006-05-28  Vadim Zeitlinwizards not using sizers for the page layout now work...
2006-02-12  Vadim Zeitlinfixed memory leak in the sample and simplified wxCheckL...
2005-09-19  Julian SmartFix for modal/modeless wizards
2005-09-18  Julian SmartCorrected behaviour for modeless wizards -- can't detec...
2005-07-15  Włodzimierz SkibaPossibility of modeless wxWizard dialog (with presentat...
2005-05-18  Julian SmartImage replacement
2005-04-15  Włodzimierz SkibaBuildable under WinCE smartphone.
2005-04-06  Julian SmartCosmetic changes
2005-03-01  Włodzimierz SkibaWarning fix.
2005-02-28  Julian SmartRemoved call to obsolete (and presumably redundant...
2005-02-03  Robert Roebling Fix for listbox problem, when created on invisible
2004-10-02  Václav Slavíkcompilation fixes for gcc-3.4
2004-06-24  Włodzimierz SkibaFixes for Smartphone builds. Sample does not work yet...
2004-05-25  Julian SmartMore name changes
2004-05-21  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2003-10-16  Vadim Zeitlinadded EVT_WIZARD_FINISHED handler
2003-07-20  Vadim Zeitlinadded sizers support; allow resizeable wizards (Robert...
2002-12-13  Mattia Barbon Make some of the samples compile in Unicode mode.
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-03-17  Vadim Zeitlinpatch from Dimitri fixing a few memory leaks and unTABb...
2001-11-20  Vadim Zeitlinadded 2nd image as XPM as well to the wizard sample
2001-09-21  Mattia BarbonUnicode compilation fixes.
2001-09-08  Gilles Depeyrotcorrected creation of wxWizard (wxWizardBase::Create...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-14  Ron Leerenamed wizard sample