]> git.saurik.com Git - wxWidgets.git/history - src/generic/listctrl.cpp
take images and margins into account when setting column width to wxLIST_AUTOSIZE_USE...
[wxWidgets.git] / src / generic / listctrl.cpp
2007-03-07  Vadim Zeitlintake images and margins into account when setting colum...
2007-03-07  Vadim Zeitlinclip column image (and not only the text) to the column...
2007-03-07  Vadim Zeitlinmerge multiple lines into one as otherwise the display...
2007-01-07  Kevin OllivierGeneric list and tree ctrl should not use the focused...
2006-12-04  Vadim Zeitlinfix a problem with (sometimes) editing an invalid item...
2006-12-03  Vadim Zeitlinstop the rename timer when the current item changes...
2006-12-01  Robin DunnEnsure that the listctrl takes the focus on left-click
2006-12-01  Kevin OllivierAllow wxGenericListCtrl to correctly handle Get/SetScro...
2006-11-29  Robert Roebling Simpler version of [ 1604590 ] wxListCtrl::FindItem...
2006-11-28  Kevin OllivierPropagate key up events to the wxGenericListCtrl parent...
2006-11-19  Kevin OllivierHave wxGenericListCtrl record and store the selection...
2006-11-14  Robert Roebling Just use the already existing wxRenderer::DrawItemSel...
2006-11-12  Robert Roebling Send delete item event just before the item is actually
2006-11-12  Julian SmartFix for GTK+1
2006-11-11  Robert Roebling Added native selection rectangle drawing.
2006-11-09  Kevin OllivierOn Mac, when selection is drawn in grey (i.e. unfocused...
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-28  Vadim Zeitlinremove unneeded WXDLLEXPORTs for the classes only used...
2006-10-24  Kevin OllivierUse the same selection highlight and text colors as...
2006-10-21  Robin DunnAvoid nested DC assert
2006-10-16  Robin DunnMerge new item attributes if any are already existing
2006-10-03  Paul Cornettuniv build fix
2006-10-02  Paul Cornettlistctrl header cleanup
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-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-14  Robert Roebling More RTL fixes.
2006-09-13  Robert Roebling More RTL work.
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-12  Robert Roebling Reverse Left and Right meaning of keys.
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Włodzimierz SkibaAvoid deleting 'const' object.
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-16  Vadim Zeitlinremoved unnecessary (the problem is due to a bug elsewh...
2006-04-16  Vadim Zeitlina tentatively better fix for the problem of patch 14560...
2006-03-30  Jamie GaddInclude compatibility guard for int GetItemSpacing...
2006-03-30  Robert Roebling Fix wxListCtrl in-place editing (to not crash
2006-03-29  Vadim Zeitlindon't return void values
2006-03-28  Robert Roebling Apply wxListCtrl patch which fixes some crashes
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-04  Vadim Zeitlindeselect the current selection when the user clicks...
2006-03-04  Vadim Zeitlinfixed crash due to double deletion of wxListTextCtrlWra...
2006-03-04  Vadim Zeitlincentre icon and text vertically in the report view...
2006-02-24  Vadim Zeitlinimplemented EditLabel() with custom text controls and...
2006-02-13  Vadim Zeitlindeclare lists as exported, seems to be necessary in...
2006-02-13  Vadim Zeitlinfix client to screen (and vice versa) conversion
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-11  Julian SmartApplied patch [ 1424247 ] Have wxGenericListCtrl not...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-01-31  Robin DunnAnother patch from Tim Kosse for using images on more...
2006-01-25  David Surovellfixed compilation failure introduced in prior commit
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-24  David Surovellcleanup - reformatting
2006-01-05  Robin DunnWorkaround for wxMac since it is unable to dismiss...
2005-12-23  Vadim Zeitlindon't set minimal column width, it should be possible...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-11  Vadim ZeitlinRespect wxListItem::m_mask in general list control...
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-07  Włodzimierz SkibaFirst part of '[ 1216148 ] cleanup: unused variables...
2005-05-31  Julian SmartApplied patch [ 1210352 ] Fix editing in generic wxList...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-09  Robin DunnAllow wxMac to have HRULE/VRULEs for wxListCtrl too.
2005-03-31  Robert Roebling Fix the fix for not sending two end label edit events
2005-03-29  Stefan Csomorhandling mac as gtk
2005-03-27  Vadim Zeitlinfixed crash introduced by recently applied autowidth...
2005-03-22  Włodzimierz SkibaBuild fixes.
2005-03-21  Vadim Zeitlinspeed up SetColumnWidth() by caching max column width...
2005-03-07  Robert Roebling Applied patch to reenable single selection mode.
2005-03-07  Robert Roebling This fixes a problem in the two tree and list controls...
2005-02-19  Stefan Csomoradapt to mac l&f
2005-02-19  Vadim ZeitlinwxGenericListCtrl::SetItemState(-1) now changes the...
2005-02-18  Stefan Csomorusing correct theme heights for header on mac
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-10  Włodzimierz SkibaUse default constructors for wxSize/Point/Rect.
2005-02-06  Robert Roebling Applied context menu patch.
2005-01-30  Kevin HockClean up indentation / tabs from previous patch
2005-01-30  Robert Roebling Applied selection patch from G.R.
2005-01-29  Kevin HockMake list consistent with tree in terms of Vetoed chang...
2005-01-28  Robin DunnwxEVT_MOUSEWHEEL is always defined, no #if needed
2005-01-19  Włodzimierz SkibaMinGW warning fix.
2005-01-14  Robin DunnBug fix for [ 1059381 ] Mouse wheel does not work in...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-11  Robert Roebling Add SetFocusIgnoringChildren() to wxControlContainer...
2004-11-01  Robert Roebling wxListCtrl::InsertItem() ignored the column.
2004-10-22  Kevin HockDocumentation patch from Olly Betts
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-08  Robin DunnCheck for an image list before complaining in OnGetItem...
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  Václav Slavíkimplementation should use DoFindFocus
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
next