replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
[wxWidgets.git] / include / wx / listbase.h
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-25  Vadim Zeitlinimplement wxListItem::operator=()
2008-01-27  Vadim Zeitlindon't use DECLARE_EVENT_TYPE() to avoid confusing peopl...
2007-06-03  Vadim Zeitlininitialize wxListItem::m_image to -1 (which means no...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2006-10-02  Paul Cornettlistctrl header cleanup
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2005-12-22  Vadim Zeitlinadded wxListAttr::AssignFrom()
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-05-22  Julian SmartApplied patch [ 1195797 ] Fixes to compile on Win64
2005-03-16  Włodzimierz SkibaUse defs.h (and automatically setup.h and chkconf.h...
2005-03-08  Włodzimierz SkibaCasting fix for events. Needs check by ARM eVC4 users.
2005-02-14  Vadim Zeitlindefine wxFooHandler() macros for all wxFooEvents to...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-28  Vadim ZeitlinwxListItem::m_data is now of type wxUIntPtr, not long...
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-08-20  Vadim Zeitlinadded missing headers
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-08  Václav Slavíkcompilation fix
2003-01-21  David WebsterNew native OS/2 list control support.
2003-01-02  Vadim Zeitlinset wxListItem mask automatically to the correct value...
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-07-30  Julian SmartAdded wx/listbase.h with wxListCtrl types, so we can