Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / generic / numdlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-05-11  Stefan NeisBlind fix for bug #1936227 (unable to set initial value...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-04-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-02  Julian SmartFurther WinCE adaptations
2005-03-04  Włodzimierz Skiba#pragma implementation fix.
2005-03-01  Ryan NortonMore wxUSE_STATTEXT fixes
2005-03-01  Ryan NortonwxUSE_STATTEXT fixes
2005-02-06  Kevin HockAs per the docs, the value returned is -1 if the value...
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-23  Włodzimierz SkibaSmartphone native look and feel.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-25  Dimitri Schoolwerthapplied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MOD...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-29  Mattia Barbon Added wxRTTI information to wxNumberEntryDialog.
2004-02-07  Vadim Zeitlinmade wxNumberEntryDialog public; extracted it and wxGet...
2004-01-22  Vadim Zeitlinpreselect the text in the dialog to allow replacing...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-10-10  Julian SmartRemoved 'interface' pragma for gcc 2.96
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-15  Julian Smart16-bit fixes
2000-01-10  Guillermo Rodrigue... Ops, small typo
2000-01-10  Guillermo Rodrigue... Fixed from Mumit Khan to allow DLL compilation for...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
2000-01-03  David Webstersmall updates for OS/2
2000-01-01  Václav Slavíkfixed #pragma implementation/interface numdlgg.h to...
1999-11-09  Vadim Zeitlincompiles with or without wxSpinCtrl now
1999-10-28  Vadim Zeitlin1. corrected (but the fix is ugly) the multiple def...
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-08-10  Robert Roebling New makefiles for GTK and Motif, using configure...
1999-08-10  Robert Roebling A few compile fixes,
1999-08-10  Robert Roebling Updates for makefile.unx
1999-07-24  Ove KaavenUnicode fixes
1999-07-23  Vadim Zeitlin1. more wxMotif fixes