]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/docs/CHANGES.txt
doc tweaks
[wxWidgets.git] / wxPython / docs / CHANGES.txt
index 2de2a1d91dd525a075c5693f42b7ac8525d446ff..3a4685573e77af41d4c848203e8c15d23362e13e 100644 (file)
@@ -49,6 +49,20 @@ wxMSW: Applied patch #1166587, removes all flicker from wx.StaticBox
 Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++
 wxFoldPanelBar classes to Python.
 
+wxGTK: Applied patch #1173802, reimplementation of GtkFileChooser
+wxFileDialog by Mart Raudsepp.  Note that this new file dialog is only
+used on GTK2 >= 2.4.  For earlier GTK2 versions and GTK1 then the
+older generic file dialog is used.
+
+wxMSW: fixes to static box borders calculations (finalizes patch
+#1166587)
+
+wx.Image: Use Python's buffer interface API for all image data and
+alpha Set/Get methods and the ImageFromData* constructors.  They all
+still copy the buffer except for SetDataBuffer and SetAlphaBuffer, but
+this gives more flexibility on where the data can come from.
+
+Added MDI support to XRC