Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / include / wx / xti.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-01-19  Stefan Csomorgcc 4.3 issues warning if type attributes are given...
2011-01-07  Stefan Csomorgcc fixes
2011-01-07  Stefan CsomorXTI updates
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-31  Václav Slavíkuse wxString, not wxChar*, in wxCreateDynamicObject...
2007-04-15  Mattia Barbon Make wxClassInfo attributes private. Replace
2007-04-11  Stefan Csomorchanging the Multiple Inheritance along the Single...
2007-04-11  Mattia Barbon Added --enable-extended_rtti configure switch (defaul...
2007-04-02  Václav SlavíkGetBaseByName doesn't exist anymore
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-07-04  Stefan CsomorwxColour lost its Create method, use direct creation...
2006-04-12  Julian SmartAdded IsDynamic to XTI
2005-11-15  Włodzimierz SkibaMinor cleanings.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-08  Włodzimierz SkibaXTI has own wxObjectEventFunction and has to follow...
2005-02-19  Vadim Zeitlinfix operator=() (patch 1126195)
2005-02-16  Włodzimierz Skiba'Compatibility' fix for connecting events.
2005-01-24  Dimitri Schoolwerthfixed unused param warning
2004-12-21  Włodzimierz SkibaBorland fixes.
2004-09-24  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
2004-06-15  Chris Elliottfix for Borland Dll build (SF bug #972989)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2003-10-19  Stefan CsomorVC6 template fixes
2003-10-18  Vadim Zeitlinuse #if WXWIN_COMPAT and not #ifdef (patch 826160)
2003-10-17  Stefan Csomoradjusting to changes in object.h
2003-09-08  Stefan Csomorsetter fix
2003-09-04  Stefan Csomorlog changes
2003-09-04  Stefan Csomornaming changes
2003-09-03  Stefan Csomoradded GetBaseClassName1 and 2 for memory.cpp compiles
2003-08-29  Stefan Csomoradded WX_IMPLEMENT_PROPERTY
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomoradded range of types for delegate type info
2003-08-27  Stefan Csomorchanged getters for enum to const, GetEventClass to...
2003-08-26  Stefan Csomorunicode fixes
2003-08-25  Stefan Csomorlinkage and unicode corrections
2003-08-25  Václav Slavíkthere's no such thing as <typeinfo.h>
2003-08-25  Stefan Csomorgeneric template must not carry linkage clause
2003-08-24  Stefan Csomorswitching type info to registration base and lazy looku...
2003-08-24  Václav Slavíkfixed wrong WXDLLEXPORT usage
2003-08-24  Stefan Csomorlinkage corrections, destructors added
2003-08-24  Václav Slavíkfixed gcc warnings and reformatted some pieces of code...
2003-08-24  Stefan Csomorgcc /vc6 workarounds
2003-08-23  Stefan Csomorflags extension
2003-08-23  Václav SlavíkUnicode fix
2003-08-23  Stefan Csomorredistribution of code for different library parts
2003-08-23  Stefan Csomorxti additions / changes
2003-08-22  Julian SmartRemoved erroneous return statements
2003-08-21  Stefan Csomormetadata support for metadata
2003-08-19  Stefan Csomorchanging wxxVariant signature
2003-08-19  Stefan CsomorRTTI extensions
2003-08-18  Stefan Csomorrefactoring getters and setters to avoid signature...
2003-08-14  Stefan Csomorxti macro fix
2003-08-14  Stefan Csomorproperties as collection
2003-08-13  Stefan Csomorcollection macro also for XTI_TEMPLATE_FIX
2003-08-13  Stefan Csomorcollection support for XTI
2003-08-11  Stefan Csomoradded wxDynamicObject (kind of delegate, docs to come...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-09  Stefan Csomordefine WX_XTI_TEMPLATE_FIX in case it is not yet
2003-08-09  Stefan Csomoradded flag for broken compilers with regard to template...
2003-08-08  Stefan Csomorxti expansions, streaming code changes
2003-08-06  Václav Slavíkinitialize wxClassInfo::sm_classTable automatically
2003-08-05  Stefan Csomoradded more specializations for bcc32
2003-08-05  Stefan Csomorxti streaming cleanup, type extensions
2003-08-04  Václav Slavíkno tabs please\!
2003-08-03  Mattia Barbon Warning fixes (still does not compile).
2003-07-31  Stefan CsomorAdded wxASSERT_MSGs
2003-07-30  Stefan Csomorfixing xti problems
2003-07-28  Stefan Csomorxti updates
2003-07-28  Stefan Csomorxti introduction