X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28e65e0fa03994a63645cf91a76ee8080beefa66..c0d5ae74472fb4ccc09e8d6ab2571deeb47ef5f7:/wxPython/wx/tools/XRCed/CHANGES.txt diff --git a/wxPython/wx/tools/XRCed/CHANGES.txt b/wxPython/wx/tools/XRCed/CHANGES.txt index 8f27643994..9936ba3cb6 100644 --- a/wxPython/wx/tools/XRCed/CHANGES.txt +++ b/wxPython/wx/tools/XRCed/CHANGES.txt @@ -1,3 +1,53 @@ +0.1.8-5 +------- + +Implemented comment object for simple one-line comments. No +validation is performed. + +0.1.8-4 +------- + +Fixes for wxMSW (notebook highlighting, control sizes, tree Unselect). + +0.1.8-3 +------- + +Notebook page highlighting fix. Highlight resizes when the window +is resized. ParamUnit spin button detects event handler re-entry +(wxGTK probably has a bug in wxSpinButton with repeated events). + +0.1.8-2 +------- + +Fix for dealing with empty 'growable' property, using MiniFrame +for properties panel, the panel is restored together with the +main window. + +0.1.8-1 +------- + +Fixed SetItemBold and editing 'growable' properties of +wxFlexGridSizer. + +0.1.8-0 +------- + +New feature added from a patch submitted on sourceforge by botg: +moving of tree items. + +Bugs fixed: +- ChecklistBox content editing; +- Window styles more in sync with the docs; +- Replacing items; +- Reference property page created correctly (every property is + optional). + +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 -------