4 xxxStdDialogButtonSizer pulldown menu with standard buttons.
6 Some fixes for selecting tools inside toolbar with test window open
7 (whole toolbar is selected).
9 Toolbars can be added inside windows.
14 Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
16 Fixed pasting siblings (Ctrl key pressed while pasting).
18 Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
19 If encoding is not specified it is not written in XRC. Will add more
20 customization in the future.
22 Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
27 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
29 Hide command for test window.
31 Replacing classes works better.
38 Edit->Locate command (Ctrl-L) for quick selection of items.
39 Works with event-handling controls (buttons, text fields) but
40 not with labels/sizers.
42 Some improvements: relative paths for files supplied as command-
43 line argument work correctly, notebook panels are highlighted
49 Added support for wxGridBagSizer (supported in wxPython 2.5).
54 Added subclass attribute.
59 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
62 Changed some dimensions in properties panel elements.
67 Sizes of some controls were not normal on wxMSW. Fixed.
69 Some changes to test window code to make it resize better and to
70 have focus control with sawfish for all types of windows.
75 Bugs with currentEncoding and frame testing fixed.
77 Some required parameters are set to default if missing.
79 Unsupported classes are tolerated, with warning message.
81 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
84 Multi-line editing for labels and some values (wxTextCtrl,
90 Changed internationalization support. '-i' option removed, default
91 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
92 default). When XRC file is opened with encoding specified,
93 translations are not used.
98 Replace command added (not quite finished yet).
103 Finally implemented tools panel for almost all controls (except
104 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
107 Changed some sizes in panel to better work with different fonts.
109 Fixed double-refreshing after Ctrl+R.
111 Maybe something else that I've forgot. It's been a looong day... :)
117 Added dialog unit support.
119 Dealing with non-specified required values (set to defaults, if exist).
121 Added 'minsize' parameter of sizeritem.
123 Added '-i' option to turn off translations and use international characters.
128 Mac platform-specific checks.
133 Implemented standard bitmap selection.
135 Fixed a bug in FlexGridSizer code.
140 File browsing (for bitmaps/icons, etc.) had a small problem when current
141 file was not saved yet.
146 Small bug fix for initial don't panic message.
151 Changed program structure, reduced use of global variables (grouped in
152 module 'globals', which creates an instanse 'g' of class Globals.
154 First version of undo/redo working!
156 Support for toolbars inside panels and frames.
158 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
160 wxMSW-only: added code to switch focus back to main window when test
166 Fixed unicode problem for unicode build.
173 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
174 control), improved wxXRC format suppor (menu styles, etc.).
176 Some I18N support: parsing "encoding" attribute in XML header, later
177 it can be modified in "properties" panel for "XML tree".
179 UNIX note: currently XML writing for non-ascii chars works only if
180 sys.getdefaultencoding() returns good value. To do this, one has to
181 put following lines to "sitecustomize.py" file:
185 sys.setdefaultencoding('iso-8859-1') # or whatever
191 Some command-line arguments.
193 "Test window" command and toolbar button.
195 New panel interphace (wxHTMLWindow is not used anymore).
197 Toggling between embedded and detached panel.
199 Cache for already used windows.
201 Current top-level control is bold, if test window shown.
205 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
208 contrib/src/xrc/xmlrsall.cpp
210 < AddHandler(new wxListCtrlXmlHandler);
213 > AddHandler(new wxListCtrlXmlHandler);
214 > #if wxUSE_CHECKLISTBOX
216 This is fixed in CVS.
221 Toolbar, bitmap, icon support (no display yet).
223 Changed parameter objects, added support for multiple parameters (like
226 Fixed double-clicking problem with tree control on Windows.
228 Some performance improovements.
234 Added notebook with properties page and style page. Fixed some problems
241 Some fixes suggested by RD
247 Faster preview window refresh.
249 Cut/Paste works better.