XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / include / wx / variant.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-07-30  Vadim ZeitlinUse (newly) added wxStaticCastVariantData() to fix...
2011-01-06  Stefan Csomorfixing a few typos, wxAny copy constructor implementati...
2010-07-25  Jaakko SalliAdded wxVariant::Convert() implementations for wx(U...
2010-07-05  Václav SlavíkAdd std::[w]string support to wxVariant.
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-17  Robert RoeblingAdded virtual destructor
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
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  Robert RoeblingRename wxObjectDataRef wxRefCounter, use it in wxVariant
2009-06-12  Vadim Zeitlinreuse wxObjectRefData for various ref-counted classes...
2009-03-27  Václav Slavíksplit wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
2008-11-02  Vadim Zeitlinremove tests for bool and {const,static,reinterpret...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-19  Julian SmartAdded wxVariantData::Clone and wxVariant::Unshare
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-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-11-03  Vadim Zeitlinuse wxEMPTY_PARAMETER_VALUE to ensure that nested macro...
2006-11-03  Vadim Zeitlinadded IMPLEMENT_VARIANT_OBJECT_SHALLOWCMP(classname...
2006-11-03  Vadim Zeitlindon't define EMPTY_PARAMETER_VALUE macro without wx...
2006-10-30  Vadim Zeitlinrenamed IsRefTo() to IsSameAs() (do complain if this...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-02  Vadim Zeitlinput expdecl in the correct place in DECLARE/IMPLEMENT_V...
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 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-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-04  Julian SmartAdded licence/copyright information
2005-02-07  Ryan Nortondepereciate stringlist stuff in wxVariant
2004-10-13  Włodzimierz SkibaSemicolon fixes according to Vadim's note about being...
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-09-24  Ryan NortonAdd doc TODOs for wxVariant. You know, Convert wasn...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-10-24  Mattia Barbon Match changes in DECLARE_*_CLASS.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Fix some compilation and linking errors in samples.
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-06-02  Roger GammansAddition at simple wxObject*, support into wxVariant.
2003-03-23  Julian SmartRemoved obsolete wxDate and wxTime classes.
2003-02-06  Vadim Zeitlinallow compilation with wxUSE_DATETIME == 0 (patch 679822)
2003-01-26  Vadim Zeitlinadded iosfwrap.h (wrapper for <iosfwd>)
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-01  Julian SmartApplied [ 586524 ] wxVariant Enhancements.
2002-01-20  Vadim Zeitlinadded support for wxArrayString data in wxVariant
2001-06-10  George TaskerwxDbGrid additions - Added support for ODBC date types
2001-06-06  Vadim Zeitlinapplied patch for compilation with gcc 3.0
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-06-27  Robert Roebling Work on streams of all sorts. More to come.
1999-04-13  Ove KaavenUnicode. You know the drill.
1999-03-12  Vadim Zeitlinmore things are done by configure: checks for bool...
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-08  Unknown (UG)no message
1998-11-29  Vadim Zeitlinsome Linux compilation fixes
1998-11-29  Julian SmartAdded Win95 implementation of OutputDebugString; added...
1998-10-12  Julian SmartChanges related to stream includes
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...