File/dir dialog styles and other changes (patch 1488371):
[wxWidgets.git] / src / common / valtext.cpp
2006-01-21  Julian SmartFix for [ 1351655 ] wxTextValidator::OnChar not working...
2006-01-21  Julian SmartFix for bug [ 1351659 ] wxTextValidator::Validate not...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-20  Vadim Zeitlincompilation fix for wxUSE_STL==1
2005-02-07  Ryan Nortonchange wxTextValidator to use wxArrayString instead...
2004-11-06  Ryan NortonRevert files to previous version that were affected...
2004-11-05  Włodzimierz SkibaWarning fixes to unused variables, int/wxChar keycode...
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
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-23  Mattia Barbon various compilation/warning fixes.
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-11  Vadim Zeitlin[attempt to] fix a warning
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartOops, no such function as wxIsascii
2003-07-11  Julian SmartMore WinCE mods.
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Julian SmartApplied patch [ 762033 ] wxTextValidator crashes when...
2003-05-23  Julian SmartApplied patch [ 738821 ] Allow more features to be...
2003-04-30  Julian SmartAllow for +/- in E part
2003-04-30  Julian SmartAllow 'e' or 'E' in numeric text.
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-20  David WebsterTRUE not true, FALSE not false
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