don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / generic / listctrl.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-12-25  Vadim Zeitlindon't use deprecated OnScroll()
2008-10-16  Robin DunnAssert that a mode style *is* set, not that one isn...
2008-10-11  Francesco MontorsiAct as wxMSW and make an assert fail, if the user forgo...
2008-09-10  Stefan Csomorconditionals for carbon only osx code
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-08-18  Vadim Zeitlinpaint the space remaining after the columns too in...
2008-08-10  Robin DunnUse WXUNUSED and give more explaination for the handler
2008-08-10  Robin DunnAvoid default child window focus behavior in generic...
2008-08-03  Vadim Zeitlinfix view rectangle calculation for the control with...
2008-07-29  Stefan CsomorOSX regrouping
2008-07-13  Vadim Zeitlinset wxKeyEvent::m_uniChar correctly in the events gener...
2008-07-13  Vadim Zeitlindon't assert when GetSubItemRect() is called in non...
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-13  Vadim Zeitlindon't clear the list control when wxLC_[HV]RULES style...
2008-06-11  Stefan Csomorfixing file paths after renaming
2008-05-22  Vadim Zeitlindon't reserve space for the icons if none are used...
2008-04-01  Václav SlavíkGeneralized wxScrolledWindow into wxScrolled<T> that...
2008-03-24  Václav Slavíkno need to export private list/arrays of generic contro...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-03-04  Václav Slavíkremoved IsFrozen() from paint handler, no need for...
2008-03-03  Václav Slavíkmade Freeze/Thaw recursively (un)freeze child windows too
2008-02-27  Vadim Zeitlinclip the text in report mode to prevent it from overflo...
2008-02-12  Václav Slavíkadded wxWindow::HandleAsNavigationKey() helper for...
2008-01-10  Robert RoeblingUse SetFocusIgnoringChildren()
2008-01-10  Robert RoeblingApplied [ 1867939 ] fixes for wxTreeCtrl crashes when...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2008-01-03  Vadim Zeitlinalso scroll vertically if necessary in MoveToItem(...
2007-12-22  Vadim Zeitlinimplement wxListCtrl::ScrollList() (in report view...
2007-12-01  Stefan Csomorfont updates
2007-11-20  Paul Cornettbuild fixes
2007-11-20  Stefan Csomormac cleanup
2007-11-01  Vadim Zeitlindon't crash in HiglightAll() (called, in particular...
2007-10-17  Robert RoeblingMake wxRenderer::DrawItemSelectionRect() draw a focus...
2007-10-08  Robin DunnOn Mac the first visible line needs to be recalculated...
2007-09-19  Robert RoeblingLet wxListCtrl generate the context menu event itself
2007-09-15  Robert RoeblingCorrect GetLabelItemRect to not include image (as per...
2007-09-14  Robert RoeblingFix ending label-editing bug when clicking elsewhere
2007-09-09  Vadim Zeitlinadd wxSYS_DCLICK_TIME system metric constant; use it...
2007-08-21  Robert Roeblinguse live header button update when resizing, no XOR...
2007-08-21  Robert RoeblingRemoved gaps between header buttons and the strange...
2007-07-11  Vadim Zeitlincall SetCanFocus(false) to prevent the control window...
2007-07-09  Vadim Zeitlingenerate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even...
2007-07-05  Vadim Zeitlinreset selection when sorting the items as they don...
2007-07-05  Vadim Zeitlindon't allow selecting multiple items in single selectio...
2007-07-03  Robert Roeblingupport wxListCtrl label edit changes
2007-07-03  Robert RoeblingLet GtkScrolledWindow handle scroll wheel events.
2007-06-22  Robert Roebling Correct gridlines drawing
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
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...
next