| 2012-04-05 |  Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. | blob | commitdiff | raw | 
| 2011-01-06 |  Stefan Csomor | fixing a few typos, wxAny copy constructor implementati... | blob | commitdiff | raw | diff to current | 
| 2010-08-13 |  Jaakko Salli | Allow wxVariant::Convert(wxUniChar* value) to convert... | blob | commitdiff | raw | diff to current | 
| 2010-07-05 |  Václav Slavík | Add std::[w]string support to wxVariant. | blob | commitdiff | raw | diff to current | 
| 2010-06-15 |  Jaakko Salli | Fix compilation when wxAny was disabled (fixes #12148) | blob | commitdiff | raw | diff to current | 
| 2010-04-22 |  Jaakko Salli | Allow wxAny to contain 'const char*' or 'const wchar_t... | blob | commitdiff | raw | diff to current | 
| 2010-04-18 |  Jaakko Salli | Fix wxAny for VC6 by removing 'wxAny& operator=(const... | blob | commitdiff | raw | diff to current | 
| 2010-04-17 |  Robert Roebling | Added virtual destructor | blob | commitdiff | raw | diff to current | 
| 2010-04-17 |  Jaakko Salli | Fixed VC6 compilation - wxAny(const wxVariant&) ctor... | blob | commitdiff | raw | diff to current | 
| 2010-04-16 |  Jaakko Salli | Try a blind fix for VC6 compilation issues (wxAny ctor... | blob | commitdiff | raw | diff to current | 
| 2010-04-16 |  Jaakko Salli | wxVariant <-> wxAny conversion functionality. Includes... | blob | commitdiff | raw | diff to current | 
| 2009-08-21 |  Vadim Zeitlin | No changes, just removed hard tabs and trailing white... | blob | commitdiff | raw | diff to current | 
| 2009-07-23 |  Vadim Zeitlin | Globally replace _T() with wxT(). | blob | commitdiff | raw | diff to current | 
| 2009-06-15 |  Jaakko Salli | Fixed printf-related warnings | blob | commitdiff | raw | diff to current | 
| 2009-06-15 |  Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... | blob | commitdiff | raw | diff to current | 
| 2009-06-13 |  Jaakko Salli | Converted wxVariant to use wxObject's reference countin... | blob | commitdiff | raw | diff to current | 
| 2009-06-12 |  Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... | blob | commitdiff | raw | diff to current | 
| 2009-03-27 |  Václav Slavík | split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer... | blob | commitdiff | raw | diff to current | 
| 2009-03-25 |  Vadim Zeitlin | abandon attempts to make wxAnyStrPtr behave as bool... | blob | commitdiff | raw | diff to current | 
| 2009-03-25 |  Vadim Zeitlin | check that the conversion to wxDateTime was really... | blob | commitdiff | raw | diff to current | 
| 2009-01-25 |  Vadim Zeitlin | return NULL from GetVoidPtr() for NULL variants instead... | blob | commitdiff | raw | diff to current | 
| 2009-01-19 |  Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... | blob | commitdiff | raw | diff to current | 
| 2009-01-12 |  Jaakko Salli | Let wxVariantDataDateTime::Write() and Read() work... | blob | commitdiff | raw | diff to current | 
| 2008-11-02 |  Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... | blob | commitdiff | raw | diff to current | 
| 2008-11-02 |  Vadim Zeitlin | remove tests for bool and {const,static,reinterpret... | blob | commitdiff | raw | diff to current | 
| 2008-06-13 |  Robert Roebling | Ticket #1032 wxVariant::operator==(wxVariant& variant... | blob | commitdiff | raw | diff to current | 
| 2007-10-23 |  Vadim Zeitlin | remove ODBC and DBgrid libraries | blob | commitdiff | raw | diff to current | 
| 2007-10-19 |  Julian Smart | Added wxVariantData::Clone and wxVariant::Unshare | blob | commitdiff | raw | diff to current | 
| 2007-10-18 |  Vadim Zeitlin | removed extraneous semicolon | blob | commitdiff | raw | diff to current | 
| 2007-10-13 |  Robert Roebling | Use typesafe wxVariantList in wxVariant instead of... | blob | commitdiff | raw | diff to current | 
| 2007-10-13 |  Robert Roebling | define typesafe wxVariantList (to be used by wxVariant... | blob | commitdiff | raw | diff to current | 
| 2007-10-13 |  Robert Roebling | wxVariantData no longer inherits from wxObject | blob | commitdiff | raw | diff to current | 
| 2007-07-06 |  Václav Slavík | fixed to make wxVariant compatible with both ANSI and... | blob | commitdiff | raw | diff to current | 
| 2007-06-11 |  Václav Slavík | compilation fixes for PCH-less build | blob | commitdiff | raw | diff to current | 
| 2007-06-10 |  Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... | blob | commitdiff | raw | diff to current | 
| 2007-04-14 |  Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... | blob | commitdiff | raw | diff to current | 
| 2007-03-07 |  Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... | blob | commitdiff | raw | diff to current | 
| 2006-10-02 |  Włodzimierz Skiba | Warning fixes after char->wxChar in wxVariant. | blob | commitdiff | raw | diff to current | 
| 2006-09-30 |  Robert Roebling | Missed these in the char -> wxChar change. | blob | commitdiff | raw | diff to current | 
| 2006-09-30 |  Robert Roebling | Move wxVariant support for GDI classes to their | blob | commitdiff | raw | diff to current | 
| 2006-09-30 |  Robert Roebling | Added DECLARE_VARIANT_OBJECT macros for easy conversion | blob | commitdiff | raw | diff to current | 
| 2006-09-30 |  Robert Roebling | Compilo. | blob | commitdiff | raw | diff to current | 
| 2006-09-30 |  Robert Roebling | Changed char to wxChar. | blob | commitdiff | raw | diff to current | 
| 2006-09-30 |  Robert Roebling | Applied ref-couting patch. | blob | commitdiff | raw | diff to current | 
| 2006-09-26 |  Robert Roebling | Added wxVariant's =, == and != operators for wxObject* | blob | commitdiff | raw | diff to current | 
| 2006-09-26 |  Robert Roebling | Make GetWxObjectPtr() const. | blob | commitdiff | raw | diff to current | 
| 2006-09-25 |  Vadim Zeitlin | added wxUSE_VARIANT guards | blob | commitdiff | raw | diff to current | 
| 2006-09-22 |  Robin Dunn | Fix my last fix.  The method is pure virtual in the... | blob | commitdiff | raw | diff to current | 
| 2006-09-22 |  Robin Dunn | Remove the wxVariantDataString::Read method since the... | blob | commitdiff | raw | diff to current | 
| 2006-09-17 |  Robert Roebling | [ 1559550 ] Fix wxVariant wxDateTime conversion from... | blob | commitdiff | raw | diff to current | 
| 2006-09-05 |  Vadim Zeitlin | mark all dtors which are virtual because base class... | blob | commitdiff | raw | diff to current | 
| 2006-06-25 |  Vadim Zeitlin | fix gcc warnings about  in printf format (partly modifi... | blob | commitdiff | raw | diff to current | 
| 2006-06-15 |  Włodzimierz Skiba | Include wx/math.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-05-03 |  Włodzimierz Skiba | Include wx/stream.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-24 |  Włodzimierz Skiba | Include wx/string.h according to precompiled headers... | blob | commitdiff | raw | diff to current | 
| 2006-04-14 |  Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... | blob | commitdiff | raw | diff to current | 
| 2006-03-12 |  Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... | blob | commitdiff | raw | diff to current | 
| 2006-03-07 |  Julian Smart | Increase precision of variant conversion to string | blob | commitdiff | raw | diff to current | 
| 2005-10-17 |  Michael Wetherell | Compile fix for Unicode build on win64 | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | don't use deprecated conversion operator in wxVariantDa... | blob | commitdiff | raw | diff to current | 
| 2005-09-25 |  Vadim Zeitlin | added wxIsSameDouble() which wraps double comparison... | blob | commitdiff | raw | diff to current | 
| 2005-09-24 |  Vadim Zeitlin | remove extraneous semicolons (patch 1299687) | blob | commitdiff | raw | diff to current | 
| 2005-09-23 |  Mart Raudsepp | Nuke #pragma implementation/interface's | blob | commitdiff | raw | diff to current | 
| 2005-08-06 |  Vadim Zeitlin | recognize 0/1 as false/true in string->bool conversion... | blob | commitdiff | raw | diff to current | 
| 2005-04-12 |  Włodzimierz Skiba | Warning fix. | blob | commitdiff | raw | diff to current | 
| 2005-03-24 |  Włodzimierz Skiba | Fix for ambiguities which happen in STL=1 mode under... | blob | commitdiff | raw | diff to current | 
| 2005-02-08 |  Ryan Norton | Duplicate impl of wxVariant == because GCC can't tell... | blob | commitdiff | raw | diff to current | 
| 2005-02-07 |  Ryan Norton | depereciate stringlist stuff in wxVariant | blob | commitdiff | raw | diff to current | 
| 2005-02-02 |  Włodzimierz Skiba | Last .empty() string source cleaning before 2.5.4. | blob | commitdiff | raw | diff to current | 
| 2005-02-01 |  Vadim Zeitlin | compilation fix for last commit | blob | commitdiff | raw | diff to current | 
| 2005-01-31 |  Vadim Zeitlin | fix for losing time information (if present) when conve... | blob | commitdiff | raw | diff to current | 
| 2004-11-05 |  Włodzimierz Skiba | We need a char, not wxChar. | blob | commitdiff | raw | diff to current | 
| 2004-10-30 |  David Elliott | Declare namespace std {} before using namespace std... | blob | commitdiff | raw | diff to current | 
| 2004-10-05 |  Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... | blob | commitdiff | raw | diff to current | 
| 2004-09-24 |  Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Use old licence name | blob | commitdiff | raw | diff to current | 
| 2004-05-23 |  Julian Smart | Name and version changes | blob | commitdiff | raw | diff to current | 
| 2004-03-28 |  Vadim Zeitlin | removed Win16 code (patch 905241), last version with... | blob | commitdiff | raw | diff to current | 
| 2004-03-24 |  Robin Dunn | copare lower case | blob | commitdiff | raw | diff to current | 
| 2003-08-09 |  Václav Slavík | added support for gcc precompiled headers | blob | commitdiff | raw | diff to current | 
| 2003-07-08 |  Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h | blob | commitdiff | raw | diff to current | 
| 2003-07-02 |  Václav Slavík | fixed to make wxBase DLL compile | blob | commitdiff | raw | diff to current | 
| 2003-06-03 |  Vadim Zeitlin | use c_str() instead of mb_str() with wxString::Printf... | blob | commitdiff | raw | diff to current | 
| 2003-06-02 |  Roger Gammans | Addition at simple wxObject*, support into wxVariant. | blob | commitdiff | raw | diff to current | 
| 2003-05-28 |  Roger Gammans | Reinsert missing ctor removed in date/time tidy | blob | commitdiff | raw | diff to current | 
| 2003-04-24 |  Jouk Jansen | Committing in . | blob | commitdiff | raw | diff to current | 
| 2003-03-29 |  Stefan Csomor | unicode and __MACH__ additions for wxMac | blob | commitdiff | raw | diff to current | 
| 2003-03-23 |  Julian Smart | Removed obsolete wxDate and wxTime classes. | blob | commitdiff | raw | diff to current | 
| 2003-02-14 |  Vadim Zeitlin | silent gcc warning about missing \n at the end of file | blob | commitdiff | raw | diff to current | 
| 2003-02-06 |  Vadim Zeitlin | allow compilation with wxUSE_DATETIME == 0 (patch 679822) | blob | commitdiff | raw | diff to current | 
| 2003-01-20 |  David Webster | TRUE not true, FALSE not false | blob | commitdiff | raw | diff to current | 
| 2003-01-13 |  Ron Lee | Split this out from other changes to keep things sane.. | blob | commitdiff | raw | diff to current | 
| 2003-01-02 |  Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... | blob | commitdiff | raw | diff to current | 
| 2002-08-01 |  Julian Smart | Applied [ 586524 ] wxVariant Enhancements. | blob | commitdiff | raw | diff to current | 
| 2002-07-09 |  Vadim Zeitlin | implemented wxVariant::NullList() (patch 578257) | blob | commitdiff | raw | diff to current | 
| 2002-05-07 |  Gilles Depeyrot | corrected warnings when compiling with -Wall -W | blob | commitdiff | raw | diff to current | 
| 2002-03-09 |  Vadim Zeitlin | copy the variant name in the assignment operator as... | blob | commitdiff | raw | diff to current | 
| 2002-02-07 |  Kendall Bennett | Merges from Scitech Branch (George Davison): | blob | commitdiff | raw | diff to current | 
| 2002-01-20 |  Vadim Zeitlin | added support for wxArrayString data in wxVariant | blob | commitdiff | raw | diff to current | 
| 2001-08-24 |  Vadim Zeitlin | added missing wxSTDs | blob | commitdiff | raw | diff to current | 
| next |