Define _CRT_NONSTDC_NO_WARNINGS for zlib compilation with MSVC.
[wxWidgets.git] / src / common / valtext.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2010-12-16  Jaakko SalliInstead of having wxComboCtrl mimic wxTextEntry interfa...
2010-03-21  Vadim ZeitlinCorrect wxFILTER_DIGITS handling broken by r63582.
2010-02-28  Vadim ZeitlinFix for wxStringCheck compilation under IRIX using...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-15  Francesco Montorsieven more user-friendly message (as suggested by John...
2009-02-06  Francesco Montorsimore user-friendly error message
2009-02-03  Francesco MontorsiRe-add support for multiple text validator styles but
2009-01-31  Francesco Montorsiadd SetCharIncludes and SetCharExcludes utilities to...
2009-01-31  Francesco Montorsigive better names to wxTextValidator::IsInCharIncludes...
2009-01-30  Francesco Montorsicleanup code and reorganize it to reuse the same switch...
2009-01-14  Francesco Montorsido not assert when the validator style == wxFILTER_NONE
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-11-05  Vadim Zeitlinimplemented wxTextEntry for wxMotif, made wxComboBox...
2007-11-05  Vadim Zeitlintemporary wxMotif compilation fix
2007-11-02  Paul Cornettbuild fixes
2007-11-01  Vadim Zeitlinuse wxTextEntry in wxTextValidator (modified patch...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-06-09  Włodzimierz SkibaInclude wx/validate.h and wx/valtext.h according to...
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