]> git.saurik.com Git - wxWidgets.git/history - src/generic/treectrl.cpp
wxPaintDC -> wxDC in wxListCtrl; fixed compile problems in wxTreeCtrl (return
[wxWidgets.git] / src / generic / treectrl.cpp
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-19  Robert Roebling Added more keyboard handling to wxTreeCtrl
1998-12-18  Julian SmartSolved a bug in generic wxTreeCtrl whereby CalculatePos...
1998-12-18  Vadim ZeitlinwxTreeCtrl::Sort() changed, adapted the sample to show it.
1998-12-18  Robert Roebling Tried to add sorting to wxTreeCtrl
1998-12-17  Vadim Zeitlinall delete functions now send delete notification event
1998-12-17  Vadim Zeitlin1. added wxTreeCtrl::DeleteChildren()
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
1998-12-16  Robert Roebling Added layout constraints call to wxNotebook
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-10  Robert Roebling wx-config knows about compiler options
1998-12-08  Robert Roebling Corrected bold fonts
1998-12-07  Vadim Zeitlin1. wxNotebook::GetPageCount() returns only the number...
1998-12-07  Robert Roebling Keyboard navigatino in tree ctrl
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-01  Robert Roebling Pixel corrections for wxListCtrl
1998-11-26  Vadim ZeitlinwxTreeCtrl::Delete() bug corrected, sample expanded...
1998-11-13  Vadim Zeitlin1. GetNextChild() bug fixed in generic version
1998-11-07  Robert Roebling Fixed 5 bugs in wxImage and Blit
1998-10-30  Robert Roebling Compile fixes for tree ctrl
1998-10-30  Vadim Zeitlinitems without children couldn't be expanded even after...
1998-10-26  Vadim Zeitlinfinal (?) changes to the generic tree ctrl -- seems...
1998-10-18  Julian SmartMotif additions
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-11  Robert Roebling Updates to memcheck
1998-09-01  Robert Roebling Added Set/GetItemState, GetNextItem.. to wxTreeCtrl
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-10  Denis PershinDP: native wxTreeCtrl for GTK.
1998-08-08  Denis PershinDP:
1998-08-03  Vadim ZeitlinSelectItem() always sends the notification messages
1998-07-30  Robert Roebling Pretty redical change concerning the underlying
1998-07-25  Robert RoeblingRemoved warnings mesgs
1998-07-24  Vadim ZeitlinSelectItem() now sends a wxEVT_SELECTED notification.
1998-07-23  Vadim ZeitlinwxTreeControl::Get/SetSelection implemented
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-10  Robert Roeblingtree control and dc::drawlines bug
1998-07-07  Vadim Zeitlinadded missing DeleteItem(long itemId) function
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-01  Vadim Zeitlinmany changes to make generic tree control (more) MSW...
1998-06-29  Vadim Zeitlinfixes redraw bug which was leaving a horizontal strip...
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-05-20  Karsten BallüderInitial revision