2003-05-01 |
Julian Smart | Reset m_lastItem to avoid crashes |
blob | commitdiff | raw |
2003-04-02 |
Julian Smart | Applied [ 703017 ] TreeCtrl sample build fails when... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
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-08 |
Václav Slavík | Unicode compilation fixes for treectrl sample |
blob | commitdiff | raw | diff to current |
2002-07-21 |
Vadim Zeitlin | 1. more consistency in wxTree/ListEvent methods naming... |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Vadim Zeitlin | made the validation message more clear |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Chris Elliott | treectrl sample modified to use XPMs |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Julian Smart | BC++ 32-bit makefile now copies setup.h to the correct... |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | don't use deprecated wxImage methods inside wxWin |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Vadim Zeitlin | enhanced sample to show the state of the different... |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Julian Smart | Finally reverted treectrl name back to treetest after... |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Ron Lee | renamed treectrl sample |
blob | commitdiff | raw |
2000-03-10 |
Vadim Zeitlin | changed default image size to 16 |
blob | commitdiff | raw | diff to current |
2000-03-05 |
Julian Smart | Fixed blatant non-initialisation bug |
blob | commitdiff | raw | diff to current |
2000-03-03 |
Vadim Zeitlin | 1. wxShell fixes: now really uses shell (it wasn't... |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | 1. fruitless attempts to reproduce wxNotebook bug in... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | multiple/single sel mode can now be toggled from menu |
blob | commitdiff | raw | diff to current |
2000-02-21 |
Sylvain Bougnoux | tiny fixes |
blob | commitdiff | raw | diff to current |
2000-02-18 |
Vadim Zeitlin | added dnd support to generic wxTreeCtrl |
blob | commitdiff | raw | diff to current |
2000-02-16 |
Vadim Zeitlin | compilation fix for the generic version |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Vadim Zeitlin | 1. dnd demo in treetest |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Vadim Zeitlin | added test of bg colour in the tree sample |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | 1. added test for wxTreeCtrl::Insert(size_t index) |
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-10 |
Robert Roebling | TreeTest compiles again, |
blob | commitdiff | raw | diff to current |
1999-10-05 |
Robert Roebling | Updated configure (not only configure.in) |
blob | commitdiff | raw | diff to current |
1999-10-02 |
Robert Roebling | Added test for wxTreeCtrl::GetChildrenCount() |
blob | commitdiff | raw | diff to current |
1999-09-30 |
Vadim Zeitlin | fixed compilation and added support for all 4 images... |
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-08-18 |
Sylvain Bougnoux | change some #ifdef |
blob | commitdiff | raw | diff to current |
1999-08-06 |
Robert Roebling | Minor changes to samples. |
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-23 |
Vadim Zeitlin | 1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT... |
blob | commitdiff | raw | diff to current |
1999-07-19 |
Robert Roebling | Updated testconf |
blob | commitdiff | raw | diff to current |
1999-07-16 |
Sylvain Bougnoux | check wxUSE_LIBJPEG |
blob | commitdiff | raw | diff to current |
1999-07-16 |
Sylvain Bougnoux | flag use of multiple selection for MSW |
blob | commitdiff | raw | diff to current |
1999-06-13 |
Robert Roebling | Added OS/2 patches to wxGTK. |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-05-03 |
Robert Roebling | TreeCtrl indentation and spacing |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Vadim Zeitlin | HitTest test added |
blob | commitdiff | raw | diff to current |
1999-03-24 |
Vadim Zeitlin | CollapseAndReset() fixed |
blob | commitdiff | raw | diff to current |
1999-03-23 |
Vadim Zeitlin | EnsureVisible() also expands the parent items |
blob | commitdiff | raw | diff to current |
1999-02-19 |
Julian Smart | Added George Tasker's forward slash fix to file dialog... |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Julian Smart | Various small fixes |
blob | commitdiff | raw | diff to current |
1998-12-23 |
Julian Smart | Got generic wxListCtrl, wxTreeCtrl working under Window... |
blob | commitdiff | raw | diff to current |
1998-12-20 |
Vadim Zeitlin | missing functions implemented in wxMSW tree ctrl (custo... |
blob | commitdiff | raw | diff to current |
1998-12-18 |
Vadim Zeitlin | wxTreeCtrl::Sort() changed, adapted the sample to show it. |
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-08 |
Vadim Zeitlin | uncommented some code which works now |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Vadim Zeitlin | 1. wxNotebook::GetPageCount() returns only the number... |
blob | commitdiff | raw | diff to current |
1998-12-07 |
Robert Roebling | Keyboard navigatino in tree ctrl |
blob | commitdiff | raw | diff to current |
1998-12-04 |
Julian Smart | More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl... |
blob | commitdiff | raw | diff to current |
1998-12-01 |
Robert Roebling | Pixel corrections for wxListCtrl |
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-26 |
Vadim Zeitlin | wxTreeCtrl::Delete() bug corrected, sample expanded... |
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-11-08 |
Robert Roebling | Compile and build fixes for wxGTK and wxMotif |
blob | commitdiff | raw | diff to current |
1998-11-07 |
Robert Roebling | Fixed 5 bugs in wxImage and Blit |
blob | commitdiff | raw | diff to current |
1998-10-28 |
Vadim Zeitlin | some old changes I forgot to check in |
blob | commitdiff | raw | diff to current |
1998-10-28 |
Denis Pershin | Minor modifications... |
blob | commitdiff | raw | diff to current |
1998-10-26 |
Vadim Zeitlin | final (?) changes to the generic tree ctrl -- seems... |
blob | commitdiff | raw | diff to current |
1998-10-25 |
Unknown (UG) | no message |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Vadim Zeitlin | some new functions: |
blob | commitdiff | raw | diff to current |
1998-10-24 |
Denis Pershin | Prealpha, prebeta of new wxTreeCtrl for GTK. It is... |
blob | commitdiff | raw | diff to current |
1998-09-29 |
Vadim Zeitlin | 1) wxGTK now use the new, native implementation of... |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-07-31 |
Robert Roebling | Added bitmaps and icons to samples |
blob | commitdiff | raw | diff to current |
1998-07-27 |
Robert Roebling | warning msgs |
blob | commitdiff | raw | diff to current |
1998-07-20 |
Robert Roebling | many fixes to wxTextCrtl, wxTreeCrtl, wxListBox, |
blob | commitdiff | raw | diff to current |
1998-07-10 |
Karsten Ballüder | Changed __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__... |
blob | commitdiff | raw | diff to current |
1998-07-03 |
Julian Smart | Various documentation changes, makefile fixes |
blob | commitdiff | raw | diff to current |
1998-05-22 |
Julian Smart | *** empty log message *** |
blob | commitdiff | raw | diff to current |
|