Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / any.h
2010-04-17  Jaakko SalliRemoved two instances of 'template<>' - looks like...
2010-04-17  Jaakko SalliFixed VC6 compilation - wxAny(const wxVariant&) ctor...
2010-04-16  Jaakko SalliwxVariant <-> wxAny conversion functionality. Includes...
2010-04-11  Jaakko SalliFixed typo in documentation string
2010-04-04  Jaakko SalliResolve GCC's 'type-punned pointer will break strict...
2009-12-02  Paul Cornettcheck for self assignment in operator=
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-27  Jaakko SalliUse long double instead of double in wxAnyValueBuffer...
2009-09-27  Jaakko SalliAdded function and member function pointers in wxAnyVal...
2009-09-27  Jaakko SalliMake sure there are no memory alignment issues with...
2009-09-20  Vadim ZeitlinPut wxAny implementation entirely in the header.
2009-09-19  Vadim ZeitlinAdd curly braces around wxFAIL_MSG() to avoid g++ 4...
2009-09-19  Vadim ZeitlinSet svn properties correctly for the newly added files.
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)