2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
blob | commitdiff | raw |
2013-06-13 |
Vadim Zeitlin | Remove the unused code instead of commenting it out. |
blob | commitdiff | raw | diff to current |
2013-06-13 |
Vadim Zeitlin | Use two step creation of wxListHeaderWindow to avoid... |
blob | commitdiff | raw | diff to current |
2013-06-13 |
Stefan Csomor | fixing reentrancy which happened in tests, bringing... |
blob | commitdiff | raw | diff to current |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
blob | commitdiff | raw | diff to current |
2013-03-03 |
Vadim Zeitlin | Revert "Fix off by 1 error in wxGenericListCtrl::HitTes... |
blob | commitdiff | raw | diff to current |
2013-02-24 |
Vadim Zeitlin | Fix off by 1 error in wxGenericListCtrl::HitTest(). |
blob | commitdiff | raw | diff to current |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
blob | commitdiff | raw | diff to current |
2012-11-25 |
Vadim Zeitlin | Fix wxGenericListCtrl scrolling by not processing the... |
blob | commitdiff | raw | diff to current |
2012-10-24 |
Vadim Zeitlin | Don't call wxSafeYield() from wxGenericListCtrl::EditLa... |
blob | commitdiff | raw | diff to current |
2012-10-07 |
Vadim Zeitlin | Implement incremental search in wxGenericListCtrl. |
blob | commitdiff | raw | diff to current |
2012-10-07 |
Vadim Zeitlin | Fix spurious label editing in generic wx{List,Tree... |
blob | commitdiff | raw | diff to current |
2012-10-07 |
Vadim Zeitlin | Don't set focus explicitly in wxGenericListCtrl mouse... |
blob | commitdiff | raw | diff to current |
2012-08-15 |
Vadim Zeitlin | Fixes for forwarding events to parent in wxGenericListCtrl. |
blob | commitdiff | raw | diff to current |
2012-07-07 |
Vadim Zeitlin | Return correct index from wxGenericListCtrl::InsertColu... |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Vadim Zeitlin | Don't use generic wxListCtrl style for wxListMainWindow. |
blob | commitdiff | raw | diff to current |
2012-06-01 |
Vadim Zeitlin | Use wxCLASSINFO() instead of deprecated CLASSINFO(). |
blob | commitdiff | raw | diff to current |
2012-05-09 |
Vadim Zeitlin | Fix wxGenericListCtrl best size calculation in report... |
blob | commitdiff | raw | diff to current |
2012-03-29 |
Vadim Zeitlin | Fix focus handling logic in generic wxListCtrl. |
blob | commitdiff | raw | diff to current |
2012-01-16 |
Vadim Zeitlin | Only return the requested data from generic wxListCtrl... |
blob | commitdiff | raw | diff to current |
2012-01-16 |
Vadim Zeitlin | Set all event fields correctly for drag events in gener... |
blob | commitdiff | raw | diff to current |
2012-01-12 |
Paul Cornett | revert r70315, key event propagation should be fixed... |
blob | commitdiff | raw | diff to current |
2012-01-10 |
Vadim Zeitlin | Fix UI in generic wxListCtrl when pressing cursor arrow... |
blob | commitdiff | raw | diff to current |
2012-01-08 |
Vadim Zeitlin | Don't generate drag events without valid item in wxGene... |
blob | commitdiff | raw | diff to current |
2012-01-07 |
Vadim Zeitlin | Improve column auto-sizing code in generic wxListCtrl. |
blob | commitdiff | raw | diff to current |
2012-01-07 |
Vadim Zeitlin | Implement best size calculation for report mode wxListCtrl. |
blob | commitdiff | raw | diff to current |
2012-01-07 |
Vadim Zeitlin | Add wxListCtrlBase common base class for port-specific... |
blob | commitdiff | raw | diff to current |
2012-01-05 |
Vadim Zeitlin | Ensure that wxListEvent::m_itemIndex and m_item.m_itemI... |
blob | commitdiff | raw | diff to current |
2011-12-22 |
Vadim Zeitlin | Dramatically optimise inserting many items in wxGeneric... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
Vadim Zeitlin | Correct generic wxListCtrl display of items with icons... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
Vadim Zeitlin | Guard against a possible crash in wxListCtrl::DeleteCol... |
blob | commitdiff | raw | diff to current |
2011-12-20 |
Vadim Zeitlin | Fix horizontal alignment in icon view in generic wxList... |
blob | commitdiff | raw | diff to current |
2011-12-08 |
Vadim Zeitlin | Refresh generic wxListCtrl after removing a column... |
blob | commitdiff | raw | diff to current |
2011-12-02 |
Vadim Zeitlin | Update all controls using in-place editors to handle... |
blob | commitdiff | raw | diff to current |
2011-10-30 |
Vadim Zeitlin | Fix assert in generic wxListCtrl icon view when using... |
blob | commitdiff | raw | diff to current |
2011-10-29 |
Paul Cornett | parenthesize bitwise operator in logical expression |
blob | commitdiff | raw | diff to current |
2011-08-10 |
Steve Lamerton | Merge in from trunk r64802 - r68625 |
blob | commitdiff | raw | diff to current |
2011-08-02 |
Robin Dunn | If -1 is passed to InsertItem for the imageIndex then... |
blob | commitdiff | raw | diff to current |
2011-04-26 |
Vadim Zeitlin | Update line height in generic wxListCtrl to match image... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2011-02-25 |
Julian Smart | Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Vadim Zeitlin | Avoid crashes in wxGenericListCtrl client<->screen... |
blob | commitdiff | raw | diff to current |
2010-10-13 |
Vadim Zeitlin | Fix display of right aligned columns in wxGenericListCtrl. |
blob | commitdiff | raw | diff to current |
2010-10-05 |
Vadim Zeitlin | Destroy the in-place edit control in wxGenericListCtrl... |
blob | commitdiff | raw | diff to current |
2010-09-22 |
Steve Lamerton | Send generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN... |
blob | commitdiff | raw | diff to current |
2010-09-14 |
Vadim Zeitlin | Fix drawing of items with custom background in wxGeneri... |
blob | commitdiff | raw | diff to current |
2010-07-14 |
Vadim Zeitlin | Don't use wxRendererNative::DrawFocusRect() under Mac. |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Vadim Zeitlin | Account for largest item in wxGenericListCtrl::GetBestS... |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Vadim Zeitlin | Ensure that wxGenericListCtrl always has wx[HV]SCROLL... |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Vadim Zeitlin | Fix item selection/focus drawing in generic wxListCtrl. |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Vadim Zeitlin | Allow user code to override key events in generic wxLis... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-06-03 |
Vadim Zeitlin | Assert if an invalid column index is specified when... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Vadim Zeitlin | Add column parameter to wxListCtrl::GetItemText(). |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Vadim Zeitlin | Fix over aggressive clipping in generic wxListCtrl... |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Vadim Zeitlin | Fix crash in wxListbook if image list is assigned after... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Stefan Csomor | using statically allocated font objects for speedup |
blob | commitdiff | raw | diff to current |
2010-03-12 |
Vadim Zeitlin | Revert unneeded fix for list control headers from r63177. |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Vadim Zeitlin | Don't store header height in generic wxListCtrl member... |
blob | commitdiff | raw | diff to current |
2010-03-06 |
Vadim Zeitlin | Fix toggling the header in the generic wxListCtrl. |
blob | commitdiff | raw | diff to current |
2010-01-18 |
Stefan Csomor | applying patch, closes #11309 |
blob | commitdiff | raw | diff to current |
2009-09-21 |
Stefan Csomor | moving themeing include to private.h |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Vadim Zeitlin | Fix recurring typo in "theming". |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Vadim Zeitlin | implement Update() properly for the generic wxListCtrl... |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Vadim Zeitlin | pass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems... |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Vadim Zeitlin | use wxUIntPtr instead of long for 3rd parameter of... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Paul Cornett | fix event table base for wxListMainWindow |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Vadim Zeitlin | compilation fixes for wxMSW/Univ |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Francesco Montorsi | fix a typo in comment |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Robert Roebling | Fixes #10443: wxListCtrl::MoveToItem |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Robert Roebling | Fix for GetScrollPos() assert |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Francesco Montorsi | fix PCH builds |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Francesco Montorsi | fix crash when calling InsertColumn() on a wxListCtrl... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Francesco Montorsi | small cleanup; move private class definitions in a... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Robert Roebling | Finally corrected drawing of wxListCtrl selection rect... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | removed debugging wxPrintf() which not only had nothing... |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Stefan Csomor | bring in the definition of wxSizer, making non-precomp... |
blob | commitdiff | raw | diff to current |
2009-01-24 |
Francesco Montorsi | do not export private symbols in wx shared libraries |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Robert Roebling | Always use theme border for inner window under wxGTK |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Robert Roebling | GTK+'s native controls usually have a bigger line height |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Robert Roebling | Restore keyboard navi |
blob | commitdiff | raw | diff to current |
2009-01-22 |
Robert Roebling | Reorganized wxListCtrl's window layout (same as wxDataV... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Stefan Csomor | adding 10.4 build compatibility for osx cocoa, see... |
blob | commitdiff | raw | diff to current |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consis... |
blob | commitdiff | raw | diff to current |
2008-12-25 |
Vadim Zeitlin | don't use deprecated OnScroll() |
blob | commitdiff | raw | diff to current |
2008-10-16 |
Robin Dunn | Assert that a mode style *is* set, not that one isn... |
blob | commitdiff | raw | diff to current |
2008-10-11 |
Francesco Montorsi | Act as wxMSW and make an assert fail, if the user forgo... |
blob | commitdiff | raw | diff to current |
2008-09-10 |
Stefan Csomor | conditionals for carbon only osx code |
blob | commitdiff | raw | diff to current |
2008-09-02 |
Stefan Csomor | adaptions to new osx ouside the main trees |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Vadim Zeitlin | paint the space remaining after the columns too in... |
blob | commitdiff | raw | diff to current |
2008-08-10 |
Robin Dunn | Use WXUNUSED and give more explaination for the handler |
blob | commitdiff | raw | diff to current |
2008-08-10 |
Robin Dunn | Avoid default child window focus behavior in generic... |
blob | commitdiff | raw | diff to current |
2008-08-03 |
Vadim Zeitlin | fix view rectangle calculation for the control with... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | OSX regrouping |
blob | commitdiff | raw | diff to current |
2008-07-13 |
Vadim Zeitlin | set wxKeyEvent::m_uniChar correctly in the events gener... |
blob | commitdiff | raw | diff to current |
next |