Fix crash when auto-sizing a wxDataViewCtrl column.
[wxWidgets.git] / include / wx / weakref.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-05-19  Stefan Csomorfixes #14318
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-27  Stefan Csomorsupporting clang 2.0 under xcode, see #12332
2010-04-15  Vadim ZeitlinFix using weak references to incomplete classes.
2010-04-12  Vadim ZeitlinFix VC6 compilation which was somehow broken by adding...
2010-04-10  Vadim ZeitlinAdd non-template wxWeakRef<T> constructor from T*.
2010-04-10  Vadim ZeitlinAdd wxWeakRef::element_type, remove unnecessary assignm...
2009-02-18  Paul Cornettuse bool expression rather than implicit conversion
2008-12-19  Vadim Zeitlindefine USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3...
2008-11-16  Paul Cornettmake access for virtuals match base
2008-10-22  Vadim Zeitlincompilation fix for operator=() with DMC
2008-05-15  Robert Roebling[ 1960295 ] wxWeakRef - Reorganization and comments
2008-05-06  Robert Roebling[ 1957970 ] wxWeakRef - assign from other wxWeakRef
2008-02-27  Vadim Zeitlinfix wxWeakRef<> for Borland C++ (slightly modified...
2008-02-11  Vadim Zeitlinuse correct WXDLLIMPEXP_FWD_CORE instead of WXDLLIMPEXP...
2008-01-16  Vadim Zeitlinremoved unneeded wxWeakRefDynamic::AssignCopy() (last...
2008-01-16  Vadim Zeitlincompilation fixes for standard-conformant compilers...
2008-01-13  Vadim Zeitlinimprovements to wxWeakRef and related classes
2008-01-08  Vadim Zeitlinadd conversion to unspecified_bool_type to allow writin...
2008-01-08  Robert RoeblingUpdated wxWeakRef<T> to patch Weak references for wx...
2008-01-06  Vadim Zeitlinadded wxWeakRef<T> (slightly modified patch 1860953)