Update OpenVMS makefile
[wxWidgets.git] / src / common / valgen.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2012-04-14  Vadim ZeitlinFix the check for wxUSE_DATETIME in wxGenericValidator...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-11  Vadim ZeitlinCopy recently added wxGenericValidator fields in Copy().
2011-07-09  Vadim ZeitlinSupport float, double and file name values in wxGeneric...
2011-07-09  Vadim ZeitlinNo changes, just use NULL instead of 0 for pointers.
2011-01-03  Vadim ZeitlinNo real changes, just remove an unneeded header dependency.
2009-03-18  Francesco Montorsiadd support to wxBitmapToggleButton also in TransferFro...
2008-07-07  Paul Cornettgtk-universal build fixes
2008-05-15  Paul Cornettfix some warnings from GCC -Wextra
2008-01-21  Vadim Zeitlintemporary fix for shared build linking problems after...
2008-01-20  Vadim Zeitlinadd wxDatePickerCtrl support in wxGenericValidator...
2007-12-08  Robert RoeblingDocument wxBitmapToggleButton, add update UI event...
2006-05-29  Włodzimierz SkibaInclude wx/checklst.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-11  Julian SmartApplied patch [ 1435340 ] Add support of wxToggleButton...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-03-01  Ryan NortonwxUSE_STATTEXT fixes
2004-11-01  Julian SmartFixed bug in setting/getting value for wxComboBox....
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
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
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-04-22  Chris Elliottupdate to make digitalmars compile/link image sample
2002-08-31  Julian SmartAdded RTTI macros
2002-06-12  Julian SmartFixed a bug in transferring data to a wxComboBox if...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-01-12  Robert RoeblingCorrected wxDialog event table under wxMac and wxOS2...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-12-10  Vadim Zeitlinmerged in slider validation bug from the 2.2 branch
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-24  Julian SmartFixed wxMotif breakage, sorry!
2000-07-21  Julian SmartCorrected some combobox-related code, changed ordering...
2000-07-19  Ove KaavenMore Unicode compilation fixes.
2000-07-15  Bryan Pettymerged 2.2 branch
1999-10-31  Robert Roebling Distrib changes.
1999-08-02  David Webster*** empty log message ***
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-08  Karsten Ballüdercompilation fixes
1999-02-07  Julian SmartAdded wxGenericValidator & doc