Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / common / variant.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2011-01-06  Stefan Csomorfixing a few typos, wxAny copy constructor implementati...
2010-08-13  Jaakko SalliAllow wxVariant::Convert(wxUniChar* value) to convert...
2010-07-05  Václav SlavíkAdd std::[w]string support to wxVariant.
2010-06-15  Jaakko SalliFix compilation when wxAny was disabled (fixes #12148)
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-18  Jaakko SalliFix wxAny for VC6 by removing 'wxAny& operator=(const...
2010-04-17  Robert RoeblingAdded virtual destructor
2010-04-17  Jaakko SalliFixed VC6 compilation - wxAny(const wxVariant&) ctor...
2010-04-16  Jaakko SalliTry a blind fix for VC6 compilation issues (wxAny ctor...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-15  Jaakko SalliFixed printf-related warnings
2009-06-15  Jaakko SalliAdded support for wxLongLong and wxULongLong in wxVaria...
2009-06-13  Jaakko SalliConverted wxVariant to use wxObject's reference countin...
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2009-03-25  Vadim Zeitlinabandon attempts to make wxAnyStrPtr behave as bool...
2009-03-25  Vadim Zeitlincheck that the conversion to wxDateTime was really...
2009-01-25  Vadim Zeitlinreturn NULL from GetVoidPtr() for NULL variants instead...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Jaakko SalliLet wxVariantDataDateTime::Write() and Read() work...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2008-06-13  Robert Roebling Ticket #1032 wxVariant::operator==(wxVariant& variant...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-19  Julian SmartAdded wxVariantData::Clone and wxVariant::Unshare
2007-10-18  Vadim Zeitlinremoved extraneous semicolon
2007-10-13  Robert RoeblingUse typesafe wxVariantList in wxVariant instead of...
2007-10-13  Robert Roeblingdefine typesafe wxVariantList (to be used by wxVariant...
2007-10-13  Robert RoeblingwxVariantData no longer inherits from wxObject
2007-07-06  Václav Slavíkfixed to make wxVariant compatible with both ANSI and...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-06-10  Václav Slavík1. made CRT wrappers definitions indepenent of wxUSE_UN...
2007-04-14  Václav Slavíkremoved extra semicolons (patch #1700459; fixes compila...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-10-02  Włodzimierz SkibaWarning fixes after char->wxChar in wxVariant.
2006-09-30  Robert Roebling Missed these in the char -> wxChar change.
2006-09-30  Robert Roebling Move wxVariant support for GDI classes to their
2006-09-30  Robert Roebling Added DECLARE_VARIANT_OBJECT macros for easy conversion
2006-09-30  Robert Roebling Compilo.
2006-09-30  Robert Roebling Changed char to wxChar.
2006-09-30  Robert Roebling Applied ref-couting patch.
2006-09-26  Robert Roebling Added wxVariant's =, == and != operators for wxObject*
2006-09-26  Robert Roebling Make GetWxObjectPtr() const.
2006-09-25  Vadim Zeitlinadded wxUSE_VARIANT guards
2006-09-22  Robin DunnFix my last fix. The method is pure virtual in the...
2006-09-22  Robin DunnRemove the wxVariantDataString::Read method since the...
2006-09-17  Robert Roebling [ 1559550 ] Fix wxVariant wxDateTime conversion from...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-06-25  Vadim Zeitlinfix gcc warnings about in printf format (partly modifi...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-03  Włodzimierz SkibaInclude wx/stream.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
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
next