4 Fixed testing for any element inside object tree.
9 Fixed replacing op for sizer children and spacer objects.
10 UndoReplace is not yet implemented.
15 Fix for crash when opening new file with active tree selection.
16 Replacing controls bug fixed.
21 wxMSW wxTreeCtrl behaviour is still different from wxGTK for
22 wxTR_MULTIPLE, some fixes for this.
27 New (experimental ;) ) feature: support for "object_ref" tag, for
28 creating references to named objects (see tn0014.txt). "reference..."
29 menu command creates new object_ref node. Properties of the top-level
30 object can be overriden, but overriding child controls is not working
31 as expected (maybe a bug in wx).
36 xxxStdDialogButtonSizer pulldown menu with standard buttons.
38 Some fixes for selecting tools inside toolbar with test window open
39 (whole toolbar is selected).
41 Toolbars can be added inside windows.
46 Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
48 Fixed pasting siblings (Ctrl key pressed while pasting).
50 Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
51 If encoding is not specified it is not written in XRC. Will add more
52 customization in the future.
54 Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
59 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
61 Hide command for test window.
63 Replacing classes works better.
70 Edit->Locate command (Ctrl-L) for quick selection of items.
71 Works with event-handling controls (buttons, text fields) but
72 not with labels/sizers.
74 Some improvements: relative paths for files supplied as command-
75 line argument work correctly, notebook panels are highlighted
81 Added support for wxGridBagSizer (supported in wxPython 2.5).
86 Added subclass attribute.
91 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
94 Changed some dimensions in properties panel elements.
99 Sizes of some controls were not normal on wxMSW. Fixed.
101 Some changes to test window code to make it resize better and to
102 have focus control with sawfish for all types of windows.
107 Bugs with currentEncoding and frame testing fixed.
109 Some required parameters are set to default if missing.
111 Unsupported classes are tolerated, with warning message.
113 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
116 Multi-line editing for labels and some values (wxTextCtrl,
122 Changed internationalization support. '-i' option removed, default
123 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
124 default). When XRC file is opened with encoding specified,
125 translations are not used.
130 Replace command added (not quite finished yet).
135 Finally implemented tools panel for almost all controls (except
136 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
139 Changed some sizes in panel to better work with different fonts.
141 Fixed double-refreshing after Ctrl+R.
143 Maybe something else that I've forgot. It's been a looong day... :)
149 Added dialog unit support.
151 Dealing with non-specified required values (set to defaults, if exist).
153 Added 'minsize' parameter of sizeritem.
155 Added '-i' option to turn off translations and use international characters.
160 Mac platform-specific checks.
165 Implemented standard bitmap selection.
167 Fixed a bug in FlexGridSizer code.
172 File browsing (for bitmaps/icons, etc.) had a small problem when current
173 file was not saved yet.
178 Small bug fix for initial don't panic message.
183 Changed program structure, reduced use of global variables (grouped in
184 module 'globals', which creates an instanse 'g' of class Globals.
186 First version of undo/redo working!
188 Support for toolbars inside panels and frames.
190 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
192 wxMSW-only: added code to switch focus back to main window when test
198 Fixed unicode problem for unicode build.
205 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
206 control), improved wxXRC format suppor (menu styles, etc.).
208 Some I18N support: parsing "encoding" attribute in XML header, later
209 it can be modified in "properties" panel for "XML tree".
211 UNIX note: currently XML writing for non-ascii chars works only if
212 sys.getdefaultencoding() returns good value. To do this, one has to
213 put following lines to "sitecustomize.py" file:
217 sys.setdefaultencoding('iso-8859-1') # or whatever
223 Some command-line arguments.
225 "Test window" command and toolbar button.
227 New panel interphace (wxHTMLWindow is not used anymore).
229 Toggling between embedded and detached panel.
231 Cache for already used windows.
233 Current top-level control is bold, if test window shown.
237 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
240 contrib/src/xrc/xmlrsall.cpp
242 < AddHandler(new wxListCtrlXmlHandler);
245 > AddHandler(new wxListCtrlXmlHandler);
246 > #if wxUSE_CHECKLISTBOX
248 This is fixed in CVS.
253 Toolbar, bitmap, icon support (no display yet).
255 Changed parameter objects, added support for multiple parameters (like
258 Fixed double-clicking problem with tree control on Windows.
260 Some performance improovements.
266 Added notebook with properties page and style page. Fixed some problems
273 Some fixes suggested by RD
279 Faster preview window refresh.
281 Cut/Paste works better.