Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / generic / listctrl.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-03  Vadim ZeitlinRevert "Fix off by 1 error in wxGenericListCtrl::HitTes...
2013-02-24  Vadim ZeitlinFix off by 1 error in wxGenericListCtrl::HitTest().
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-11-25  Vadim ZeitlinFix wxGenericListCtrl scrolling by not processing the...
2012-10-24  Vadim ZeitlinDon't call wxSafeYield() from wxGenericListCtrl::EditLa...
2012-10-07  Vadim ZeitlinImplement incremental search in wxGenericListCtrl.
2012-10-07  Vadim ZeitlinFix spurious label editing in generic wx{List,Tree...
2012-10-07  Vadim ZeitlinDon't set focus explicitly in wxGenericListCtrl mouse...
2012-08-15  Vadim ZeitlinFixes for forwarding events to parent in wxGenericListCtrl.
2012-07-07  Vadim ZeitlinReturn correct index from wxGenericListCtrl::InsertColu...
2012-06-12  Vadim ZeitlinDon't use generic wxListCtrl style for wxListMainWindow.
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-05-09  Vadim ZeitlinFix wxGenericListCtrl best size calculation in report...
2012-03-29  Vadim ZeitlinFix focus handling logic in generic wxListCtrl.
2012-01-16  Vadim ZeitlinOnly return the requested data from generic wxListCtrl...
2012-01-16  Vadim ZeitlinSet all event fields correctly for drag events in gener...
2012-01-12  Paul Cornettrevert r70315, key event propagation should be fixed...
2012-01-10  Vadim ZeitlinFix UI in generic wxListCtrl when pressing cursor arrow...
2012-01-08  Vadim ZeitlinDon't generate drag events without valid item in wxGene...
2012-01-07  Vadim ZeitlinImprove column auto-sizing code in generic wxListCtrl.
2012-01-07  Vadim ZeitlinImplement best size calculation for report mode wxListCtrl.
2012-01-07  Vadim ZeitlinAdd wxListCtrlBase common base class for port-specific...
2012-01-05  Vadim ZeitlinEnsure that wxListEvent::m_itemIndex and m_item.m_itemI...
2011-12-22  Vadim ZeitlinDramatically optimise inserting many items in wxGeneric...
2011-12-21  Vadim ZeitlinCorrect generic wxListCtrl display of items with icons...
2011-12-21  Vadim ZeitlinGuard against a possible crash in wxListCtrl::DeleteCol...
2011-12-20  Vadim ZeitlinFix horizontal alignment in icon view in generic wxList...
2011-12-08  Vadim ZeitlinRefresh generic wxListCtrl after removing a column...
2011-12-02  Vadim ZeitlinUpdate all controls using in-place editors to handle...
2011-10-30  Vadim ZeitlinFix assert in generic wxListCtrl icon view when using...
2011-10-29  Paul Cornettparenthesize bitwise operator in logical expression
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-02  Robin DunnIf -1 is passed to InsertItem for the imageIndex then...
2011-04-26  Vadim ZeitlinUpdate line height in generic wxListCtrl to match image...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-02-25  Julian SmartAdded wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-10-16  Vadim ZeitlinAvoid crashes in wxGenericListCtrl client<->screen...
2010-10-13  Vadim ZeitlinFix display of right aligned columns in wxGenericListCtrl.
2010-10-05  Vadim ZeitlinDestroy the in-place edit control in wxGenericListCtrl...
2010-09-22  Steve LamertonSend generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN...
2010-09-14  Vadim ZeitlinFix drawing of items with custom background in wxGeneri...
2010-07-14  Vadim ZeitlinDon't use wxRendererNative::DrawFocusRect() under Mac.
2010-07-11  Vadim ZeitlinAccount for largest item in wxGenericListCtrl::GetBestS...
2010-07-11  Vadim ZeitlinEnsure that wxGenericListCtrl always has wx[HV]SCROLL...
2010-07-11  Vadim ZeitlinFix item selection/focus drawing in generic wxListCtrl.
2010-07-11  Vadim ZeitlinAllow user code to override key events in generic wxLis...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-03  Vadim ZeitlinAssert if an invalid column index is specified when...
2010-05-10  Vadim ZeitlinAdd column parameter to wxListCtrl::GetItemText().
2010-04-12  Vadim ZeitlinFix over aggressive clipping in generic wxListCtrl...
2010-04-12  Vadim ZeitlinFix crash in wxListbook if image list is assigned after...
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-03-12  Vadim ZeitlinRevert unneeded fix for list control headers from r63177.
2010-03-06  Vadim ZeitlinDon't store header height in generic wxListCtrl member...
2010-03-06  Vadim ZeitlinFix toggling the header in the generic wxListCtrl.
2010-01-18  Stefan Csomorapplying patch, closes #11309
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
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-03-20  Stefan Csomorreworked font handling for osx
2009-02-21  Paul Cornettfix event table base for wxListMainWindow
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-02-04  Vadim Zeitlincompilation fixes for wxMSW/Univ
2009-02-01  Francesco Montorsifix a typo in comment
2009-01-28  Robert RoeblingFixes #10443: wxListCtrl::MoveToItem
2009-01-27  Robert RoeblingFix for GetScrollPos() assert
2009-01-27  Francesco Montorsifix PCH builds
2009-01-27  Francesco Montorsifix crash when calling InsertColumn() on a wxListCtrl...
2009-01-27  Francesco Montorsismall cleanup; move private class definitions in a...
2009-01-25  Robert RoeblingFinally corrected drawing of wxListCtrl selection rect...
2009-01-25  Vadim Zeitlinremoved debugging wxPrintf() which not only had nothing...
2009-01-24  Stefan Csomorbring in the definition of wxSizer, making non-precomp...
2009-01-24  Francesco Montorsido not export private symbols in wx shared libraries
2009-01-23  Robert RoeblingAlways use theme border for inner window under wxGTK
2009-01-23  Robert RoeblingGTK+'s native controls usually have a bigger line height
2009-01-23  Robert RoeblingRestore keyboard navi
2009-01-22  Robert RoeblingReorganized wxListCtrl's window layout (same as wxDataV...
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...
next