]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw/listctrl.h
Implement best size calculation for report mode wxListCtrl.
[wxWidgets.git] / include / wx / msw / listctrl.h
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...
2011-12-02  Vadim ZeitlinUpdate all controls using in-place editors to handle...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE/IMPLEM...
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2009-04-25  Vadim Zeitlinoptimize FindItem(data) performance (closes #9870)
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-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-25  Vadim Zeitlinadded (MSW-only) wxListCtrl::OnGetItemColumnAttr()...
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-05-30  Vadim Zeitlinensure that GetEditControl() returns something even...
2008-05-30  Vadim Zeitlinno changes, just refactor the code to avoid having...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-01-26  Vadim Zeitlinset listview extended styles after switching to report...
2007-11-10  Vadim Zeitlinadded functions for setting the columns order in wxList...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2006-10-02  Paul Cornettnon-pch build fix
2006-10-02  Paul Cornettlistctrl header cleanup
2006-07-31  Vadim ZeitlinTLW default item changes have changed Enter key process...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-02-14  Vadim Zeitlinmodified custom draw code to fully draw the items using...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2005-09-25  Vadim Zeitlinremoved wxABI_VERSION checks
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-02-19  Vadim Zeitlinextracted check for wxListCtrl in WM_PRINT handler...
2005-01-14  Włodzimierz SkibaCommon wxListCtrl control name.
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-01  Vadim Zeitlinimplemented Get(Class)DefaultAttributes()
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-08  Vadim Zeitlinresolving conflicts in files I had forgot to commit...
2004-02-08  Julian SmartAdded missing MSWGetStyle prototype
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-01-30  Robin Dunn1. Added m_count and maintain its value in InsertItem...
2003-01-30  Robin DunnRevert last change so the right log message gets put...
2003-01-30  Robin DunnFix for export warning when compiling a DLL.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-07-21  Vadim Zeitlin1. more consistency in wxTree/ListEvent methods naming...
2002-05-09  Vadim Zeitlinfixed list item attributes when inserting/deleting...
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-03-12  Ron Leebuild fix. Need the full declaration for CLASSINFO().
2001-07-14  Vadim Zeitlinimplemented RefreshItem(s) under MSW
2001-07-12  Vadim Zeitlinimplemented attributes support for native virtual list...
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-05  Vadim Zeitlinadded virtual listctrl support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-09-05  Julian SmartAdded rules to wxListCtrl (MSW now, GTK+ soon)
2000-03-15  Vadim Zeitlinsome fwd declarations added to the header
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-02-07  Vadim Zeitlintrying to fix memory leak in wxListCtrl (attributes...
1999-12-05  Vadim ZeitlinwxListCtrl custom drawing seems to work
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-10-01  Vadim ZeitlinwxCALLBACK added, wxCOMPFUNC_CONV moved to defs.h
1999-09-29  Vadim ZeitlinwxListCtrlCompare typedef now is defined correctly...
1999-07-26  Vadim ZeitlinEditLabel fixes (wxMSW/wxGTK synchronised, docs updated)
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenCouple more Unicode fixes.
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-02-27  Vadim Zeitlin1. wxListCtrl fixes
1999-02-20  Robin DunnAdded missing | symbol
1998-12-16  Robert Roebling Added layout constraints call to wxNotebook
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-26  Julian SmartwxEventType alterations.
1998-05-21  Robert RoeblingAdd support for dynamic event tables
1998-05-20  Karsten Ballüderadded some wxMSW stuff