2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw |
2010-05-02 |
Vadim Zeitlin | Add wxTreeCtrl::{Clear,Set}FocusedItem(). |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method. |
blob | commitdiff | raw | diff to current |
2010-01-18 |
Vadim Zeitlin | Invalidate stored wxTreeItemIds when the corresponding... |
blob | commitdiff | raw | diff to current |
2010-01-18 |
Vadim Zeitlin | Generate wxEVT_KEY_DOWN events for navigation keys... |
blob | commitdiff | raw | diff to current |
2010-01-07 |
Vadim Zeitlin | Improve hit detection in wxMSW wxTreeCtrl with wxTR_FUL... |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Vadim Zeitlin | Fix selection events generation in multi-select wxTreeCtrl. |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Vadim Zeitlin | Don't generate duplicated events for clicks on tree... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-19 |
Vadim Zeitlin | implement wxTreeCtrl::GetFocusedItem() for wxMSW too... |
blob | commitdiff | raw | diff to current |
2009-06-06 |
Vadim Zeitlin | make wxTreeCtrl::SelectItem(false) work in single selec... |
blob | commitdiff | raw | diff to current |
2009-04-25 |
Vadim Zeitlin | (harmless) Borland release build warning fixes |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Vadim Zeitlin | more bug fixes to multiple selection mode (see #626... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | fix generation of key events with Alt pressed broken... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Vadim Zeitlin | fix duplicate events for selection keys after the last... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Vadim Zeitlin | don't use WPARAM in the header (build fix after r59336) |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Vadim Zeitlin | fix multiple problems with selection in controls with... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Vadim Zeitlin | add missing stdcall to fix crash when using state image... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Vadim Zeitlin | load ImageList_Copy() dynamically to allow wx apps... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | undo r58380 as it breaks tree control background repain... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | allow using wxBG_STYLE_CUSTOM even with the native... |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Vadim Zeitlin | implement wxTreeCtrl::ItemHasChildren() properly for... |
blob | commitdiff | raw | diff to current |
2008-12-22 |
Vadim Zeitlin | undid change accidentally committed as part of r57093... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | don't reuse the double click handled in activation... |
blob | commitdiff | raw | diff to current |
2008-06-24 |
Robert Roebling | Next part of tree state icon patches |
blob | commitdiff | raw | diff to current |
2008-06-16 |
Robert Roebling | #9591: Item state (icons) for wxTreeCtrl on any platform |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Vadim Zeitlin | don't ask for bounding rectangle of a hidden root,... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Vadim Zeitlin | refresh the item after adding its first child as, appar... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Benjamin Williams | vista tree crash fix |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | no real changes, just some cleanup: add wxIsAltDown... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Julian Smart | Don't suppress accelerators that include Enter just... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | unselect all selected items, not just the currently... |
blob | commitdiff | raw | diff to current |
2007-11-04 |
Benjamin Williams | bug fix for vista in multi-selection tree |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Vadim Zeitlin | set the focus to the tree before generating the selecti... |
blob | commitdiff | raw | diff to current |
2007-10-26 |
Vadim Zeitlin | refresh the item being collapsed when using comctl32... |
blob | commitdiff | raw | diff to current |
2007-10-07 |
Vadim Zeitlin | made wxTreeCtrl::GetNextVisible() behave in the same... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-06-09 |
Vadim Zeitlin | cancel dragging if Esc is pressed (patch 1733657) |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Paul Cornett | build fix for wxUSE_DRAGIMAGE==0 |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | fix SelectItem() for single selection case which was... |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Vadim Zeitlin | don't let def window proc start another drag operation... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Stefan Csomor | compile guard |
blob | commitdiff | raw | diff to current |
2007-04-10 |
Vadim Zeitlin | send selection events when Ctrl-clicking an item repeea... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | don't crash when attempting to select hidden tree root... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | assert if AddRoot() is called twice for a wxTR_HIDE_ROO... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-05 |
Julian Smart | Restored drag position mysteriously removed in revision... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | no changes, just removed duplicate TreeView_HitTest... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Vadim Zeitlin | return correct item and position from wxTreeEvent:... |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Robin Dunn | Reset the item's text in SetItemFont to ensure that... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Julian Smart | Fixed compile error on Wine due to type mismatch |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Vadim Zeitlin | let the control process WM_RBUTTONDOWN finally, trying... |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Vadim Zeitlin | oops, restored accidentally deleted functions in last... |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Vadim Zeitlin | get rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-08-26 |
Vadim Zeitlin | don't crash when EnsureVisible() is called for the... |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Vadim Zeitlin | fix compilation both for Robert's cross-compiler and... |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Włodzimierz Skiba | WinCE build fixes. |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robert Roebling | Fix same compilation again, I guess 0 was |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robert Roebling | Fix compilation under MSW with GCC cross. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
blob | commitdiff | raw | diff to current |
2006-07-10 |
Václav Slavík | refresh tree item after changing its icon so that the... |
blob | commitdiff | raw | diff to current |
2006-06-27 |
Vadim Zeitlin | added a wxTreeEvent ctor taking the associated wxTreeCt... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Vadim Zeitlin | made wxTree/ListCtrl::HitTest() const |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | correct painting of the items with custom colours in... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-10 |
Vadim Zeitlin | fixed bugs in icons handling introduced in 1.227 |
blob | commitdiff | raw | diff to current |
2006-05-07 |
Paul Cornett | unused variables/declarations |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | simplify the client data/non standard images handling... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-24 |
Włodzimierz Skiba | Back to unsigned int count in wxTreeCtrl. |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | added semicolons after wxCHECK()s (part of patch 1450705) |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Włodzimierz Skiba | [ 1357527 ] Cast to void to silence GCC's warnings. |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Vadim Zeitlin | made wxTreeTraversal and wxIDropSources dtors virtual... |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Chris Elliott | remove GetImageList(int) |
blob | commitdiff | raw | diff to current |
2005-10-26 |
Chris Elliott | avoid hidden GetImageList |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Vadim Zeitlin | renamed DoHitTest() to DoTreeHitTest() to avoid conflic... |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Vadim Zeitlin | removed deprecated InsertItem() overload because it... |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Vadim Zeitlin | Windows compilation fixes after wxTreeCtrl refactoring |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Vadim Zeitlin | introduced a common base class for both MSW and generic... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | corrected GetBestSize() implementation: take all items... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | implemented GetBestSize() (TODO: make this available... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Vadim Zeitlin | added more methods to transparently convert wxTreeItemI... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Vadim Zeitlin | don't generate ACTIVATE events for Alt-Space key press |
blob | commitdiff | raw | diff to current |
2005-06-19 |
Vadim Zeitlin | WinCE compilation fix (no SM_C[XY]DRAG under CE as... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Julian Smart | Applied patch [ 1212208 ] Fix a bug in wxTreeCtrl with... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Applied patch [ 1196827 ] Fixes Assert with wxTreeCtrl... |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Kevin Hock | Include the location of the right-click, or the item... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Włodzimierz Skiba | MinGW fix. |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Włodzimierz Skiba | Include common controls before completing it with missi... |
blob | commitdiff | raw | diff to current |
next |