]> git.saurik.com Git - wxWidgets.git/blame - wxPython/wx/tools/XRCed/CHANGES.txt
MinGW fix.
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
CommitLineData
64bce500
RR
10.1.5-1
2-------
3
4Added wxWizard, wxWizardPageSimple (only from pull-down menu).
5
6Hide command for test window.
7
8Replacing classes works better.
9
10Added Locate tool.
11
ab24d442
RR
120.1.4-1
13-------
14
15Edit->Locate command (Ctrl-L) for quick selection of items.
16Works with event-handling controls (buttons, text fields) but
17not with labels/sizers.
18
19Some improvements: relative paths for files supplied as command-
20line argument work correctly, notebook panels are highlighted
21better.
22
a4c013b2
RR
230.1.2-1
24_______
25
26Added support for wxGridBagSizer (supported in wxPython 2.5).
27
280.1.1-5
29-------
30
31Added subclass attribute.
32
8b9a4190
RD
330.1.1-4
34-------
35
36Fixed problems with wxStaticBitmap (stock_id attribute, icon type
37switching).
38
39Changed some dimensions in properties panel elements.
40
1fded56b
RD
410.1.1-3
42-------
43
44Sizes of some controls were not normal on wxMSW. Fixed.
45
46Some changes to test window code to make it resize better and to
47have focus control with sawfish for all types of windows.
48
490.1.1-2
50-------
51
52Bugs with currentEncoding and frame testing fixed.
53
54Some required parameters are set to default if missing.
55
56Unsupported classes are tolerated, with warning message.
57
58wxScrolledWindow added (to 'control' pulldown menu, not yet to the
59tool palette).
60
61Multi-line editing for labels and some values (wxTextCtrl,
62wxHtmlWindow).
63
640.1.1-1
65-------
66
67Changed internationalization support. '-i' option removed, default
68encoding is used (should be defined in sitecustomize.py, or 'ascii' by
69default). When XRC file is opened with encoding specified,
70translations are not used.
71
720.1.1
73-----
74
75Replace command added (not quite finished yet).
76
1e4a197e
RD
770.1.0
78-----
79
80Finally implemented tools panel for almost all controls (except
81wxHtmlWindow, wxCalendarCtrl and wxGenericDirCtrl - they are too
82rarely used).
83
84Changed some sizes in panel to better work with different fonts.
85
86Fixed double-refreshing after Ctrl+R.
87
88Maybe something else that I've forgot. It's been a looong day... :)
89
1fded56b 90
1e4a197e
RD
910.0.9-6
92-------
93
94Added dialog unit support.
95
96Dealing with non-specified required values (set to defaults, if exist).
97
98Added 'minsize' parameter of sizeritem.
99
100Added '-i' option to turn off translations and use international characters.
101
1020.0.9-5
103-------
104
105Mac platform-specific checks.
106
1070.0.9-4
108-------
109
110Implemented standard bitmap selection.
111
112Fixed a bug in FlexGridSizer code.
113
1140.0.9-3
115-------
116
117File browsing (for bitmaps/icons, etc.) had a small problem when current
118file was not saved yet.
119
1200.0.9-2
121-------
122
123Small bug fix for initial don't panic message.
124
1250.0.9-1
126-------
127
128Changed program structure, reduced use of global variables (grouped in
129module 'globals', which creates an instanse 'g' of class Globals.
130
131First version of undo/redo working!
132
133Support for toolbars inside panels and frames.
134
135Added 'container' submenu for creating Panel, Notebook and ToolBar objects.
136
137wxMSW-only: added code to switch focus back to main window when test
138window is updated.
139
1400.0.8-2
141-------
142
143Fixed unicode problem for unicode build.
144
1450.0.8-1
146-------
147
148Using WX_2_4_BRANCH.
149
150Added new controls: wxSpinCtrl, wxGenericDirCtrl, unknown (custom
151control), improved wxXRC format suppor (menu styles, etc.).
152
153Some I18N support: parsing "encoding" attribute in XML header, later
154it can be modified in "properties" panel for "XML tree".
155
156UNIX note: currently XML writing for non-ascii chars works only if
157sys.getdefaultencoding() returns good value. To do this, one has to
158put following lines to "sitecustomize.py" file:
159
160# Start code segment
161import sys
162sys.setdefaultencoding('iso-8859-1') # or whatever
163# End code segment
164
1650.0.7
166-----
167
168Some command-line arguments.
169
170"Test window" command and toolbar button.
171
172New panel interphace (wxHTMLWindow is not used anymore).
173
174Toggling between embedded and detached panel.
175
176Cache for already used windows.
177
178Current top-level control is bold, if test window shown.
179
180Undo/redo broken.
181
182CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
183wxWin):
184
185contrib/src/xrc/xmlrsall.cpp
18645,46c45,46
187< AddHandler(new wxListCtrlXmlHandler);
188< #if CHECKLISTBOX
189---
190> AddHandler(new wxListCtrlXmlHandler);
191> #if wxUSE_CHECKLISTBOX
192
193This is fixed in CVS.
194
1950.0.6
196-----
197
198Toolbar, bitmap, icon support (no display yet).
199
200Changed parameter objects, added support for multiple parameters (like
201`growablecols').
202
203Fixed double-clicking problem with tree control on Windows.
204
205Some performance improovements.
206
207
2080.0.5
209-----
210
211Added notebook with properties page and style page. Fixed some problems
212on Windows.
213
214
2150.0.4
216-----
217
218Some fixes suggested by RD
219
220
2210.0.3
222-----
223
224Faster preview window refresh.
225
226Cut/Paste works better.
227
228Some tree icons.
229
230Tree item names.
231
232Bugfixes.
233
234
2350.0.2
236-----
237
238The first release.
239