Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / msw / treectrl.cpp
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...
2003-05-21  Julian SmartApplied patch [ 740012 ] GetKeyState returns 16-Bit...
2003-05-13  Julian SmartRationalised style handling in tree control
2003-01-25  Ron LeeUpdate wxList operators, TRUE, FALSE.
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinfixed bug with wxTR_EDIT_LABELS not working with xwTR_M...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-17  Vadim Zeitlinreset virtual root to NULL in DeleteAllItems()
2002-12-09  Vadim Zeitlinfixed warning about unused var
2002-12-09  Vadim Zeitlinfixed annoying beep when pressing space/return in the...
2002-12-08  Václav SlavíkFixed EVT_TREE_SEL_CHANGED and _CHANGING under MSLU...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-04  Vadim Zeitlinuse standard colour for the selected tree item text...
2002-08-31  Julian SmartApplied patch [ 599043 ] fix for wxTreeCtrl/MSW right...
2002-07-21  Vadim Zeitlin1. more consistency in wxTree/ListEvent methods naming...
2002-06-07  Vadim Zeitlinfix tree icon refresh after collapsing a branch (patch...
2002-05-17  Vadim Zeitlinmade SetItemText() work for the item which we're about...
2002-04-16  Mattia BarbonMoved text control subclassing code inside MSWOnNotify.
2002-04-12  Vadim Zeitlinalways handle Enter ourselves while editing tree ctrl...
next