4 Fixed replacing op for sizer children and spacer objects.
5 UndoReplace is not yet implemented.
10 Fix for crash when opening new file with active tree selection.
11 Replacing controls bug fixed.
16 wxMSW wxTreeCtrl behaviour is still different from wxGTK for
17 wxTR_MULTIPLE, some fixes for this.
22 New (experimental ;) ) feature: support for "object_ref" tag, for
23 creating references to named objects (see tn0014.txt). "reference..."
24 menu command creates new object_ref node. Properties of the top-level
25 object can be overriden, but overriding child controls is not working
26 as expected (maybe a bug in wx).
31 xxxStdDialogButtonSizer pulldown menu with standard buttons.
33 Some fixes for selecting tools inside toolbar with test window open
34 (whole toolbar is selected).
36 Toolbars can be added inside windows.
41 Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
43 Fixed pasting siblings (Ctrl key pressed while pasting).
45 Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
46 If encoding is not specified it is not written in XRC. Will add more
47 customization in the future.
49 Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
54 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
56 Hide command for test window.
58 Replacing classes works better.
65 Edit->Locate command (Ctrl-L) for quick selection of items.
66 Works with event-handling controls (buttons, text fields) but
67 not with labels/sizers.
69 Some improvements: relative paths for files supplied as command-
70 line argument work correctly, notebook panels are highlighted
76 Added support for wxGridBagSizer (supported in wxPython 2.5).
81 Added subclass attribute.
86 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
89 Changed some dimensions in properties panel elements.
94 Sizes of some controls were not normal on wxMSW. Fixed.
96 Some changes to test window code to make it resize better and to
97 have focus control with sawfish for all types of windows.
102 Bugs with currentEncoding and frame testing fixed.
104 Some required parameters are set to default if missing.
106 Unsupported classes are tolerated, with warning message.
108 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
111 Multi-line editing for labels and some values (wxTextCtrl,
117 Changed internationalization support. '-i' option removed, default
118 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
119 default). When XRC file is opened with encoding specified,
120 translations are not used.
125 Replace command added (not quite finished yet).
130 Finally implemented tools panel for almost all controls (except
131 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
134 Changed some sizes in panel to better work with different fonts.
136 Fixed double-refreshing after Ctrl+R.
138 Maybe something else that I've forgot. It's been a looong day... :)
144 Added dialog unit support.
146 Dealing with non-specified required values (set to defaults, if exist).
148 Added 'minsize' parameter of sizeritem.
150 Added '-i' option to turn off translations and use international characters.
155 Mac platform-specific checks.
160 Implemented standard bitmap selection.
162 Fixed a bug in FlexGridSizer code.
167 File browsing (for bitmaps/icons, etc.) had a small problem when current
168 file was not saved yet.
173 Small bug fix for initial don't panic message.
178 Changed program structure, reduced use of global variables (grouped in
179 module 'globals', which creates an instanse 'g' of class Globals.
181 First version of undo/redo working!
183 Support for toolbars inside panels and frames.
185 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
187 wxMSW-only: added code to switch focus back to main window when test
193 Fixed unicode problem for unicode build.
200 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
201 control), improved wxXRC format suppor (menu styles, etc.).
203 Some I18N support: parsing "encoding" attribute in XML header, later
204 it can be modified in "properties" panel for "XML tree".
206 UNIX note: currently XML writing for non-ascii chars works only if
207 sys.getdefaultencoding() returns good value. To do this, one has to
208 put following lines to "sitecustomize.py" file:
212 sys.setdefaultencoding('iso-8859-1') # or whatever
218 Some command-line arguments.
220 "Test window" command and toolbar button.
222 New panel interphace (wxHTMLWindow is not used anymore).
224 Toggling between embedded and detached panel.
226 Cache for already used windows.
228 Current top-level control is bold, if test window shown.
232 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
235 contrib/src/xrc/xmlrsall.cpp
237 < AddHandler(new wxListCtrlXmlHandler);
240 > AddHandler(new wxListCtrlXmlHandler);
241 > #if wxUSE_CHECKLISTBOX
243 This is fixed in CVS.
248 Toolbar, bitmap, icon support (no display yet).
250 Changed parameter objects, added support for multiple parameters (like
253 Fixed double-clicking problem with tree control on Windows.
255 Some performance improovements.
261 Added notebook with properties page and style page. Fixed some problems
268 Some fixes suggested by RD
274 Faster preview window refresh.
276 Cut/Paste works better.