don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / src / generic / treectlg.cpp
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-15  Robert RoeblingUse paint handler instead of wxClientDC to draw DnD...
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-10-20  Paul Cornettfix for assert failure when first paint event occurs...
2008-10-20  Vadim Zeitlinfix more Borland release build warnings about unused...
2008-10-20  Vadim Zeitlinuse renderer for drawing the item background on ports...
2008-09-13  Vadim Zeitlincache the item text size to optimize tree layout/painti...
2008-09-13  Vadim Zeitlinno real changes, just some reformatting
2008-09-02  Stefan Csomoradaptions to new osx ouside the main trees
2008-07-29  Stefan CsomorOSX regrouping
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-06-11  Stefan Csomorfixing file paths after renaming
2008-03-24  Václav Slavíkno need to export private list/arrays of generic contro...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-03-04  Václav Slavíkfixed wxGenericTreeCtrl::DoThaw to call base class...
2008-02-12  Vadim Zeitlinuse platform-specific styles in xTR_DEFAULT_STYLE but...
2008-01-10  Robert RoeblingApplied [ 1867939 ] fixes for wxTreeCtrl crashes when...
2008-01-10  Robert RoeblingSimplified code and applied [ 1867939 ] fixes for wxTre...
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-01  Stefan Csomorfont updates
2007-11-20  Stefan Csomormac cleanup
2007-10-20  Vadim Zeitlindon't update the tree unnecessarily in Expand/CollapseA...
2007-10-07  Vadim Zeitlinmade wxTreeCtrl::GetNextVisible() behave in the same...
2007-10-07  Vadim Zeitlindon't create m_dottedPen with an invalid 0 style which...
2007-07-21  Vadim Zeitlincorrect the last patch: we should compare wxGenericTree...
2007-07-18  Vadim Zeitlindon't assert when right/down cursor arrows are used...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-05-05  Robert Roebling Compilo.
2007-04-26  Robin Dunninvalidate the best size when adding or deleting items
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-09  Mattia Barbon Replace direct calls to ProcessEvent() with
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 from common and wxMSW...
2007-01-07  Kevin OllivierGeneric list and tree ctrl should not use the focused...
2006-12-02  Vadim Zeitlinmore woodoo in DoGetBestSize() to get rid of tree borde...
2006-11-27  Vadim Zeitlincache the best size in overridden DoGetBestSize()
2006-11-25  Vadim Zeitlincorrected wxTreeCtrl::GetBestSize() for a control with...
2006-11-19  Kevin OllivierImplement wxRendererMac::DrawItemSelectionRect and...
2006-11-14  Robert Roebling Just use the already existing wxRenderer::DrawItemSel...
2006-11-12  Julian SmartGTK+1 fix
2006-11-11  Robert Roebling Added native selection rectangle drawing.
2006-11-04  Julian SmartGeneric fix for full row highlight
2006-11-04  Stefan Csomorremoving additional offset - why did this ever work ?
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-24  Kevin OllivierUse the same selection highlight and text colors as...
2006-10-14  Robert Roebling Remove tree control lines unconditionally under
2006-09-24  Robert Roebling [ 1563875 ] wxTreeCtrl::FindItem asserts when item...
2006-09-19  Robert Roebling Fixed [ 1558015 ] No deselection event from wxGeneric...
2006-09-17  Robert Roebling Remove debug code.
2006-09-13  Robert Roebling More RTL work.
2006-09-12  Robert Roebling Reverse Left and Right meaning of keys.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-08-19  Vadim Zeitlinupdate the item width when making it bold, otherwise...
2006-07-25  Vadim Zeitlingenerate middle click events (patch 1521314)
2006-07-24  Vadim Zeitlinfixed typos in last check in
2006-07-24  Vadim Zeitlindo nothing in Refresh() if the control is frozen
2006-07-24  Vadim Zeitlincall DoDirtyProcessing() from OnIdle() instead of using...
2006-07-03  Robin DunnExpandAll and ExpandAllChildren are in wxTreeCtrlBase...
2006-06-27  Vadim Zeitlinadded a wxTreeEvent ctor taking the associated wxTreeCt...
2006-06-14  Vadim Zeitlinmade wxTree/ListCtrl::HitTest() const
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-04-15  Vadim Zeitlinslight simplification of coords translation code in...
2006-04-06  Vadim ZeitlinGetBoundingRect() is supposed to return the logical...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-07  Vadim Zeitlinremoved useless checks for tree==NULL in wxGenericTreeI...
2006-02-27  Robert Roebling First release mouse, then emit event.
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-01-09  Robin DunnFix for wxMac when the tree doesn't have the focus...
2005-11-20  Julian SmartMoved EnsureVisible to avoid spurious selection of...
2005-11-19  Julian SmartEvent coordinates should _always_ be physical, not...
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-10  Vadim Zeitlinremoved hardcoded DoGetBestSize() implementation; added...
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  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-17  Vadim Zeitlinuse unsgined int instead of int for 1 bit bitfields...
2005-07-29  Kevin HockDo not try to expand the root node in SetWindowStyle...
2005-06-08  Robin DunnDon't deselect all others when SelectItem is called...
2005-06-06  Włodzimierz SkibaSource cleaning inspired by and included in patch ...
2005-05-21  Kevin HockInclude the location of the item in the ITEM_MENU event...
2005-04-23  Julian SmartFix for my fix
2005-04-23  Julian SmartImprove appearance for themes that don't allow backgrou...
2005-03-31  Robert Roebling Fix the fix for not sending two end label edit events
2005-03-07  Robert Roebling This fixes a problem in the two tree and list controls...
2005-03-02  Robin DunnSet the mouse pos for the drag events
2005-02-10  Julian SmartApplied patch [ 1113565 ] generic treectl multiselection
2005-02-08  Włodzimierz SkibaMinor decorations.
2005-01-30  Robert Roebling Commited SetHilightDropEffect patch.
2005-01-29  Robin DunnPatch #1111679
2005-01-28  Kevin HockClose tree edit even if the change is vetoed to be...
2005-01-28  Kevin HockDo not modify selection if right-click is on a selected...
2005-01-16  Robert Roebling Applied patch which solved conflicts between wxWidgets
next