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