X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/903f1b0d80ed58ff7c0eb9e61e448640e3c214f4..ec3b73b8fafb60f755cfccc6edcedcb6d7f8386f:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index cbc3cf5218..bb52f0cc4a 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -12,6 +12,10 @@ All: All (GUI): - Fixed potential infinite loop when adjusting wxScrolledWindow scrollbars. +- Radio in menus do not send menu event for selections of already selected item. +- Fixed wrong positioning of marks and enumerations in lists of wxHTML. +- wxImage::Rotate90 respects alpha channel. +- Added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_ENDSCROLL wxMSW: @@ -27,6 +31,19 @@ wxMSW: window from (x, y) to (a, b) and back to (x, y) misses the last step) by checking window positions against corresponding sizer state, if any. - A control's text colour now reflects the system colour setting. +- Fixed wxFileName::GetLongPath() to behave correctly during the first call too. +- Fixed alpha blitting to take into account source position. +- Setting foreground colour for wxCheckBox now works when using XP themes too. +- Now uses newer font MS Shell Dlg 2 if possible. +- Compiles again with WIN64. +- Winelib compilation now works. +- When converting a wxIcon to a bitmap check if the icon has an alpha + channel and set the bitmap to use it. +- wxSlider now also sends wxEVT_SCROLL_CHANGED when using mouse wheel + +wxGTK: + +- Added support for wxSTAY_ON_TOP (GTK 2.4+). wxMac: