]> git.saurik.com Git - wxWidgets.git/commitdiff
updates
authorRobin Dunn <robin@alldunn.com>
Thu, 26 May 2005 23:43:15 +0000 (23:43 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 26 May 2005 23:43:15 +0000 (23:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index d6a5c641c21062e32796a6b63dbf56ac0a6b7f82..fae3a47b99e938187c6bbeaef80e916305be4450 100644 (file)
@@ -125,6 +125,21 @@ also applied patch for bug #1205691 Modified Fn keys don't work.
 
 wx.Image: Fixed to preserve alpha channel in Rotate90 method.
 
+wxMSW: Fixed incorrect background colour on wx.CheckListBox.
+
+wxMSW: Fixed drawing of owner drawn buttons with multiline labels
+
+Removed a bunch of unnecessary files, and removed or replaced images
+that we're not sure of their origin or license.
+
+The default DoGetBestSize is updated to not always return the current
+size if the window has no sizer, children, or minsize set.  Instead
+the current size is set as the minsize.  This solves the occasional
+problem where a sizer may cause a childless panel to grow but never
+shrink. 
+
+wxMSW: When converting a wx.Icon to a bitmap check if the icon has an
+alpha channel and set the bitmap to use it.