4 Edit->Locate command (Ctrl-L) for quick selection of items.
5 Works with event-handling controls (buttons, text fields) but
6 not with labels/sizers.
8 Some improvements: relative paths for files supplied as command-
9 line argument work correctly, notebook panels are highlighted
15 Added support for wxGridBagSizer (supported in wxPython 2.5).
20 Added subclass attribute.
25 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
28 Changed some dimensions in properties panel elements.
33 Sizes of some controls were not normal on wxMSW. Fixed.
35 Some changes to test window code to make it resize better and to
36 have focus control with sawfish for all types of windows.
41 Bugs with currentEncoding and frame testing fixed.
43 Some required parameters are set to default if missing.
45 Unsupported classes are tolerated, with warning message.
47 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
50 Multi-line editing for labels and some values (wxTextCtrl,
56 Changed internationalization support. '-i' option removed, default
57 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
58 default). When XRC file is opened with encoding specified,
59 translations are not used.
64 Replace command added (not quite finished yet).
69 Finally implemented tools panel for almost all controls (except
70 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
73 Changed some sizes in panel to better work with different fonts.
75 Fixed double-refreshing after Ctrl+R.
77 Maybe something else that I've forgot. It's been a looong day... :)
83 Added dialog unit support.
85 Dealing with non-specified required values (set to defaults, if exist).
87 Added 'minsize' parameter of sizeritem.
89 Added '-i' option to turn off translations and use international characters.
94 Mac platform-specific checks.
99 Implemented standard bitmap selection.
101 Fixed a bug in FlexGridSizer code.
106 File browsing (for bitmaps/icons, etc.) had a small problem when current
107 file was not saved yet.
112 Small bug fix for initial don't panic message.
117 Changed program structure, reduced use of global variables (grouped in
118 module 'globals', which creates an instanse 'g' of class Globals.
120 First version of undo/redo working!
122 Support for toolbars inside panels and frames.
124 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
126 wxMSW-only: added code to switch focus back to main window when test
132 Fixed unicode problem for unicode build.
139 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
140 control), improved wxXRC format suppor (menu styles, etc.).
142 Some I18N support: parsing "encoding" attribute in XML header, later
143 it can be modified in "properties" panel for "XML tree".
145 UNIX note: currently XML writing for non-ascii chars works only if
146 sys.getdefaultencoding() returns good value. To do this, one has to
147 put following lines to "sitecustomize.py" file:
151 sys.setdefaultencoding('iso-8859-1') # or whatever
157 Some command-line arguments.
159 "Test window" command and toolbar button.
161 New panel interphace (wxHTMLWindow is not used anymore).
163 Toggling between embedded and detached panel.
165 Cache for already used windows.
167 Current top-level control is bold, if test window shown.
171 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
174 contrib/src/xrc/xmlrsall.cpp
176 < AddHandler(new wxListCtrlXmlHandler);
179 > AddHandler(new wxListCtrlXmlHandler);
180 > #if wxUSE_CHECKLISTBOX
182 This is fixed in CVS.
187 Toolbar, bitmap, icon support (no display yet).
189 Changed parameter objects, added support for multiple parameters (like
192 Fixed double-clicking problem with tree control on Windows.
194 Some performance improovements.
200 Added notebook with properties page and style page. Fixed some problems
207 Some fixes suggested by RD
213 Faster preview window refresh.
215 Cut/Paste works better.