4 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
7 Changed some dimensions in properties panel elements.
12 Sizes of some controls were not normal on wxMSW. Fixed.
14 Some changes to test window code to make it resize better and to
15 have focus control with sawfish for all types of windows.
20 Bugs with currentEncoding and frame testing fixed.
22 Some required parameters are set to default if missing.
24 Unsupported classes are tolerated, with warning message.
26 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
29 Multi-line editing for labels and some values (wxTextCtrl,
35 Changed internationalization support. '-i' option removed, default
36 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
37 default). When XRC file is opened with encoding specified,
38 translations are not used.
43 Replace command added (not quite finished yet).
48 Finally implemented tools panel for almost all controls (except
49 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
52 Changed some sizes in panel to better work with different fonts.
54 Fixed double-refreshing after Ctrl+R.
56 Maybe something else that I've forgot. It's been a looong day... :)
62 Added dialog unit support.
64 Dealing with non-specified required values (set to defaults, if exist).
66 Added 'minsize' parameter of sizeritem.
68 Added '-i' option to turn off translations and use international characters.
73 Mac platform-specific checks.
78 Implemented standard bitmap selection.
80 Fixed a bug in FlexGridSizer code.
85 File browsing (for bitmaps/icons, etc.) had a small problem when current
86 file was not saved yet.
91 Small bug fix for initial don't panic message.
96 Changed program structure, reduced use of global variables (grouped in
97 module 'globals', which creates an instanse 'g' of class Globals.
99 First version of undo/redo working!
101 Support for toolbars inside panels and frames.
103 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
105 wxMSW-only: added code to switch focus back to main window when test
111 Fixed unicode problem for unicode build.
118 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
119 control), improved wxXRC format suppor (menu styles, etc.).
121 Some I18N support: parsing "encoding" attribute in XML header, later
122 it can be modified in "properties" panel for "XML tree".
124 UNIX note: currently XML writing for non-ascii chars works only if
125 sys.getdefaultencoding() returns good value. To do this, one has to
126 put following lines to "sitecustomize.py" file:
130 sys.setdefaultencoding('iso-8859-1') # or whatever
136 Some command-line arguments.
138 "Test window" command and toolbar button.
140 New panel interphace (wxHTMLWindow is not used anymore).
142 Toggling between embedded and detached panel.
144 Cache for already used windows.
146 Current top-level control is bold, if test window shown.
150 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
153 contrib/src/xrc/xmlrsall.cpp
155 < AddHandler(new wxListCtrlXmlHandler);
158 > AddHandler(new wxListCtrlXmlHandler);
159 > #if wxUSE_CHECKLISTBOX
161 This is fixed in CVS.
166 Toolbar, bitmap, icon support (no display yet).
168 Changed parameter objects, added support for multiple parameters (like
171 Fixed double-clicking problem with tree control on Windows.
173 Some performance improovements.
179 Added notebook with properties page and style page. Fixed some problems
186 Some fixes suggested by RD
192 Faster preview window refresh.
194 Cut/Paste works better.