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