2010-05-02 |
Vadim Zeitlin | Add wxTreeCtrl::{Clear,Set}FocusedItem(). |
blob | commitdiff | raw |
2010-01-26 |
Vadim Zeitlin | Add wxTreeCtrl::SelectChildren() method. |
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-06-19 |
Vadim Zeitlin | implement wxTreeCtrl::GetFocusedItem() for wxMSW too... |
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-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-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
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-06-16 |
Robert Roebling | #9591: Item state (icons) for wxTreeCtrl on any platform |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Vadim Zeitlin | use WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-05-05 |
Paul Cornett | build fix for wxUSE_DRAGIMAGE==0 |
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-01-01 |
Paul Cornett | remove inline from declaration of functions which are... |
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-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Vadim Zeitlin | made wxTree/ListCtrl::HitTest() const |
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-03-28 |
Włodzimierz Skiba | Line-up deprecated interface of wxTreeCtrl between... |
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-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Reverted semicolons patch |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1399013 ] More removals of extraneous... |
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 duplicated members which have been moved to... |
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 | introduced a common base class for both MSW and generic... |
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-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
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-23 |
Włodzimierz Skiba | Use treebase.h for enum duplicated in port/treectrl.h. |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Vadim Zeitlin | don't let WM_RBUTTONDOWN reach def window proc as it... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Włodzimierz Skiba | Old API deprecated. Source cleaning. |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Włodzimierz Skiba | Old API clearly deprecated. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Vadim Zeitlin | end label editing if the control loses focus (slightly... |
blob | commitdiff | raw | diff to current |
2004-11-03 |
Václav Slavík | made it possible to customize wxGenericDirCtrl, such... |
blob | commitdiff | raw | diff to current |
2004-06-12 |
Dimitri Schoolwerth | removed SetAutoLayout(true) calls when a corresponding... |
blob | commitdiff | raw | diff to current |
2004-06-10 |
Vadim Zeitlin | fixed assert in SetItemText() for wxTR_MULTIPLE controls |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | implemented Get(Class)DefaultAttributes() |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | added wxTreeCtrl::UnselectItem() and ToggleItemSelectio... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | added ShouldInheritColours() |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | replaced untyped hash with a typed one; 64 bit fixes... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | added state image support (patch 530155) |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Ron Lee | Oops, don't cut and paste between ports, and do test... |
blob | commitdiff | raw | diff to current |
2002-12-29 |
Ron Lee | Added wxTreeCtrl::GetItemParent to deprecate GetParent. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Vadim Zeitlin | added support for wxTR_HIDE_ROOT style (patch 529614) |
blob | commitdiff | raw | diff to current |
2001-12-25 |
Vadim Zeitlin | fixed crash when an item didn't have any data |
blob | commitdiff | raw | diff to current |
2001-12-23 |
Vadim Zeitlin | fixed sorting the items which have indirect data (i... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Vadim Zeitlin | fixed flicker in wxTreeCtrl::SetItemXXX() |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2000-09-28 |
Václav Slavík | added wxTreeCtrl::AssignImageList |
blob | commitdiff | raw | diff to current |
2000-08-04 |
Julian Smart | Modified generic wxTreeCtrl to work under non-Unix... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | 1. fixed bug with MDI child frames changign state when... |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Vadim Zeitlin | 1. implemented wxRegKey::Copy() and CopyValue() |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Vadim Zeitlin | 1. wxTreeCtrl::SetBackgroundColour() works (with new... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | 1. some minor compilation fixes in datetime.cppm |
blob | commitdiff | raw | diff to current |
1999-12-07 |
Vadim Zeitlin | 1. fixes for DrawRotatedText(), drawing sample extended... |
blob | commitdiff | raw | diff to current |
1999-12-06 |
Vadim Zeitlin | wxTreeCtrl has colours and fonts too now |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Vadim Zeitlin | 1. compilation fix for wxArrayTreeItemIds |
blob | commitdiff | raw | diff to current |
1999-10-12 |
Vadim Zeitlin | 1. DLL compilation fixes (wrong WXDLLEXPORT placement... |
blob | commitdiff | raw | diff to current |
1999-09-29 |
Vadim Zeitlin | 1. Implemented support for different icons for differen... |
blob | commitdiff | raw | diff to current |
1999-07-31 |
Robert Roebling | Compile fixes for wxTreeCtrl (we don't speak about |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Vadim Zeitlin | wxMSW::wxTreeCtrl has multiple selection too (somewhat... |
blob | commitdiff | raw | diff to current |
1999-07-24 |
Vadim Zeitlin | wxTreeEvent is declared in one header, not 3 of them |
blob | commitdiff | raw | diff to current |
1999-07-23 |
Vadim Zeitlin | 1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT... |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Vadim Zeitlin | 1. some more of "#if wxUSE_XXX" here and there |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Brian Macy | Attempt at getting mingw32 working again... still doesn... |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Vadim Zeitlin | 1. MSW message handling simplifications |
blob | commitdiff | raw | diff to current |
1999-05-03 |
Robert Roebling | TreeCtrl indentation and spacing |
blob | commitdiff | raw | diff to current |
1999-03-21 |
Julian Smart | Added wxTreeCtrl::SetItemDropHighlight (wxMSW only); |
blob | commitdiff | raw | diff to current |
1999-02-27 |
Vadim Zeitlin | wxTreeCtrl::GetBoundRect() implemented |
blob | commitdiff | raw | diff to current |
1999-01-27 |
Vadim Zeitlin | 1. added wxTreeCtrl::GetLastChild (modified MSW, GTK... |
blob | commitdiff | raw | diff to current |
1999-01-08 |
Julian Smart | Changes to allow Cygwin to compile in non-PCH mode |
blob | commitdiff | raw | diff to current |
1999-01-07 |
Julian Smart | Watcom C++ mods |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Vadim Zeitlin | added stubs for wxTreeCtrl functions not yet implemente... |
blob | commitdiff | raw | diff to current |
1998-12-17 |
Vadim Zeitlin | 1. added wxTreeCtrl::DeleteChildren() |
blob | commitdiff | raw | diff to current |
1998-12-16 |
Robert Roebling | Added layout constraints call to wxNotebook |
blob | commitdiff | raw | diff to current |
1998-12-11 |
Julian Smart | Corrections to Forty Thieves; wxMemoryDC problem tempor... |
blob | commitdiff | raw | diff to current |
1998-12-03 |
Julian Smart | Changed wxRectangle to wxRect. Sorry for the bandwidth... |
blob | commitdiff | raw | diff to current |
1998-11-30 |
Vadim Zeitlin | 1. added wxTreeCtrl::SetItemBold and IsBold, updated... |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Vadim Zeitlin | 1. new wxList code |
blob | commitdiff | raw | diff to current |
1998-11-13 |
Vadim Zeitlin | 1. GetNextChild() bug fixed in generic version |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Julian Smart | Added OnEraseBackground to wxNotebook on wxMSW to avoid... |
blob | commitdiff | raw | diff to current |
next |