4 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
6 Hide command for test window.
8 Replacing classes works better.
15 Edit->Locate command (Ctrl-L) for quick selection of items.
16 Works with event-handling controls (buttons, text fields) but
17 not with labels/sizers.
19 Some improvements: relative paths for files supplied as command-
20 line argument work correctly, notebook panels are highlighted
26 Added support for wxGridBagSizer (supported in wxPython 2.5).
31 Added subclass attribute.
36 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
39 Changed some dimensions in properties panel elements.
44 Sizes of some controls were not normal on wxMSW. Fixed.
46 Some changes to test window code to make it resize better and to
47 have focus control with sawfish for all types of windows.
52 Bugs with currentEncoding and frame testing fixed.
54 Some required parameters are set to default if missing.
56 Unsupported classes are tolerated, with warning message.
58 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
61 Multi-line editing for labels and some values (wxTextCtrl,
67 Changed internationalization support. '-i' option removed, default
68 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
69 default). When XRC file is opened with encoding specified,
70 translations are not used.
75 Replace command added (not quite finished yet).
80 Finally implemented tools panel for almost all controls (except
81 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
84 Changed some sizes in panel to better work with different fonts.
86 Fixed double-refreshing after Ctrl+R.
88 Maybe something else that I've forgot. It's been a looong day... :)
94 Added dialog unit support.
96 Dealing with non-specified required values (set to defaults, if exist).
98 Added 'minsize' parameter of sizeritem.
100 Added '-i' option to turn off translations and use international characters.
105 Mac platform-specific checks.
110 Implemented standard bitmap selection.
112 Fixed a bug in FlexGridSizer code.
117 File browsing (for bitmaps/icons, etc.) had a small problem when current
118 file was not saved yet.
123 Small bug fix for initial don't panic message.
128 Changed program structure, reduced use of global variables (grouped in
129 module 'globals', which creates an instanse 'g' of class Globals.
131 First version of undo/redo working!
133 Support for toolbars inside panels and frames.
135 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
137 wxMSW-only: added code to switch focus back to main window when test
143 Fixed unicode problem for unicode build.
150 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
151 control), improved wxXRC format suppor (menu styles, etc.).
153 Some I18N support: parsing "encoding" attribute in XML header, later
154 it can be modified in "properties" panel for "XML tree".
156 UNIX note: currently XML writing for non-ascii chars works only if
157 sys.getdefaultencoding() returns good value. To do this, one has to
158 put following lines to "sitecustomize.py" file:
162 sys.setdefaultencoding('iso-8859-1') # or whatever
168 Some command-line arguments.
170 "Test window" command and toolbar button.
172 New panel interphace (wxHTMLWindow is not used anymore).
174 Toggling between embedded and detached panel.
176 Cache for already used windows.
178 Current top-level control is bold, if test window shown.
182 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
185 contrib/src/xrc/xmlrsall.cpp
187 < AddHandler(new wxListCtrlXmlHandler);
190 > AddHandler(new wxListCtrlXmlHandler);
191 > #if wxUSE_CHECKLISTBOX
193 This is fixed in CVS.
198 Toolbar, bitmap, icon support (no display yet).
200 Changed parameter objects, added support for multiple parameters (like
203 Fixed double-clicking problem with tree control on Windows.
205 Some performance improovements.
211 Added notebook with properties page and style page. Fixed some problems
218 Some fixes suggested by RD
224 Faster preview window refresh.
226 Cut/Paste works better.