X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f395a825a9c9be41cd60299db4996b633c2d5dc6..a31746c7de9d15ae29bafcdf45f1ee23eca40de6:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 4f2e42d2cc..d35ac15380 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -148,6 +148,7 @@ All (GUI): - Added wxTextAttr::Merge() (Marcin Simonides) - Added wxTB_NO_TOOLTIPS style (Igor Korot) - Added wxGenericDirCtrl::CollapsePath() (Christian Buhtz) +- Fixed 64-bit issue in wxNotebook causing segfaults on Tru64 Unix. wxMSW: @@ -199,6 +200,7 @@ wxMSW: if its size is set within a paint handler (for example when embedded in a wxHtmlWindow). [Now reverted due to problems in W2K and below.] - wxDC::GetTextExtent() width calculation is more precise for italics fonts now +- Warning fixes for VC++ 5.0 (Igor Korot) wxGTK: @@ -225,6 +227,7 @@ wxGTK: - Implemented ScrollLines/Pages() for all windows (Paul Cornett). - Support underlined fonts in wxTextCtrl. - Support all border styles; wxListBox honours the borders now +- wxWindow and wxScrolledWindow now generate line, page and thumb-release scroll events. wxMac: @@ -306,6 +309,11 @@ Unix: - NO_GCC_PRAGMA is not used any more, remove checks for it if you used it. +wxMGL: + +- Fixed NUM_LOCK having no effect. +- Fixed wxFileExists (affecting wxImage::LoadFile). + 2.6.2 -----