]> git.saurik.com Git - wxWidgets.git/blame - wxPython/tools/XRCed/CHANGES
swigged updates for wxGTK
[wxWidgets.git] / wxPython / 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
29
32ce09e2
RD
300.0.6
31-----
32
33Toolbar, bitmap, icon support (no display yet).
34
35Changed parameter objects, added support for multiple parameters (like
36`growablecols').
37
38Fixed double-clicking problem with tree control on Windows.
39
40Some performance improovements.
41
18fc9fa3 42
a40b5e84
RD
430.0.5
44-----
45
46Added notebook with properties page and style page. Fixed some problems
47on Windows.
48
18fc9fa3 49
a40b5e84
RD
500.0.4
51-----
52
53Some fixes suggested by RD
54
18fc9fa3 55
09f3d4e6
RD
560.0.3
57-----
58
59Faster preview window refresh.
60
61Cut/Paste works better.
62
63Some tree icons.
64
65Tree item names.
66
67Bugfixes.
68
69
700.0.2
71-----
72
73The first release.
74