]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/CHANGES.txt
Need to use wizard.GetPageAreaSizer().Add(page) now to get the layout
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
index 345f9888a75bea102c9aad87acf72c2e4b5afff6..164dc7958859bc4a66ba30c03961158633d2236f 100644 (file)
@@ -1,3 +1,24 @@
+0.1.7-2
+-------
+
+Fixed Cut command, added support for MenuBar inside Frame/Dialog.
+
+0.1.7-1
+-------
+
+Important update of Paste command code which was passing too much data
+thru clipboard using cPickle. Objects created while unpickling (from
+minidom) were clogging memory. Now using toxml() (why didn't I do it 
+before - was I drunk or what? :) ).
+
+0.1.7-0
+-------
+
+Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and
+completed style flags. Test window is opened for an available parent
+control if no specific view defined. Better handling of exceptions
+(highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.
+
 0.1.6-7
 -------