Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / generic / treectlg.cpp
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...
2004-04-16  Vadim ZeitlinGetChildrenCount() should be const
2004-03-30  Vadim Zeitlinimplemented Freeze/Thaw() (patch 922156)
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-27  Vadim Zeitlinjust an unused var warnings
2004-03-27  Stefan Csomormac fixes
2004-03-25  Václav Slavíkfixed tree item size calculation (patch 922454, partially)
2004-03-20  Robert Roebling Applied SetItemData() patch.
2004-03-07  Julian SmartImproved wxTreeCtrl tooltip processing performance...
2004-02-16  Robert Roebling Added better visual feedback for tree control
2004-02-10  Vadim Zeitlinimplemented SelectItem(item, bool); UnselectItem()...
2003-12-13  Julian SmartRemove bad casts
2003-12-13  Julian SmartAdded wxUSE_TOOLTIPS guard for previous patch
2003-12-13  Julian SmartApplied [ 858342 ] Event-based processing of item toolt...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-08  Vadim Zeitlinrenamed WX_DEFINE_ARRAY_NO_PTR in WX_DEFINE_ARRAY_PTR
2003-09-15  Vadim Zeitlinadded wxVALIDATOR_PARAM and use it to avoid warnings...
2003-09-11  Stefan Csomorcorrected hit-testing for mac
2003-08-11  Vadim Zeitlintrying to fix the generic tree appearance problems
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-21  Vadim Zeitlincompilation fix for VC6
2003-07-20  Vadim Zeitlinfix for bug introduced in GetNextChild() yesterday
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...
2003-07-20  Vadim Zeitlinfixes for deprecated warnings
2003-07-19  Vadim Zeitlinreplaced untyped hash with a typed one; 64 bit fixes...
2003-07-19  Vadim Zeitlinadded NO_PTR versions of ARRAY macros to suppress warni...
2003-07-10  Vadim Zeitlinfixes to allow dragging in multiselection tree ctrl...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Robert Roebling Corrected wxTreeCtrl and wxListCtrl end_label_edit...
2003-05-09  Julian SmartFixed crash in EnsureVisible in wxTR_HIDE_ROOT mode
next