]> git.saurik.com Git - wxWidgets.git/blob - wxPython/tools/XRCed/CHANGES
A new version of XRCed from Roman Rolinsky with a few tweaks by me.
[wxWidgets.git] / wxPython / tools / XRCed / CHANGES
1 0.0.7
2 -----
3
4 Some command-line arguments.
5
6 "Test window" command and toolbar button.
7
8 New panel interphace (wxHTMLWindow is not used anymore).
9
10 Toggling between embedded and detached panel.
11
12 Cache for already used windows.
13
14 Current top-level control is bold, if test window shown.
15
16 Undo/redo broken.
17
18 CheckListBox does not work unless wxXRC source fixed (in both wxPytnon and
19 wxWin):
20
21 contrib/src/xrc/xmlrsall.cpp
22 45,46c45,46
23 < AddHandler(new wxListCtrlXmlHandler);
24 < #if CHECKLISTBOX
25 ---
26 > AddHandler(new wxListCtrlXmlHandler);
27 > #if wxUSE_CHECKLISTBOX
28
29
30 0.0.6
31 -----
32
33 Toolbar, bitmap, icon support (no display yet).
34
35 Changed parameter objects, added support for multiple parameters (like
36 `growablecols').
37
38 Fixed double-clicking problem with tree control on Windows.
39
40 Some performance improovements.
41
42 0.0.5
43 -----
44
45 Added notebook with properties page and style page. Fixed some problems
46 on Windows.
47
48 0.0.4
49 -----
50
51 Some fixes suggested by RD
52
53 0.0.3
54 -----
55
56 Faster preview window refresh.
57
58 Cut/Paste works better.
59
60 Some tree icons.
61
62 Tree item names.
63
64 Bugfixes.
65
66
67 0.0.2
68 -----
69
70 The first release.
71