]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/CHANGES.txt
[ 1505048 ] wxHtml rendering of underlined text
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
index 84cff500acf198306bf28b7cf110dbb141b02b8c..91b4dbd163a3f11208da6585089278e39ef2c94f 100644 (file)
@@ -1,3 +1,46 @@
+0.1.7-5
+-------
+
+Fix for non-ascii characters support when using other encodings 
+than utf-8 in 'content' property. Tested under unicode build.
+
+0.1.7-4
+-------
+
+Second fix for Copy/Paste (using expat.native_encoding property).
+Added cellpos,cellspan properties for Spacer in GridBag sizer.
+
+0.1.7-3
+-------
+
+Fix for Copy/Paste objects with international characters.
+
+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
+-------
+
+Using system clipboard for Copy/Paste.
+
 0.1.6-6
 -------