]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
Added metal styles
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index af63fa484e4655babcf19e73cd03434ff4e2dd34..dc1e29fae3f72901fa87594bd44f3459d5249172 100644 (file)
@@ -217,6 +217,9 @@ a temporary 'fix' until properly fixed before 2.6.
 wxMac:  Toolbar is now more native looking with borderless toolbar
 buttons.  
 
+wxMac: Switched wx.Bitmap to use newer Quartz object types and APIs
+internally.  This results in faster display and better alpha support.
+
 Added wx.DatePickerCtrl.
 
 wx.html.HtmlWindow now supports background images.
@@ -236,6 +239,37 @@ base implementation and wx.lib.pydocview for Python-specific
 extensions.  There are also a couple sample applications located in
 samples/docview. 
 
+Added GetBitmap, GetIcon to wx.ImageList.
+
+wxGTK wx.Button.SetLabel no longer invalidates/resets the font.
+
+wx.Sizer.AddWindow, AddSizer, AddSpacer and etc. have now been
+undeprecated at the request of Riaan Booysen, the Boa Constructor team
+lead.  Boa needs them to help keep track of what kind of item is being
+managed by the sizer.  They are now just simple compatibility aliases
+for Add, and etc.
+
+The old C++ version of the OGL lib is no longer built by default.  Use
+the Python version in the wx.lib.ogl package instead.
+
+The wx.iewin module is no longer built by default.  You can use the
+wx.lib.iewin version instead.
+
+Fixed wx.BufferedPaintDC for scrolled windows to work whether the
+buffer is covering only the client area or the full virtual area of
+the scrolled window.  By default it will assume that only the client
+area is covered.  This is different than the old behavior so to
+indicate that the entire virtual area is covered simply add a
+style=wx.BUFFER_VIRTUAL_AREA parameter.
+
+wx.gizmos.TreeListCtrl:  Add support for the EVT_TREE_ITEM_GETTOOLTIP
+event. 
+
+Added Resize, SetRGBRect, Size, and GetOrFindMaskColour methods to
+wx.Image. 
+
+Added wx.Rect.IsEmpty
+