Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / textdlgg.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-04-20  Vadim ZeitlinAdd wxTextEntryDialog::SetMaxLength().
2013-04-04  Vadim ZeitlinFix wxTextEntryDialog::GetValue() when using SetTextVal...
2012-09-27  Vadim ZeitlinMake wxTextEntryDialog resizable.
2012-09-27  Vadim ZeitlinAdd two step creation to wxTextEntryDialog.
2012-09-27  Vadim ZeitlinUse SelectAll() instead of SetSelection(-1, -1).
2010-04-18  Vadim ZeitlinFix bug with using uninitialized flags in GetParentForM...
2009-06-23  Vadim Zeitlinremove confusing wxDialog::ButtonSizerFlags and extract...
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2006-10-09  Vadim Zeitlinuse wxSizerFlags and updated CreateButtonSizer() in...
2006-05-26  Robin DunnFixes for the DLL build
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-04-30  Włodzimierz SkibaNo more avoiding wxSizer::Fit in wxWinCE builds.
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-01-15  Włodzimierz SkibaMore common code moved from generic dialogs to wxDialog...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-02  Julian SmartFurther WinCE adaptations
2005-03-01  Ryan NortonMore wxUSE_STATTEXT fixes
2004-12-31  Robert Roebling Applied modified form of the StdButtonSize patch.
2004-11-09  Kevin Hock[1001483] Added wxPasswordEntryDialog analagous to...
2004-11-06  Kevin HockSimplified the wxCENTRE style check
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-22  Włodzimierz SkibaAdjustement to the small display of Smartphones.
2004-09-09  Włodzimierz SkibaCorrect positioning of the entry text dialog.
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
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
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Vadim Zeitlinselect all text initially in the control (part of patch...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2002-06-23  Julian SmartApplied patch [ 565012 ] Add wxTextValidator to wxTextE...
2002-02-20  Vadim Zeitlincompilation fix
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-01-24  Vadim Zeitlinadded wxGetPasswordFromUser(), dialogs sample shows...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-08-17  Robert Roebling Added new file dialog
1999-08-11  Robert Roebling Did somework on the generic dialogs,
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-15  Vadim Zeitlincompilation fixes for wxMSW
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-10  Robert Roebling distribution things
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-07-17  Vadim Zeitlindon't set focus to [ok] in text entry dialog (leave...
1998-06-14  Julian SmartCorrected missing pipe in treectrl.h, wxOK->wxID_OK...
1998-05-20  Karsten BallüderInitial revision