1. Implemented support for different icons for different states (expanded,
[wxWidgets.git] / include / wx / generic / treectrl.h
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-08-16  Robert Roebling compile fixes for EMX
1999-07-30  Vadim ZeitlinwxMSW::wxTreeCtrl has multiple selection too (somewhat...
1999-07-26  Robert Roebling Typos in documentation
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-07-24  Vadim ZeitlinwxTreeEvent is declared in one header, not 3 of them
1999-07-19  Sylvain Bougnouxcosmetic, added some comment
1999-06-14  Patrick AlbertCorrect some minor compile pbs with VC++1.52c & VC...
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-03  Robert Roebling TreeCtrl indentation and spacing
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-01-27  Vadim Zeitlin1. added wxTreeCtrl::GetLastChild (modified MSW, GTK...
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-25  Vadim Zeitlinattempt to fix a report about compile problems in gener...
1998-12-18  Vadim ZeitlinwxTreeCtrl::Sort() changed, adapted the sample to show it.
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-07  Vadim Zeitlin1. wxNotebook::GetPageCount() returns only the number...
1998-12-07  Robert Roebling Keyboard navigatino in tree ctrl
1998-12-01  Robert Roebling Pixel corrections for wxListCtrl
1998-11-13  Vadim Zeitlin1. GetNextChild() bug fixed in generic version
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-26  Vadim Zeitlinfinal (?) changes to the generic tree ctrl -- seems...
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
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-03  Vadim ZeitlinSelectItem() always sends the notification messages
1998-07-30  Robert Roebling Pretty redical change concerning the underlying
1998-07-23  Vadim ZeitlinwxTreeControl::Get/SetSelection implemented
1998-07-23  Vadim ZeitlinIsItemExpanded() function added
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-03  Julian SmartAdded #pragmas for gcc.
1998-07-01  Vadim Zeitlinmany changes to make generic tree control (more) MSW...
1998-06-26  Julian SmartwxEventType alterations.
1998-06-14  Julian SmartCorrected missing pipe in treectrl.h, wxOK->wxID_OK...
1998-05-21  Robert RoeblingAdd support for dynamic event tables
1998-05-20  Karsten BallüderInitial revision