]> git.saurik.com Git - wxWidgets.git/history - src/msw/treectrl.cpp
don't crash when EnsureVisible() is called for the hidden root item
[wxWidgets.git] / src / msw / treectrl.cpp
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.
2004-12-28  Robert Roebling Added TREE_ITEM_MENU event to MSW control.
2004-12-20  Vadim Zeitlinend label editing if the control loses focus (slightly...
2004-11-23  Włodzimierz SkibaFix for assert after left click on tree in generic...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-07-16  Robin DunnPass pos and size to MSWCreateControl so the initial...
2004-06-09  Vadim Zeitlincount the root item in wxTreeCtrl::GetCount()
2004-05-25  Robin DunnFix for bug# 956875. Added some wxCHECK's to MSW's...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-15  Vadim Zeitlinmake XTI compile with VC6 (patch 896614)
2004-04-01  Vadim Zeitlinimplemented Get(Class)DefaultAttributes()
2004-03-20  Vadim Zeitlinadded wxSetCCUnicodeFormat() and use it in wxTreeCtrl...
2004-02-25  Julian SmartApplied patch [ 903619 ] Win64 and Itanium support
2004-02-12  Vadim Zeitlincorrected wxTreeCtrl::Select() broken by previously...
2004-02-10  Vadim Zeitlinadded wxTreeCtrl::UnselectItem() and ToggleItemSelectio...
2003-12-23  Julian SmartSome WinCE fixes from ABX
2003-12-13  Julian SmartRemove bad casts
2003-12-11  Julian SmartApplied patch [ 827011 ] Event-based processing of...
2003-10-13  Vadim Zeitlinshow the selected item with customs colour correctly...
2003-10-07  Vadim Zeitlinno changes
2003-09-24  Vadim Zeitlinfixed spurious debug message when right clicking outsid...
2003-09-24  Vadim Zeitlinreplaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN...
2003-09-21  Vadim ZeitlinIsVisible() shouldn't return true if item is out of...
2003-09-04  Stefan Csomormacro naming changes
2003-08-27  Stefan CsomorWX_EVENT_PROPERTY instead of WX_DELEGATE
2003-08-27  Stefan Csomorevent exposure
2003-08-24  Julian SmartAdded some window style metadata
2003-08-21  Stefan Csomorextended RTTI support
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-03  Vadim Zeitlinadded wrapper for <commctrl.h> as well
2003-08-02  Vadim Zeitlinavoid using _WIN32_IE
2003-07-22  Vadim Zeitlinundisable many warnings for VC++ in defs.h and fixed...
2003-07-20  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
2003-07-19  Vadim Zeitlinmade wx[Array]TreeItemId[s] more backwards compatible
2003-07-19  Vadim Zeitlinreplaced untyped hash with a typed one; 64 bit fixes...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlinfixes to allow dragging in multiselection tree ctrl...
2003-07-10  Vadim Zeitlinadded state image support (patch 530155)
2003-07-10  Vadim Zeitlinkeep selected image in sync with the normal one if...
2003-06-12  Robin DunnPatch #753465 a fix for Bug#750363.
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
next