]> git.saurik.com Git - wxWidgets.git/blob - wxPython/tools/XRCed/CHANGES
Fixes for documentation compilation
[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
43 0.0.5
44 -----
45
46 Added notebook with properties page and style page. Fixed some problems
47 on Windows.
48
49
50 0.0.4
51 -----
52
53 Some fixes suggested by RD
54
55
56 0.0.3
57 -----
58
59 Faster preview window refresh.
60
61 Cut/Paste works better.
62
63 Some tree icons.
64
65 Tree item names.
66
67 Bugfixes.
68
69
70 0.0.2
71 -----
72
73 The first release.
74