Remove obsolete VisualAge-related files.
[wxWidgets.git] / interface / wx / any.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-05-26  Vadim ZeitlinUse C locale representation for floating point numbers...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-18  Jaakko SalliMade wxAny::IsNull() doc string a bit clearer
2010-06-18  Jaakko SalliAdded wxAny::HasSameType()
2010-06-18  Jaakko SalliUse placement new when storing value in wxAnyValueBuffe...
2010-06-14  Jaakko SalliAdded wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
2010-06-09  Jaakko SalliwxAny CheckType() member functions are now const
2010-04-22  Jaakko SalliAllow wxAny to contain 'const char*' or 'const wchar_t...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-11  Jaakko SalliFixed typo in documentation string
2009-11-21  Jaakko SalliAdded a new documentation overview section 'Caveats...
2009-11-19  Jaakko SalliAdded typeinfo.h which implements wxTypeId, using C...
2009-10-03  Jaakko SalliAdded wxDECLARE_ANY_TYPE(CLS, DECL) and documented...
2009-09-29  Jaakko SalliRemoved dst buffer delete responsibility from wxAnyValu...
2009-09-22  Jaakko SalliMinor clarifation and typo fix
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)