]> 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
a40b5e84
RD
420.0.5
43-----
44
45Added notebook with properties page and style page. Fixed some problems
46on Windows.
47
480.0.4
49-----
50
51Some fixes suggested by RD
52
09f3d4e6
RD
530.0.3
54-----
55
56Faster preview window refresh.
57
58Cut/Paste works better.
59
60Some tree icons.
61
62Tree item names.
63
64Bugfixes.
65
66
670.0.2
68-----
69
70The first release.
71