Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / msw / treectrl.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2012-10-13  Vadim ZeitlinFreeze wxTreeCtrl in wxMSW by hiding it.
2012-07-23  Vadim ZeitlinDon't constantly reload comctl32.dll in wxTreeCtrl...
2012-07-07  Vadim ZeitlinDon't call HitTest() unnecessarily in MSW wxTreeCtrl...
2012-06-12  Vadim ZeitlinMake wxMSW tree item unlocking reentrant.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-06-01  Vadim ZeitlinUse wxCLASSINFO() instead of deprecated CLASSINFO().
2012-02-21  Julian SmartThe tree only sets the focus in response to a TVN_SELCH...
2011-11-14  Vadim ZeitlinFall back on ::GetMessagePos() if ::GetCursorPos()...
2011-11-04  Vadim ZeitlinFix choice of tree item icon for the selected state...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-02  Vadim ZeitlinAvoid g++ warnings about breaking strict aliasing rules...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-02-06  Vadim ZeitlinUse Explorer style for wxTreeCtrl with wxTR_TWIST_BUTTO...
2011-02-06  Vadim ZeitlinClean up wxMSW wxTreeCtrl code by removing obsolete...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-10-24  Vadim ZeitlinAvoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED...
2010-10-24  Vadim ZeitlinDon't grab focus when calling wxTreeCtrl::SelectItem().
2010-10-24  Vadim ZeitlinDon't send wxEVT_COMMAND_TREE_ITEM_MENU event without...
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-05-02  Vadim ZeitlinAdd wxTreeCtrl::{Clear,Set}FocusedItem().
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2010-01-18  Vadim ZeitlinInvalidate stored wxTreeItemIds when the corresponding...
2010-01-18  Vadim ZeitlinGenerate wxEVT_KEY_DOWN events for navigation keys...
2010-01-07  Vadim ZeitlinImprove hit detection in wxMSW wxTreeCtrl with wxTR_FUL...
2009-08-30  Vadim ZeitlinFix selection events generation in multi-select wxTreeCtrl.
2009-08-30  Vadim ZeitlinDon't generate duplicated events for clicks on tree...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-06-19  Vadim Zeitlinimplement wxTreeCtrl::GetFocusedItem() for wxMSW too...
2009-06-06  Vadim Zeitlinmake wxTreeCtrl::SelectItem(false) work in single selec...
2009-04-25  Vadim Zeitlin(harmless) Borland release build warning fixes
2009-03-18  Vadim Zeitlinmore bug fixes to multiple selection mode (see #626...
2009-03-07  Vadim Zeitlinfix generation of key events with Alt pressed broken...
2009-03-06  Vadim Zeitlinfix duplicate events for selection keys after the last...
2009-03-05  Vadim Zeitlindon't use WPARAM in the header (build fix after r59336)
2009-03-05  Vadim Zeitlinfix multiple problems with selection in controls with...
2009-02-17  Vadim Zeitlinadd missing stdcall to fix crash when using state image...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-31  Vadim Zeitlinload ImageList_Copy() dynamically to allow wx apps...
2009-01-25  Vadim Zeitlinundo r58380 as it breaks tree control background repain...
2009-01-25  Vadim Zeitlinallow using wxBG_STYLE_CUSTOM even with the native...
2009-01-17  Vadim Zeitlinimplement wxTreeCtrl::ItemHasChildren() properly for...
2008-12-22  Vadim Zeitlinundid change accidentally committed as part of r57093...
2008-12-03  Vadim Zeitlinextract (and expand and clean up and document) the...
2008-11-29  Vadim Zeitlindon't reuse the double click handled in activation...
2008-06-24  Robert RoeblingNext part of tree state icon patches
2008-06-16  Robert Roebling#9591: Item state (icons) for wxTreeCtrl on any platform
2008-04-07  Vadim Zeitlindon't ask for bounding rectangle of a hidden root,...
2008-04-06  Vadim Zeitlinrefresh the item after adding its first child as, appar...
2008-03-17  Benjamin Williamsvista tree crash fix
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-17  Vadim Zeitlinno real changes, just some cleanup: add wxIsAltDown...
2007-11-16  Julian SmartDon't suppress accelerators that include Enter just...
2007-11-13  Vadim Zeitlinunselect all selected items, not just the currently...
2007-11-04  Benjamin Williamsbug fix for vista in multi-selection tree
2007-11-01  Vadim Zeitlinset the focus to the tree before generating the selecti...
2007-10-26  Vadim Zeitlinrefresh the item being collapsed when using comctl32...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-09-20  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-09  Vadim Zeitlincancel dragging if Esc is pressed (patch 1733657)
2007-05-05  Paul Cornettbuild fix for wxUSE_DRAGIMAGE==0
2007-04-23  Vadim Zeitlinfix SelectItem() for single selection case which was...
2007-04-21  Vadim Zeitlindon't let def window proc start another drag operation...
2007-04-11  Stefan Csomorcompile guard
2007-04-10  Vadim Zeitlinsend selection events when Ctrl-clicking an item repeea...
2007-03-30  Vadim Zeitlindon't crash when attempting to select hidden tree root...
2007-03-26  Vadim Zeitlinassert if AddRoot() is called twice for a wxTR_HIDE_ROO...
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-02-05  Julian SmartRestored drag position mysteriously removed in revision...
2007-01-07  Vadim Zeitlinno changes, just removed duplicate TreeView_HitTest...
2007-01-07  Vadim Zeitlinreturn correct item and position from wxTreeEvent:...
2006-12-23  Robin DunnReset the item's text in SetItemFont to ensure that...
2006-11-12  Julian SmartFixed compile error on Wine due to type mismatch
2006-09-26  Vadim Zeitlinlet the control process WM_RBUTTONDOWN finally, trying...
2006-09-24  Vadim Zeitlinoops, restored accidentally deleted functions in last...
2006-09-24  Vadim Zeitlinget rid of wxUSE_CHECKBOXES_IN_MULTI_SEL_TREE code...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-08-26  Vadim Zeitlindon't crash when EnsureVisible() is called for the...
2006-08-24  Vadim Zeitlinfix compilation both for Robert's cross-compiler and...
2006-08-24  Włodzimierz SkibaWinCE build fixes.
2006-08-21  Robert Roebling Fix same compilation again, I guess 0 was
2006-08-21  Robert Roebling Fix compilation under MSW with GCC cross.
2006-07-31  Vadim ZeitlinTLW default item changes have changed Enter key process...
2006-07-10  Václav Slavíkrefresh tree item after changing its icon so that the...
2006-06-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-05-28  Vadim Zeitlincorrect painting of the items with custom colours in...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-10  Vadim Zeitlinfixed bugs in icons handling introduced in 1.227
2006-05-07  Paul Cornettunused variables/declarations
2006-05-06  Vadim Zeitlinsimplify the client data/non standard images handling...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
next