]> git.saurik.com Git - wxWidgets.git/history - include/wx/generic/listctrl.h
Implement best size calculation for report mode wxListCtrl.
[wxWidgets.git] / include / wx / generic / 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...
2010-07-11  Vadim ZeitlinAccount for largest item in wxGenericListCtrl::GetBestS...
2010-06-09  Francesco MontorsiImplement wx-prefixed macros versions of DECLARE/IMPLEM...
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2010-03-06  Vadim ZeitlinDon't store header height in generic wxListCtrl member...
2009-12-03  Paul Cornettmake access for virtuals match base
2009-05-30  Vadim Zeitlinimplement Update() properly for the generic wxListCtrl...
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-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
2009-01-27  Francesco Montorsismall cleanup; move private class definitions in a...
2009-01-24  Stefan Csomorbring in the definition of wxScrollHelper, making non...
2009-01-22  Robert RoeblingReorganized wxListCtrl's window layout (same as wxDataV...
2008-09-02  Stefan Csomorlistctrl generic is used outside of osx-carbon
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-03-26  Francesco Montorsisubstitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-11-26  Stefan Csomoruniversal fixes
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2006-12-01  Kevin OllivierAllow wxGenericListCtrl to correctly handle Get/SetScro...
2006-10-02  Paul Cornettlistctrl header cleanup
2006-09-18  Robin DunnUse wxListCtrlNameStr for the generic control too.
2006-09-18  Kevin OllivierRemove duplication in wxImageList defines and always...
2006-09-17  Kevin OllivierInitial commit of native OS X list ctrl support. Compil...
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-02-24  Vadim Zeitlinneed to include wx/treectrl.h to use CLASSINFO(wxTextCtrl)
2006-02-24  Vadim Zeitlinimplemented EditLabel() with custom text controls and...
2006-02-13  Vadim Zeitlinfix client to screen (and vice versa) conversion
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-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-03-30  Stefan Csomorusing separate imaglist on mac
2005-02-08  Włodzimierz SkibaSemicolon fixes.
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-25  Robin Dunngive the generic tree and list controls a DoGetBestSize
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnUse wxVisualAttributes (partially #if'd out until teste...
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-16  Vadim Zeitlinadded ShouldInheritColours()
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-11  Julian SmartApplied patch [ 803473 ] wxListCtrl header height bugfix
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Vadim ZeitlinRefresh() didn't work as it wasn't passed to subwindows
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-31  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-28  Julian SmartDitribution script mods;
2002-08-01  Julian SmartApplied patch [ 589484 ] wxGenericListCtrl, fix for...
2002-07-30  Julian SmartAdded wx/listbase.h with wxListCtrl types, so we can
2002-07-30  Julian SmartMore tweaks so wxGenericListCtrl only uses generic
2002-07-27  Mattia BarbonRename wxGenericImageList to wxImageList in generic...
2002-07-22  Julian SmartAdded wxListCtrl to derive from wxGenericListCtrl,
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-02-16  Robert Roebling wxX11:
2001-11-26  Vadim Zeitlinremoved unneeded include from the header
2001-11-03  Vadim Zeitlinimplemented Freeze/Thaw() for the generic listctrl
2001-07-26  Vadim Zeitlinforgotten method declaration
2001-07-25  Vadim Zeitlinfix for focus handling when deleting the items
2001-07-13  Vadim Zeitlinadded RefreshItem(s) methods
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-07  Stefan Csomormac fixes
2001-07-07  Gilles Depeyrotcorrected friend declaration for CodeWarrior compilation
2001-07-06  David WebsterOS/2 update for wxUniv merge.
2001-07-06  Vadim Zeitlinvirtual wxListCtrl support (UNTESTED)
2001-07-05  Vadim Zeitlinadded virtual list control functions (but not implement...
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-02-22  Vadim Zeitlin1. corrected bug with LIST_ITEM_ACTIVATED being sent...
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
1999-12-07  Vadim Zeitlinsmall cosmetic fix for wxListCtrl
1999-12-06  Vadim Zeitlingeneric wxListCtrl colour/font setting
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-11-26  Robert Roebling Same changes as last commit... Maybe CVS works now.
1999-11-24  Karsten Ballüderfixed setfocus() flicker in listctrl
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-11  Stefan CsomorwxMac completed so far, generic listctrl extension
1999-11-08  David WebsterOS/2 PM specific fixes for validators and fonts
next