]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/XRCed/CHANGES.txt
reSWIGged
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
CommitLineData
8b9a4190
RD
10.1.1-4
2-------
3
4Fixed problems with wxStaticBitmap (stock_id attribute, icon type
5switching).
6
7Changed some dimensions in properties panel elements.
8
1fded56b
RD
90.1.1-3
10-------
11
12Sizes of some controls were not normal on wxMSW. Fixed.
13
14Some changes to test window code to make it resize better and to
15have focus control with sawfish for all types of windows.
16
170.1.1-2
18-------
19
20Bugs with currentEncoding and frame testing fixed.
21
22Some required parameters are set to default if missing.
23
24Unsupported classes are tolerated, with warning message.
25
26wxScrolledWindow added (to 'control' pulldown menu, not yet to the
27tool palette).
28
29Multi-line editing for labels and some values (wxTextCtrl,
30wxHtmlWindow).
31
320.1.1-1
33-------
34
35Changed internationalization support. '-i' option removed, default
36encoding is used (should be defined in sitecustomize.py, or 'ascii' by
37default). When XRC file is opened with encoding specified,
38translations are not used.
39
400.1.1
41-----
42
43Replace command added (not quite finished yet).
44
1e4a197e
RD
450.1.0
46-----
47
48Finally implemented tools panel for almost all controls (except
49wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
50rarely used).
51
52Changed some sizes in panel to better work with different fonts.
53
54Fixed double-refreshing after Ctrl+R.
55
56Maybe something else that I've forgot. It's been a looong day... :)
57
1fded56b 58
1e4a197e
RD
590.0.9-6
60-------
61
62Added dialog unit support.
63
64Dealing with non-specified required values (set to defaults, if exist).
65
66Added 'minsize' parameter of sizeritem.
67
68Added '-i' option to turn off translations and use international characters.
69
700.0.9-5
71-------
72
73Mac platform-specific checks.
74
750.0.9-4
76-------
77
78Implemented standard bitmap selection.
79
80Fixed a bug in FlexGridSizer code.
81
820.0.9-3
83-------
84
85File browsing (for bitmaps/icons, etc.) had a small problem when current
86file was not saved yet.
87
880.0.9-2
89-------
90
91Small bug fix for initial don't panic message.
92
930.0.9-1
94-------
95
96Changed program structure, reduced use of global variables (grouped in
97module 'globals', which creates an instanse 'g' of class Globals.
98
99First version of undo/redo working!
100
101Support for toolbars inside panels and frames.
102
103Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
104
105wxMSW-only: added code to switch focus back to main window when test
106window is updated.
107
1080.0.8-2
109-------
110
111Fixed unicode problem for unicode build.
112
1130.0.8-1
114-------
115
116Using WX_2_4_BRANCH.
117
118Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
119control), improved wxXRC format suppor (menu styles, etc.).
120
121Some I18N support: parsing "encoding" attribute in XML header, later
122it can be modified in "properties" panel for "XML tree".
123
124UNIX note: currently XML writing for non-ascii chars works only if
125sys.getdefaultencoding() returns good value. To do this, one has to
126put following lines to "sitecustomize.py" file:
127
128# Start code segment
129import sys
130sys.setdefaultencoding('iso-8859-1') # or whatever
131# End code segment
132
1330.0.7
134-----
135
136Some command-line arguments.
137
138"Test window" command and toolbar button.
139
140New panel interphace (wxHTMLWindow is not used anymore).
141
142Toggling between embedded and detached panel.
143
144Cache for already used windows.
145
146Current top-level control is bold, if test window shown.
147
148Undo/redo broken.
149
150CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
151wxWin):
152
153contrib/src/xrc/xmlrsall.cpp
15445,46c45,46
155< AddHandler(new wxListCtrlXmlHandler);
156< #if CHECKLISTBOX
157---
158> AddHandler(new wxListCtrlXmlHandler);
159> #if wxUSE_CHECKLISTBOX
160
161This is fixed in CVS.
162
1630.0.6
164-----
165
166Toolbar, bitmap, icon support (no display yet).
167
168Changed parameter objects, added support for multiple parameters (like
169`growablecols').
170
171Fixed double-clicking problem with tree control on Windows.
172
173Some performance improovements.
174
175
1760.0.5
177-----
178
179Added notebook with properties page and style page. Fixed some problems
180on Windows.
181
182
1830.0.4
184-----
185
186Some fixes suggested by RD
187
188
1890.0.3
190-----
191
192Faster preview window refresh.
193
194Cut/Paste works better.
195
196Some tree icons.
197
198Tree item names.
199
200Bugfixes.
201
202
2030.0.2
204-----
205
206The first release.
207