]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
wxRound() workaround to avoid unexpected compile and link errors on incomplete enviro...
[wxWidgets.git] / docs / changes.txt
index 1ed5c3107c53dde224cff120a8ce9fbad7fad74e..a06114daedff292e059f612bac036a16b4384ff9 100644 (file)
@@ -152,10 +152,13 @@ All (GUI):
 - Added wxTextAttr::Merge() (Marcin Simonides).
 - Added wxTB_NO_TOOLTIPS style (Igor Korot).
 - Added wxGenericDirCtrl::CollapsePath() (Christian Buhtz).
+- Added wxTreeCtrl::ExpandAllChildren() (Christian Buhtz)
 - Fixed 64-bit issue in wxNotebook causing segfaults on Tru64 Unix.
 - Made it possible to associate context help to a region of a window.
 - Added support for tabs in wxRichTextCtrl (Ashish More).
 - Fixed problem with zoom setting in print preview.
+- Moved wxRichTextCtrl from the advanced library to its own.
+- wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.
 
 wxMSW: