Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / include / wx / listbase.h
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-10-07  Vadim ZeitlinImplement incremental search in wxGenericListCtrl.
2012-01-07  Vadim ZeitlinCompilation fix for PCH-less build after wxListCtrlBase...
2012-01-07  Vadim ZeitlinAdd support for wxLIST_AUTOSIZE_USEHEADER to InsertColu...
2012-01-07  Vadim ZeitlinAdd convenient wxListCtrl::AppendColumn() wrapper.
2012-01-07  Vadim ZeitlinImplement best size calculation for report mode wxListCtrl.
2012-01-07  Vadim ZeitlinReplace 3 copies of wxListCtrl mode tests with a single...
2012-01-07  Vadim ZeitlinAdd wxListCtrlBase common base class for port-specific...
2012-01-05  Vadim ZeitlinInitialize wxListItem::m_itemId to -1, not 0.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-13  Vadim ZeitlinMake wxListCtrl sort function take wxIntPtr, not long...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-05-24  Vadim Zeitlinfill in the fields of wxListItem in a wxListEvent befor...
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-11-12  Vadim Zeitlinadded self-assignment check to wxListItem::operator=()
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