2003-07-10 |
Vadim Zeitlin | fixes to allow dragging in multiselection tree ctrl... |
blob | commitdiff | raw |
2003-07-10 |
Vadim Zeitlin | added state image support (patch 530155) |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | keep selected image in sync with the normal one if... |
blob | commitdiff | raw | diff to current |
2003-06-12 |
Robin Dunn | Patch #753465 a fix for Bug#750363. |
blob | commitdiff | raw | diff to current |
2003-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Julian Smart | Applied patch [ 740012 ] GetKeyState returns 16-Bit... |
blob | commitdiff | raw | diff to current |
2003-05-13 |
Julian Smart | Rationalised style handling in tree control |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Ron Lee | Update wxList operators, TRUE, FALSE. |
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 |
2003-01-02 |
Vadim Zeitlin | fixed bug with wxTR_EDIT_LABELS not working with xwTR_M... |
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-17 |
Vadim Zeitlin | reset virtual root to NULL in DeleteAllItems() |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Vadim Zeitlin | fixed warning about unused var |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Vadim Zeitlin | fixed annoying beep when pressing space/return in the... |
blob | commitdiff | raw | diff to current |
2002-12-08 |
Václav Slavík | Fixed EVT_TREE_SEL_CHANGED and _CHANGING under MSLU... |
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-09-05 |
Julian Smart | Applied patch [ 605189 ] add edit cancel notify to... |
blob | commitdiff | raw | diff to current |
2002-09-04 |
Vadim Zeitlin | use standard colour for the selected tree item text... |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Julian Smart | Applied patch [ 599043 ] fix for wxTreeCtrl/MSW right... |
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-06-07 |
Vadim Zeitlin | fix tree icon refresh after collapsing a branch (patch... |
blob | commitdiff | raw | diff to current |
2002-05-17 |
Vadim Zeitlin | made SetItemText() work for the item which we're about... |
blob | commitdiff | raw | diff to current |
2002-04-16 |
Mattia Barbon | Moved text control subclassing code inside MSWOnNotify. |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Vadim Zeitlin | always handle Enter ourselves while editing tree ctrl... |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Václav Slavík | fixed incorrect wxCHECK (was a wrong negation before) |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Václav Slavík | Don't allow expanding/collapsing hidden root |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Václav Slavík | restored old casts (there was a reason for them) |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Vadim Zeitlin | another minor fix for wxTR_HIDE_ROOT case |
blob | commitdiff | raw | diff to current |
2002-03-16 |
Vadim Zeitlin | fix for GetParent() in wxTR_HIDE_ROOT case |
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 |
2002-02-16 |
Vadim Zeitlin | refresh the item whose image depends on the expanded... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-12-23 |
Vadim Zeitlin | fixed handling of the items with indirect data broken... |
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-18 |
Vadim Zeitlin | compilation fix for old mingw32 |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Václav Slavík | applied patch that adds wxTR_FULL_ROW_HIGHLIGHT to... |
blob | commitdiff | raw | diff to current |
2001-12-15 |
Vadim Zeitlin | fixed flicker in wxTreeCtrl::SetItemXXX() |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | pass correct key code in TREE_KEY_DOWN event |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added wxTreeEvent::GetKeyEvent() to allow to retrieve... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | applied patch 446014 (misc mingw fixes from Mattia) |
blob | commitdiff | raw | diff to current |
2001-07-22 |
Vadim Zeitlin | backported fix for proper tree ctrl refershing after... |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | applied patch 439186 (mingw and VC5 fixes) |
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 |
2001-06-09 |
Vadim Zeitlin | fix for crash when pressing TAB in the tree text control |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Julian Smart | Support for Cygwin 1.0 (thought it worked before, but...) |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #420395 (adding wxCLIP_SIBBLINGS capabili... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
George Tasker | Minor code tweeks to stop BCC compiler warnings |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Julian Smart | Local event array wasn't initialized |
blob | commitdiff | raw | diff to current |
2001-02-01 |
George Tasker | Changed declaration of TREE events from being in both... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Vadim Zeitlin | fix for assert failure when deleting tree ctrl in-place... |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Vadim Zeitlin | applied patches from Mike Oliver <oliver@math.ucla... |
blob | commitdiff | raw | diff to current |
2000-10-30 |
Vadim Zeitlin | fixes from the 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-09-28 |
Václav Slavík | added wxTreeCtrl::AssignImageList |
blob | commitdiff | raw | diff to current |
2000-08-06 |
Julian Smart | Some BC++ fixes |
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-08-03 |
Julian Smart | Added ability to call wxWindow::OnPaint under Windows... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-05-05 |
Julian Smart | Misc fixes |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Vadim Zeitlin | don't allow multiple root in the tree |
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-03-02 |
Vadim Zeitlin | 1. wxGrid row can't be resized to less than minimal... |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Julian Smart | Fixing commit problem |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Julian Smart | Added wxDragImage generic implementation and sample... |
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-24 |
Vadim Zeitlin | 1. corrected bug in MDI sample (which resulted in missi... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | 1. wxGCBoolRenderer looks better under MSW |
blob | commitdiff | raw | diff to current |
2000-02-17 |
Vadim Zeitlin | warning in GetItemFromPoint with mingw32 fixed |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Julian Smart | Added comment makeg95.env |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Michael Bedward | Fixed typo with TV_HITTESTINFO |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Vadim Zeitlin | 1. implemented wxRegKey::Copy() and CopyValue() |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Vadim Zeitlin | fixes for compilation with the old mingw32, wxUSE_NORLA... |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Vadim Zeitlin | wxMSW compilation fixes for old mingw32 |
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-16 |
Guillermo Rodrigue... | Fix for mingw32 compilation (replaced #ifdef NM_CUSTOMD... |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
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-01 |
George Tasker | wxTreeCtrl::IsVisible() fix fix - a (LPARAM) typecast... |
blob | commitdiff | raw | diff to current |
1999-11-30 |
Vadim Zeitlin | wxTreeCtrl::IsVisible() fix |
blob | commitdiff | raw | diff to current |
1999-11-09 |
Julian Smart | Misc small fixes |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | end label edit patch from Ricky Gonzales <gonzales... |
blob | commitdiff | raw | diff to current |
1999-10-31 |
Julian Smart | Fixes for VC++ 4 compilation; fixed wxCommandEvent... |
blob | commitdiff | raw | diff to current |
1999-10-15 |
Vadim Zeitlin | resolved a conflict |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Julian Smart | Added sqltypes.h (for Cygwin b20), some other Cygwin... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Vadim Zeitlin | warnings for mingw32 compilation fixed |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Unknown (CR) | Added item clicks event support |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | MSW compilation (and other) fixes |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
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-09-20 |
Harco de Hilster | header inclusion fix |
blob | commitdiff | raw | diff to current |
1999-09-18 |
Robin Dunn | Fixed wxTreeCtrl to use the proper bacground color... |
blob | commitdiff | raw | diff to current |
1999-08-30 |
Patrick Albert | Removing most of level 4 warnings, particulary in 16... |
blob | commitdiff | raw | diff to current |
1999-08-24 |
Patrick Albert | Minor corrections to be able to compile with VC++ 1... |
blob | commitdiff | raw | diff to current |
1999-08-06 |
Ove Kaaven | TVS_CHECKBOXES doesn't seem to exist in Borland C++ |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Robert Roebling | Compile fixes for samples and dialoged, |
blob | commitdiff | raw | diff to current |
next |