4 Added new controls (Choicebook, Listbook, StatusBar, DatePicker), and
5 completed style flags. Test window is opened for an available parent
6 control if no specific view defined. Better handling of exceptions
7 (highlighting does not 'stick' anymore). Tested on wxGTK 2.6.1.0.
12 Using system clipboard for Copy/Paste.
17 Improved some dialogs (window styles, growable cols). Changed the
18 range for wxSpinCtrl min/max to all integers (default 0/100 is not
24 Fixed testing for any element inside object tree.
29 Fixed replacing op for sizer children and spacer objects.
30 UndoReplace is not yet implemented.
35 Fix for crash when opening new file with active tree selection.
36 Replacing controls bug fixed.
41 wxMSW wxTreeCtrl behaviour is still different from wxGTK for
42 wxTR_MULTIPLE, some fixes for this.
47 New (experimental ;) ) feature: support for "object_ref" tag, for
48 creating references to named objects (see tn0014.txt). "reference..."
49 menu command creates new object_ref node. Properties of the top-level
50 object can be overriden, but overriding child controls is not working
51 as expected (maybe a bug in wx).
56 xxxStdDialogButtonSizer pulldown menu with standard buttons.
58 Some fixes for selecting tools inside toolbar with test window open
59 (whole toolbar is selected).
61 Toolbars can be added inside windows.
66 Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encoding.
68 Fixed pasting siblings (Ctrl key pressed while pasting).
70 Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
71 If encoding is not specified it is not written in XRC. Will add more
72 customization in the future.
74 Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
79 Added wxWizard, wxWizardPageSimple (only from pull-down menu).
81 Hide command for test window.
83 Replacing classes works better.
90 Edit->Locate command (Ctrl-L) for quick selection of items.
91 Works with event-handling controls (buttons, text fields) but
92 not with labels/sizers.
94 Some improvements: relative paths for files supplied as command-
95 line argument work correctly, notebook panels are highlighted
101 Added support for wxGridBagSizer (supported in wxPython 2.5).
106 Added subclass attribute.
111 Fixed problems with wxStaticBitmap (stock_id attribute, icon type
114 Changed some dimensions in properties panel elements.
119 Sizes of some controls were not normal on wxMSW. Fixed.
121 Some changes to test window code to make it resize better and to
122 have focus control with sawfish for all types of windows.
127 Bugs with currentEncoding and frame testing fixed.
129 Some required parameters are set to default if missing.
131 Unsupported classes are tolerated, with warning message.
133 wxScrolledWindow added (to 'control' pulldown menu, not yet to the
136 Multi-line editing for labels and some values (wxTextCtrl,
142 Changed internationalization support. '-i' option removed, default
143 encoding is used (should be defined in sitecustomize.py, or 'ascii' by
144 default). When XRC file is opened with encoding specified,
145 translations are not used.
150 Replace command added (not quite finished yet).
155 Finally implemented tools panel for almost all controls (except
156 wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
159 Changed some sizes in panel to better work with different fonts.
161 Fixed double-refreshing after Ctrl+R.
163 Maybe something else that I've forgot. It's been a looong day... :)
169 Added dialog unit support.
171 Dealing with non-specified required values (set to defaults, if exist).
173 Added 'minsize' parameter of sizeritem.
175 Added '-i' option to turn off translations and use international characters.
180 Mac platform-specific checks.
185 Implemented standard bitmap selection.
187 Fixed a bug in FlexGridSizer code.
192 File browsing (for bitmaps/icons, etc.) had a small problem when current
193 file was not saved yet.
198 Small bug fix for initial don't panic message.
203 Changed program structure, reduced use of global variables (grouped in
204 module 'globals', which creates an instanse 'g' of class Globals.
206 First version of undo/redo working!
208 Support for toolbars inside panels and frames.
210 Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
212 wxMSW-only: added code to switch focus back to main window when test
218 Fixed unicode problem for unicode build.
225 Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
226 control), improved wxXRC format suppor (menu styles, etc.).
228 Some I18N support: parsing "encoding" attribute in XML header, later
229 it can be modified in "properties" panel for "XML tree".
231 UNIX note: currently XML writing for non-ascii chars works only if
232 sys.getdefaultencoding() returns good value. To do this, one has to
233 put following lines to "sitecustomize.py" file:
237 sys.setdefaultencoding('iso-8859-1') # or whatever
243 Some command-line arguments.
245 "Test window" command and toolbar button.
247 New panel interphace (wxHTMLWindow is not used anymore).
249 Toggling between embedded and detached panel.
251 Cache for already used windows.
253 Current top-level control is bold, if test window shown.
257 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
260 contrib/src/xrc/xmlrsall.cpp
262 < AddHandler(new wxListCtrlXmlHandler);
265 > AddHandler(new wxListCtrlXmlHandler);
266 > #if wxUSE_CHECKLISTBOX
268 This is fixed in CVS.
273 Toolbar, bitmap, icon support (no display yet).
275 Changed parameter objects, added support for multiple parameters (like
278 Fixed double-clicking problem with tree control on Windows.
280 Some performance improovements.
286 Added notebook with properties page and style page. Fixed some problems
293 Some fixes suggested by RD
299 Faster preview window refresh.
301 Cut/Paste works better.