4 Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
6 Fixed pasting siblings (Ctrl key pressed while pasting).
11 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
13 Hide command for test window.
15 Replacing classes works better.
22 Edit->Locate command (Ctrl-L) for quick selection of items.
23 Works with event-handling controls (buttons, text fields) but
24 not with labels/sizers.
26 Some improvements: relative paths for files supplied as command-
27 line argument work correctly, notebook panels are highlighted
33 Added support for wxGridBagSizer (supported in wxPython 2.5).
38 Added subclass attribute.
43 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
46 Changed some dimensions in properties panel elements.
51 Sizes of some controls were not normal on wxMSW. Fixed.
53 Some changes to test window code to make it resize better and to
54 have focus control with sawfish for all types of windows.
59 Bugs with currentEncoding and frame testing fixed.
61 Some required parameters are set to default if missing.
63 Unsupported classes are tolerated, with warning message.
65 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
68 Multi-line editing for labels and some values (wxTextCtrl,
74 Changed internationalization support. '-i' option removed, default
75 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
76 default). When XRC file is opened with encoding specified,
77 translations are not used.
82 Replace command added (not quite finished yet).
87 Finally implemented tools panel for almost all controls (except
88 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
91 Changed some sizes in panel to better work with different fonts.
93 Fixed double-refreshing after Ctrl+R.
95 Maybe something else that I've forgot. It's been a looong day... :)
101 Added dialog unit support.
103 Dealing with non-specified required values (set to defaults, if exist).
105 Added 'minsize' parameter of sizeritem.
107 Added '-i' option to turn off translations and use international characters.
112 Mac platform-specific checks.
117 Implemented standard bitmap selection.
119 Fixed a bug in FlexGridSizer code.
124 File browsing (for bitmaps/icons, etc.) had a small problem when current
125 file was not saved yet.
130 Small bug fix for initial don't panic message.
135 Changed program structure, reduced use of global variables (grouped in
136 module 'globals', which creates an instanse 'g' of class Globals.
138 First version of undo/redo working!
140 Support for toolbars inside panels and frames.
142 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
144 wxMSW-only: added code to switch focus back to main window when test
150 Fixed unicode problem for unicode build.
157 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
158 control), improved wxXRC format suppor (menu styles, etc.).
160 Some I18N support: parsing "encoding" attribute in XML header, later
161 it can be modified in "properties" panel for "XML tree".
163 UNIX note: currently XML writing for non-ascii chars works only if
164 sys.getdefaultencoding() returns good value. To do this, one has to
165 put following lines to "sitecustomize.py" file:
169 sys.setdefaultencoding('iso-8859-1') # or whatever
175 Some command-line arguments.
177 "Test window" command and toolbar button.
179 New panel interphace (wxHTMLWindow is not used anymore).
181 Toggling between embedded and detached panel.
183 Cache for already used windows.
185 Current top-level control is bold, if test window shown.
189 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
192 contrib/src/xrc/xmlrsall.cpp
194 < AddHandler(new wxListCtrlXmlHandler);
197 > AddHandler(new wxListCtrlXmlHandler);
198 > #if wxUSE_CHECKLISTBOX
200 This is fixed in CVS.
205 Toolbar, bitmap, icon support (no display yet).
207 Changed parameter objects, added support for multiple parameters (like
210 Fixed double-clicking problem with tree control on Windows.
212 Some performance improovements.
218 Added notebook with properties page and style page. Fixed some problems
225 Some fixes suggested by RD
231 Faster preview window refresh.
233 Cut/Paste works better.