4 Added support for wxGridBagSizer (supported in wxPython 2.5).
9 Added subclass attribute.
14 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
17 Changed some dimensions in properties panel elements.
22 Sizes of some controls were not normal on wxMSW. Fixed.
24 Some changes to test window code to make it resize better and to
25 have focus control with sawfish for all types of windows.
30 Bugs with currentEncoding and frame testing fixed.
32 Some required parameters are set to default if missing.
34 Unsupported classes are tolerated, with warning message.
36 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
39 Multi-line editing for labels and some values (wxTextCtrl,
45 Changed internationalization support. '-i' option removed, default
46 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
47 default). When XRC file is opened with encoding specified,
48 translations are not used.
53 Replace command added (not quite finished yet).
58 Finally implemented tools panel for almost all controls (except
59 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
62 Changed some sizes in panel to better work with different fonts.
64 Fixed double-refreshing after Ctrl+R.
66 Maybe something else that I've forgot. It's been a looong day... :)
72 Added dialog unit support.
74 Dealing with non-specified required values (set to defaults, if exist).
76 Added 'minsize' parameter of sizeritem.
78 Added '-i' option to turn off translations and use international characters.
83 Mac platform-specific checks.
88 Implemented standard bitmap selection.
90 Fixed a bug in FlexGridSizer code.
95 File browsing (for bitmaps/icons, etc.) had a small problem when current
96 file was not saved yet.
101 Small bug fix for initial don't panic message.
106 Changed program structure, reduced use of global variables (grouped in
107 module 'globals', which creates an instanse 'g' of class Globals.
109 First version of undo/redo working!
111 Support for toolbars inside panels and frames.
113 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
115 wxMSW-only: added code to switch focus back to main window when test
121 Fixed unicode problem for unicode build.
128 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
129 control), improved wxXRC format suppor (menu styles, etc.).
131 Some I18N support: parsing "encoding" attribute in XML header, later
132 it can be modified in "properties" panel for "XML tree".
134 UNIX note: currently XML writing for non-ascii chars works only if
135 sys.getdefaultencoding() returns good value. To do this, one has to
136 put following lines to "sitecustomize.py" file:
140 sys.setdefaultencoding('iso-8859-1') # or whatever
146 Some command-line arguments.
148 "Test window" command and toolbar button.
150 New panel interphace (wxHTMLWindow is not used anymore).
152 Toggling between embedded and detached panel.
154 Cache for already used windows.
156 Current top-level control is bold, if test window shown.
160 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
163 contrib/src/xrc/xmlrsall.cpp
165 < AddHandler(new wxListCtrlXmlHandler);
168 > AddHandler(new wxListCtrlXmlHandler);
169 > #if wxUSE_CHECKLISTBOX
171 This is fixed in CVS.
176 Toolbar, bitmap, icon support (no display yet).
178 Changed parameter objects, added support for multiple parameters (like
181 Fixed double-clicking problem with tree control on Windows.
183 Some performance improovements.
189 Added notebook with properties page and style page. Fixed some problems
196 Some fixes suggested by RD
202 Faster preview window refresh.
204 Cut/Paste works better.