Add more checks for Intel compiler.
[wxWidgets.git] / include / wx / valtext.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
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-02-05  Francesco Montorsidocument the protected functions of wxTextValidator...
2009-02-04  Vadim Zeitlinfix MSVC warning about implicit int to bool conversion
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-12  Francesco Montorsiuse DECLARE_NO_ASSIGN_CLASS() for better readability
2009-01-11  Francesco MontorsiVC6 gets confused by the protected copy ctor; make...
2009-01-09  Francesco MontorsiFix wxTextValidator introducing a wxTextValidatorStyle...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
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-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-02-06  Kevin HockCheckValidator should not return false if no variable...
2006-01-18  Julian SmartFixed comment bug [ 1390056 ] Wrong Documentation for...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-04-06  Ryan NortonGet rid of inline for methods not implemented in the...
2005-02-07  Ryan Nortonchange wxTextValidator to use wxArrayString instead...
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-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  Gilles Depeyrotadded missing include file
2002-04-14  Julian SmartApplied custom character filter patch for text validator
2001-12-24  Ron Leeadded slightly more informative failure reporting.
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-04-30  Robin DunnFixed wxValidator::Clone and friends to return a wxObje...
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten BallüderInitial revision