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