Deprecated and obsolete parts marked up for backward compatibility.
[wxWidgets.git] / src / common / variant.cpp
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-07  Julian SmartIncrease precision of variant conversion to string
2005-10-17  Michael WetherellCompile fix for Unicode build on win64
2005-09-25  Vadim Zeitlindon't use deprecated conversion operator in wxVariantDa...
2005-09-25  Vadim Zeitlinadded wxIsSameDouble() which wraps double comparison...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-06  Vadim Zeitlinrecognize 0/1 as false/true in string->bool conversion...
2005-04-12  Włodzimierz SkibaWarning fix.
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-02-08  Ryan NortonDuplicate impl of wxVariant == because GCC can't tell...
2005-02-07  Ryan Nortondepereciate stringlist stuff in wxVariant
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2005-02-01  Vadim Zeitlincompilation fix for last commit
2005-01-31  Vadim Zeitlinfix for losing time information (if present) when conve...
2004-11-05  Włodzimierz SkibaWe need a char, not wxChar.
2004-10-30  David ElliottDeclare namespace std {} before using namespace std...
2004-10-05  Włodzimierz SkibaWarning fixes found under hardest mode of 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...
2004-03-24  Robin Dunncopare lower case
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-02  Václav Slavíkfixed to make wxBase DLL compile
2003-06-03  Vadim Zeitlinuse c_str() instead of mb_str() with wxString::Printf...
2003-06-02  Roger GammansAddition at simple wxObject*, support into wxVariant.
2003-05-28  Roger GammansReinsert missing ctor removed in date/time tidy
2003-04-24  Jouk Jansen Committing in .
2003-03-29  Stefan Csomorunicode and __MACH__ additions for wxMac
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime classes.
2003-02-14  Vadim Zeitlinsilent gcc warning about missing \n at the end of file
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
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-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-08-01  Julian SmartApplied [ 586524 ] wxVariant Enhancements.
2002-07-09  Vadim Zeitlinimplemented wxVariant::NullList() (patch 578257)
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-03-09  Vadim Zeitlincopy the variant name in the assignment operator as...
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-01-20  Vadim Zeitlinadded support for wxArrayString data in wxVariant
2001-08-24  Vadim Zeitlinadded missing wxSTDs
2001-06-10  George TaskerwxDbGrid additions - Added support for ODBC date types
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2001-02-15  Gilles Depeyrotmodifications for compilation under Mac OS X
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
2000-01-05  Vadim Zeitlinmore fixes to compilation warnings from HP-UX build...
1999-12-21  Vadim Zeitlin1. corrected compilation of wxTime/wxDate
1999-12-21  Vadim Zeitlin1. wxLongLong and wxDateTime compilation fixed for...
1999-10-14  Robert Roebling HP-UX fixes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-04-13  Ove KaavenThe prevalent wide characters.
1999-03-15  J. Russell SmythCompleted Vadims HAVE_BOOL changes
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-20  Vadim ZeitlinwxUSE_STREAM corrected to wxUSE_STREAMS
1999-01-19  Vadim Zeitlin1. wxMotif fixes for compilation in "no compatible...
1999-01-08  Unknown (UG)no message
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-14  Robert Roebling New wxDataObject, DnD and Clipboard code
1998-11-30  Vadim Zeitlinlinux compile fix
1998-11-29  Julian SmartAdded Win95 implementation of OutputDebugString; added...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-10-16  Julian SmartMisc. Motif; removed duplicate wxICON; variant compile...
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-10-12  Vadim Zeitlin1. wxTimer::Start() returns bool in wxGTK too (other...
1998-10-12  Julian SmartChanges related to stream includes
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...