]> git.saurik.com Git - wxWidgets.git/history - src/generic/treectrl.cpp
1. wxShell fixes: now really uses shell (it wasn't different from wxExecute!)
[wxWidgets.git] / src / generic / treectrl.cpp
2000-03-03  Vadim Zeitlin1. wxShell fixes: now really uses shell (it wasn't...
2000-02-23  Julian SmartMisc small changes, some for VC++ 1.5
2000-02-21  Sylvain BougnouxCheck multiple selection :-)
2000-02-21  Vadim Zeitlininclude
2000-02-18  Vadim Zeitlinadded dnd support to generic wxTreeCtrl
2000-02-18  Vadim Zeitlinmore long/double to int conversion warnings from HP...
2000-02-16  Václav Slavíkfixed background colour handling in wxTreeCtrl
2000-02-15  Václav Slavíkbackground color set to wxSYS_COLOUR_LISTBOX
2000-02-15  Robert Roebling list ctrl and tree ctrl didn't like the new focus...
2000-02-15  Vadim Zeitlintext bg is transparent now, but the icons are still not
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
2000-01-04  Robert Roebling Removed crashes when not using themes.
1999-12-28  Robert Roebling Calling a Refresh() before the window is created...
1999-12-26  Vadim Zeitlinmore unused param warnings fixed
1999-12-22  Robert Roebling Reduced spacing in tree ctrl.
1999-12-22  Robert Roebling Some debug code.
1999-12-20  Robert Roebling Minor changes to wxTreeCtrl's horiz size,
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-06  Vadim ZeitlinwxTreeCtrl has colours and fonts too now
1999-11-19  David WebsterRemoval of previous wxValidtor code for wxOS2
1999-11-18  Robert Roebling Added wxEvtHandler::Disconect()
1999-11-15  Robert Roebling Added header vs. library version check to configure,
1999-11-09  Robert Roebling Removed Vadim's surplus code in clipboard.
1999-11-08  David WebsterOS/2 PM Fixeups for fonts, validators, and html
1999-10-25  David Webster*** empty log message ***
1999-10-13  Unknown (CR)Added right/middle click item support
1999-10-11  Robert Roebling Various distrib things,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-30  Vadim Zeitlinfixed compilation and added support for all 4 images...
1999-09-16  Vadim Zeitlinvetoing item collapse works again
1999-09-05  Julian SmartMisc. 16-bit compilation fixes
1999-08-16  Robert Roebling compile fixes for EMX
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
next