]> git.saurik.com Git - wxWidgets.git/history - src/generic/treectrl.cpp
Added and corrected a few more html makefiles,
[wxWidgets.git] / src / generic / treectrl.cpp
1999-08-15  Robert Roebling Added and corrected a few more html makefiles,
1999-08-10  Sylvain Bougnoux better control of what need refresh.
1999-07-30  Vadim ZeitlinwxMSW::wxTreeCtrl has multiple selection too (somewhat...
1999-07-26  Robert Roebling TreeCtrl:
1999-07-26  Robert Roebling Typos in documentation
1999-07-25  Robert Roebling Re-Added wxStream::StreamSize()
1999-07-24  Karsten Ballüdercompilation fixes and minor improvements
1999-07-24  Vadim Zeitlincompilation fixes
1999-07-24  Vadim ZeitlinwxTreeEvent is declared in one header, not 3 of them
1999-07-22  Robert Roebling wxMenu compile fix
1999-07-19  Sylvain Bougnouxitem with no image no longer crash when hit
1999-07-19  Robert Roebling Updated testconf
1999-07-15  Sylvain Bougnouxfixed SelectItem call with an invalid item
1999-06-21  Robin DunnFixed core dump for when there is no image list on...
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
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-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-08  Robert Roebling Compile fixes.
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-19  Robert Roebling Corrected tree ctrl behaviour.
1999-05-03  Robert Roebling TreeCtrl indentation and spacing
1999-04-28  Robert Roebling Added configure patch for DEC
1999-04-16  Ove KaavenAll files compile in Unicode mode, but I have only...
1999-04-15  Robert Roebling small mods to tree ctrl
1999-04-14  Vadim ZeitlinHitTest() now works when the ctrl is scrolled too
1999-04-09  Karsten BallüderNo more overlap between lines (I hope).
1999-04-09  Karsten Ballüderbetter centering of text/images
1999-04-09  Karsten Ballüderfixed some glitches
1999-04-09  Karsten BallüderModified it to adjust to different icons sizes. Please...
1999-03-23  Vadim ZeitlinEnsureVisible() also expands the parent items
1999-02-23  Vadim Zeitlincrash in some very special case when arrows were used...
1999-02-05  Vadim Zeitlinrefresh added when the item text or image is changed...
1999-01-31  Julian SmartVarious small fixes
1999-01-27  Vadim Zeitlin1. added wxTreeCtrl::GetLastChild (modified MSW, GTK...
1999-01-14  Vadim Zeitlin1. NOT_FOUND -> wxNOT_FOUND
1999-01-08  Robert Roebling minor Configure / makefiles updates
1998-12-25  Vadim Zeitlinattempt to fix a report about compile problems in gener...
1998-12-23  Julian SmartCompilation fixes for SUN CC.
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
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