X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64bce500c085d5450dff58082fff150a181c1bec..efa5f7095fbdca6026a4fb5cf1be3d6eb0df8893:/wxPython/wx/tools/XRCed/CHANGES.txt diff --git a/wxPython/wx/tools/XRCed/CHANGES.txt b/wxPython/wx/tools/XRCed/CHANGES.txt index 3a0764b634..5d62bed367 100644 --- a/wxPython/wx/tools/XRCed/CHANGES.txt +++ b/wxPython/wx/tools/XRCed/CHANGES.txt @@ -1,3 +1,58 @@ +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 +------- + +wxMSW wxTreeCtrl behaviour is still different from wxGTK for +wxTR_MULTIPLE, some fixes for this. + +0.1.6-1 +------- + +New (experimental ;) ) feature: support for "object_ref" tag, for +creating references to named objects (see tn0014.txt). "reference..." +menu command creates new object_ref node. Properties of the top-level +object can be overriden, but overriding child controls is not working +as expected (maybe a bug in wx). + +0.1.5-3 +------- + +xxxStdDialogButtonSizer pulldown menu with standard buttons. + +Some fixes for selecting tools inside toolbar with test window open +(whole toolbar is selected). + +Toolbars can be added inside windows. + +0.1.5-2 +------- + +Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding. + +Fixed pasting siblings (Ctrl key pressed while pasting). + +Dealed with ascii build (Python does not recognize 'ascii' as valid encoding). +If encoding is not specified it is not written in XRC. Will add more +customization in the future. + +Changed to use SimpleTool instead or Toggle tool (does not work on Win32). + 0.1.5-1 -------