don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / src / generic / treectlg.cpp
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
2005-01-11  Włodzimierz SkibaOld API deprecated. Source cleaning.
2005-01-07  Robert Roebling Added way to specify in generic tree control
2005-01-07  Robert Roebling Corrected drag effect for tree control.
2005-01-05  Włodzimierz SkibaOld API clearly deprecated.
2004-12-26  Robert Roebling Added TREE_ITEM_MENU event that gets sent if the
2004-12-25  Robert Roebling Deselect a child item on Collapse. Otherwise
2004-12-11  Robert Roebling Add SetFocusIgnoringChildren() to wxControlContainer...
2004-11-24  Robert Roebling Applied patch to stop crashing the tree control
2004-11-18  Julian SmartNull m_select_me when this item is deleted
2004-11-17  Kevin HockFix tree control focus issues on OS X (and possibly...
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-15  Włodzimierz SkibaWarning fixes.
2004-08-30  Stefan Csomoradapting textctrl position to window theme
2004-08-29  Stefan Csomorrepositioning of mac textctrl
2004-08-25  Robin Dunngive the generic tree and list controls a DoGetBestSize
2004-07-25  Vadim Zeitlincompilation fix after last commit
2004-07-25  Vadim Zeitlindon't crash if we delete the item being edited (replace...
2004-07-23  Václav Slavíkchanged to behave in same way as native win32 control...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-04  Vadim Zeitlindon't set font unless necessary (patch 984853)
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-24  Stefan Csomorunicode fix
2004-06-23  Vadim Zeitlinfixed sending 2 events (normal and bogus cancel one...
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-06-10  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-05-06  Dimitri Schoolwerthfixed unused variable warning
2004-05-06  Robin DunnDon't #include the extra files unless we need them
2004-05-06  Robin DunnUse wxVisualAttributes (partially #if'd out until teste...
next