X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/83173c7a4d79083bc3ad7dd08a399cf970559e80..20002db0f810f2702de078318c2c7e710bb9a308:/wxPython/wx/tools/XRCed/CHANGES.txt?ds=sidebyside diff --git a/wxPython/wx/tools/XRCed/CHANGES.txt b/wxPython/wx/tools/XRCed/CHANGES.txt index 963d00880b..8f27643994 100644 --- a/wxPython/wx/tools/XRCed/CHANGES.txt +++ b/wxPython/wx/tools/XRCed/CHANGES.txt @@ -1,3 +1,64 @@ +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 +------- + +Improved some dialogs (window styles, growable cols). Changed the +range for wxSpinCtrl min/max to all integers (default 0/100 is not +always good). + +0.1.6-5 +------- + +Fixed testing for any element inside object tree. + +0.1.6-4 +------- + +Fixed replacing op for sizer children and spacer objects. +UndoReplace is not yet implemented. + +0.1.6-3 +------- + +Fix for crash when opening new file with active tree selection. +Replacing controls bug fixed. + 0.1.6-2 -------