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