]> git.saurik.com Git - wxWidgets.git/commitdiff
Some change logs
authorJulian Smart <julian@anthemion.co.uk>
Wed, 25 May 2005 16:13:17 +0000 (16:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 25 May 2005 16:13:17 +0000 (16:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 382b435d1ac995c2fc51d35cd45b2ab1c75a23da..2783bf3832d37295a51a9568bdb7f81fb251487c 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,11 @@ 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.
+- Restored separators on toolbars under XP themes.
+- Winelib compilation now works.
 
 wxGTK: