2009-09-21 |
Stefan Csomor | moving themeing include to private.h |
blob | commitdiff | raw |
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 |
2008-07-13 |
Vadim Zeitlin | don't assert when GetSubItemRect() is called in non... |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic... |
blob | commitdiff | raw | diff to current |
2008-06-29 |
Vadim Zeitlin | support wxListCtrl::GetViewRect() in report view too... |
blob | commitdiff | raw | diff to current |
2008-06-13 |
Vadim Zeitlin | don't clear the list control when wxLC_[HV]RULES style... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Vadim Zeitlin | don't reserve space for the icons if none are used... |
blob | commitdiff | raw | diff to current |
2008-04-01 |
Václav Slavík | Generalized wxScrolledWindow into wxScrolled<T> that... |
blob | commitdiff | raw | diff to current |
2008-03-24 |
Václav Slavík | no need to export private list/arrays of generic contro... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
blob | commitdiff | raw | diff to current |
2008-03-04 |
Václav Slavík | removed IsFrozen() from paint handler, no need for... |
blob | commitdiff | raw | diff to current |
2008-03-03 |
Václav Slavík | made Freeze/Thaw recursively (un)freeze child windows too |
blob | commitdiff | raw | diff to current |
2008-02-27 |
Vadim Zeitlin | clip the text in report mode to prevent it from overflo... |
blob | commitdiff | raw | diff to current |
2008-02-12 |
Václav Slavík | added wxWindow::HandleAsNavigationKey() helper for... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Robert Roebling | Use SetFocusIgnoringChildren() |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Robert Roebling | Applied [ 1867939 ] fixes for wxTreeCtrl crashes when... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
blob | commitdiff | raw | diff to current |
2008-01-03 |
Vadim Zeitlin | also scroll vertically if necessary in MoveToItem(... |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Vadim Zeitlin | implement wxListCtrl::ScrollList() (in report view... |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Stefan Csomor | font updates |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Stefan Csomor | mac cleanup |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Vadim Zeitlin | don't crash in HiglightAll() (called, in particular... |
blob | commitdiff | raw | diff to current |
2007-10-17 |
Robert Roebling | Make wxRenderer::DrawItemSelectionRect() draw a focus... |
blob | commitdiff | raw | diff to current |
2007-10-08 |
Robin Dunn | On Mac the first visible line needs to be recalculated... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Robert Roebling | Let wxListCtrl generate the context menu event itself |
blob | commitdiff | raw | diff to current |
2007-09-15 |
Robert Roebling | Correct GetLabelItemRect to not include image (as per... |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Robert Roebling | Fix ending label-editing bug when clicking elsewhere |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | add wxSYS_DCLICK_TIME system metric constant; use it... |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Robert Roebling | use live header button update when resizing, no XOR... |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Robert Roebling | Removed gaps between header buttons and the strange... |
blob | commitdiff | raw | diff to current |
2007-07-11 |
Vadim Zeitlin | call SetCanFocus(false) to prevent the control window... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Vadim Zeitlin | generate wxEVT_COMMAND_LIST_END_LABEL_EDIT event even... |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Vadim Zeitlin | reset selection when sorting the items as they don... |
blob | commitdiff | raw | diff to current |
2007-07-05 |
Vadim Zeitlin | don't allow selecting multiple items in single selectio... |
blob | commitdiff | raw | diff to current |
2007-07-03 |
Robert Roebling | upport wxListCtrl label edit changes |
blob | commitdiff | raw | diff to current |
2007-07-03 |
Robert Roebling | Let GtkScrolledWindow handle scroll wheel events. |
blob | commitdiff | raw | diff to current |
2007-06-22 |
Robert Roebling | Correct gridlines drawing |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | take images and margins into account when setting colum... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | clip column image (and not only the text) to the column... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | merge multiple lines into one as otherwise the display... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Kevin Ollivier | Generic list and tree ctrl should not use the focused... |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | fix a problem with (sometimes) editing an invalid item... |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Vadim Zeitlin | stop the rename timer when the current item changes... |
blob | commitdiff | raw | diff to current |
2006-12-01 |
Robin Dunn | Ensure that the listctrl takes the focus on left-click |
blob | commitdiff | raw | diff to current |
2006-12-01 |
Kevin Ollivier | Allow wxGenericListCtrl to correctly handle Get/SetScro... |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Robert Roebling | Simpler version of [ 1604590 ] wxListCtrl::FindItem... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Kevin Ollivier | Propagate key up events to the wxGenericListCtrl parent... |
blob | commitdiff | raw | diff to current |
2006-11-19 |
Kevin Ollivier | Have wxGenericListCtrl record and store the selection... |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Robert Roebling | Just use the already existing wxRenderer::DrawItemSel... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Robert Roebling | Send delete item event just before the item is actually |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Julian Smart | Fix for GTK+1 |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Robert Roebling | Added native selection rectangle drawing. |
blob | commitdiff | raw | diff to current |
2006-11-09 |
Kevin Ollivier | On Mac, when selection is drawn in grey (i.e. unfocused... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | remove unneeded WXDLLEXPORTs for the classes only used... |
blob | commitdiff | raw | diff to current |
2006-10-24 |
Kevin Ollivier | Use the same selection highlight and text colors as... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Robin Dunn | Avoid nested DC assert |
blob | commitdiff | raw | diff to current |
2006-10-16 |
Robin Dunn | Merge new item attributes if any are already existing |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Paul Cornett | univ build fix |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
blob | commitdiff | raw | diff to current |
next |