]> git.saurik.com Git - wxWidgets.git/history - src/generic/listctrl.cpp
More RTL fixes.
[wxWidgets.git] / src / generic / listctrl.cpp
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...
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-08-30  Stefan Csomorsetting the mac theme font only in VARIANT_NORMAL
2004-08-25  Robin Dunngive the generic tree and list controls a DoGetBestSize
2004-08-09  Włodzimierz SkibaWe need one float argument to perform floating point...
2004-07-27  Václav Slavíkfixed sending 2 events (normal and bogus cancel one...
2004-07-25  Vadim Zeitlincompilation fix for a patch which didn't compile...
2004-07-25  Vadim ZeitlinFindItem() implementation (patch 950021)
2004-07-23  Václav Slavíkdocumented while event.Skip() is necessary so that...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Włodzimierz SkibaGetItemCount is int.
2004-07-16  Robin DunnAllow any too-large index to mean Append, just like...
2004-07-04  Vadim Zeitlindon't set font unless necessary (patch 984853)
2004-07-01  Vadim Zeitlinuse CmdDown() instead of #ifdefs for Mac
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-29  Robin DunnAllow for Cmd-click on wxMac
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-11  Robin DunnFixed compile warning
2004-05-06  Robin DunnDon't #include the extra files unless we need them
2004-05-06  Robin Dunnmoved #define to before it is used
2004-05-06  Robin DunnUse wxVisualAttributes (partially #if'd out until teste...
2004-03-27  Stefan Csomormac fixes
2004-03-01  Robert Roebling Made space around text symmetric.
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-22  Robert Roebling The list ctrl doesn't draw any focus
next