]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Applied patch [ 1211219 ] Build fix for configurations without wxUSE_LOG
[wxWidgets.git] / docs / changes.txt
index 4f7c7def2fe6b855be05f3a3c3d5f61cc859ca03..f5211ebebc6196a12b27b07d23e62dcd57194cac 100644 (file)
@@ -14,6 +14,7 @@ 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.
 
 wxMSW:
 
@@ -31,7 +32,16 @@ wxMSW:
 - 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
+- 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.
+
+wxGTK:
+
+- Added support for wxSTAY_ON_TOP (GTK 2.4+).
 
 wxMac: