]> git.saurik.com Git - wxWidgets.git/history - src/generic/treectlg.cpp
Add SetFocusIgnoringChildren() to wxControlContainer. This
[wxWidgets.git] / src / generic / treectlg.cpp
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
2003-05-01  Julian SmartImplemented delayed selection (e.g. after adding the...
2003-04-17  Julian SmartDisabling code that causes display glitch on Mac
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-19  Robin DunnApplied a modification of Patch #704995 which changes...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-25  Stefan Csomorm_y of generic tree item was only a short, which unnece...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-11  Julian SmartApplied patch [ 651287 ] adds missing wxTreeCtrl::GetEd...
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-02  Vadim Zeitlingenerate key events for Space/Enter in addition to...
2002-08-23  Vadim Zeitlinfixed crash when calling Delete(root) and also when...
2002-08-23  Julian SmartMisc mods for feedback from Marcin Wojdyr <wojdyr@if...
2002-07-08  Vadim Zeitlinreally remove the selection when Unselect() is called
2002-07-08  Vadim Zeitlinfix crash when the user code refuses to validate the...
2002-06-30  Václav Slavíkfixed hidden root expansion in extreme usage case
2002-06-09  Robert Roebling Moved wxCharhookEvent so that it sends the same
2002-06-06  Vadim Zeitlinmake the incremental kbd search wrap to the beginning...
2002-06-06  Robin DunnFix for compilation error in Unicode mode
2002-06-04  Robin DunnFixed a strange MSVC compile error (C2253) It thought...
2002-06-04  Vadim Zeitlinadded incremental keyboard search to wxTreeCtrl
2002-05-15  Julian SmartDon't call a function that might do drawing when settin...
2002-05-13  Julian Smarttextctrl.cpp: Removed assert from CanRedo/CanUndo since...
2002-05-06  Robert RoeblingFixed tree control redraw bug, which had nothing
2002-04-09  Václav Slavíkdon't allow expanding/collapsing hidden root node
2002-03-17  Václav Slavíkuse Calc(Un)ScrolledPosition instead of wxClientDC
2002-03-12  Václav Slavíkfixes to refreshing code in wxTreeCtrl
2002-02-21  Vadim Zeitlinapplied patch for calculating the tree items size with...
2002-02-20  Vadim Zeitlinfixed SetForegroundColour() for the generic tree ctrl
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-01-12  Vadim Zeitlinmade XPMs const
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-05  Václav Slavíkfix order of initializiton of rootless treectrl
2002-01-03  Vadim Zeitlindon't crash in UnselectAll() if the tree has no root
2001-12-17  Robert RoeblingSmooth Aqua buttons in wxTreeCtrl.
2001-12-17  Václav Slavíkapplied patch that adds wxTR_FULL_ROW_HIGHLIGHT to...
2001-12-15  Robert Roebling Aqua gets Aqua tree buttons automatically now.
2001-12-10  Robert Roebling Small optical fix.
2001-12-10  Robert Roebling Changed wxTreeCtrl to look Mac-like under Mac
2001-12-09  Robert Roebling Changed semantics of clicking beside the text control
2001-12-09  Vadim Zeitlinoops, a typo in the last commit
2001-12-09  Vadim ZeitlinItemHasChildren() should return TRUE for the items...
2001-12-07  Václav Slavíkfixed rendering of expanded nodes with exactly one...
2001-11-23  Václav Slavíkapplied Greg's refinment of hist treectrl patch
next