Fix wxTextEntryDialog::GetValue() when using SetTextValidator().
[wxWidgets.git] / include / wx / generic / textdlgg.h
2013-04-04  Vadim ZeitlinFix wxTextEntryDialog::GetValue() when using SetTextVal...
2012-09-27  Vadim ZeitlinAdd two step creation to wxTextEntryDialog.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-11-02  Paul Cornettbuild fixes
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-31  Vadim Zeitlininclude wx/defs.h before testing for wxUSE_TEXTDLG...
2005-01-21  Włodzimierz SkibaWarning fixes for MinGW.
2004-11-09  Kevin Hock[1001483] Added wxPasswordEntryDialog analagous to...
2004-11-06  Kevin HockAdd ability to position and/or center the dialog for...
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
2004-02-07  Vadim Zeitlinmade wxNumberEntryDialog public; extracted it and wxGet...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-23  Julian SmartApplied patch [ 565012 ] Add wxTextValidator to wxTextE...
2002-02-20  Vadim Zeitlincompilation fix
2002-02-20  Robin DunnFix so the value given to wxTextEntryDialog::SetValue...
2000-01-24  Vadim Zeitlinadded wxGetPasswordFromUser(), dialogs sample shows...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
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-29  Vadim Zeitlinmy wxMotif fixes (merged with Robert's changes), wxMoti...
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-04-12  Ove KaavenOh well, I'll just stuff in the rest of the Unicode...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-05-20  Karsten BallüderInitial revision