Split this out from other changes to keep things sane..
[wxWidgets.git] / src / common / valtext.cpp
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-04-14  Julian SmartApplied custom character filter patch for text validator
2002-02-19  Vadim Zeitlinfixed Unicode-mode only bug in Validate()
2001-12-24  Ron Leeadded slightly more informative failure reporting.
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
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-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-09-06  Julian SmartAdded wxFontEnumerator class for wxMSW, and fixed text...
1999-07-11  Robert Roebling A few compile things.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-13  Ove KaavenThe prevalent wide characters.
1999-03-23  Julian SmartCorrected valtext.cpp for disabled controls; added...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-25  Vadim Zeitlin1. validator fixes: don't eat TAB. Added new SetBellOnE...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1998-12-15  Mart RaudseppwxIsNumeric for values < 0
1998-12-14  Mart RaudseppwxFILTER_NUMERIC input vales < 0
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-11-08  Julian SmartMinor changes
1998-11-03  Julian SmartDialog Editor bug fixes, several other small ones
1998-08-14  Robert Roebling Added validation support
1998-08-08  Denis PershinDP:
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision