]> git.saurik.com Git - wxWidgets.git/history - src/msw/treectrl.cpp
undo r58380 as it breaks tree control background repainting (see #9832)
[wxWidgets.git] / src / msw / treectrl.cpp
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)
2005-12-01  Włodzimierz Skiba[ 1357527 ] Cast to void to silence GCC's warnings.
2005-11-26  Vadim Zeitlinmade wxTreeTraversal and wxIDropSources dtors virtual...
2005-10-28  Chris Elliottremove GetImageList(int)
2005-10-26  Chris Elliottavoid hidden GetImageList
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-10  Vadim Zeitlinremoved deprecated InsertItem() overload because it...
2005-10-10  Vadim ZeitlinWindows compilation fixes after wxTreeCtrl refactoring
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-10-09  Vadim Zeitlincorrected GetBestSize() implementation: take all items...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-09  Vadim Zeitlinimplemented GetBestSize() (TODO: make this available...
2005-10-03  Vadim Zeitlinadded more methods to transparently convert wxTreeItemI...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-06  Vadim Zeitlindon't generate ACTIVATE events for Alt-Space key press
2005-06-19  Vadim ZeitlinWinCE compilation fix (no SM_C[XY]DRAG under CE as...
2005-06-16  Julian SmartApplied patch [ 1212208 ] Fix a bug in wxTreeCtrl with...
2005-05-22  Julian SmartApplied patch [ 1196827 ] Fixes Assert with wxTreeCtrl...
2005-05-21  Kevin HockInclude the location of the right-click, or the item...
2005-05-18  Włodzimierz SkibaMinGW fix.
2005-05-17  Włodzimierz SkibaInclude common controls before completing it with missi...
2005-05-13  Julian SmartReduce dependency on declarations that may or may not...
2005-04-06  Vadim Zeitlinsynthesize NM_RCLICK ourselves now that def window...
2005-04-06  Vadim Zeitlindefine WM_CONTEXTMENU if the standard headers don't
2005-04-05  Vadim Zeitlinmove code ignoring VK_SPACE and VK_RETURN WM_CHAR messa...
2005-04-05  Vadim Zeitlinreset selection anchor when a key changing selection...
2005-04-05  Vadim Zeitlindon't generate assert when creating wxEVT_COMMAND_TREE_...
2005-04-05  Vadim Zeitlindon't let WM_RBUTTONDOWN reach def window proc as it...
2005-04-03  Vadim Zeitlinmake it possible to change the text of the item being...
2005-04-02  Vadim Zeitlinfixed TREE_ITEM_MENU generation from right mouse clicks...
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-18  Vadim Zeitlincontinue with generating EVT_CONTEXT_MENU if EVT_TREE_I...
2005-03-07  Vadim Zeitlinreplaced complicated and not working test for WinCE...
2005-02-16  Włodzimierz SkibawxPoint/Size/Rect() causes the same code with (0,0...
2005-02-11  Włodzimierz SkibaVarious cleanings.
2005-02-09  Włodzimierz Skiba.empty() string decorations
2005-01-20  Włodzimierz SkibaWM_CONTEXTMENU available since WinCE.NET
2005-01-11  Włodzimierz SkibaOld API deprecated. Source cleaning.
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2005-01-05  Włodzimierz SkibaMS Smartphone fixes.
2005-01-04  Włodzimierz SkibaOld API depreciated. Use of new API. Source cleaning.
next