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