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