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