]>
Commit | Line | Data |
---|---|---|
f0c20d94 RD |
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 | ||
d21441bd | 29 | This is fixed in CVS. |
f0c20d94 | 30 | |
32ce09e2 RD |
31 | 0.0.6 |
32 | ----- | |
33 | ||
34 | Toolbar, bitmap, icon support (no display yet). | |
35 | ||
36 | Changed parameter objects, added support for multiple parameters (like | |
37 | `growablecols'). | |
38 | ||
39 | Fixed double-clicking problem with tree control on Windows. | |
40 | ||
41 | Some performance improovements. | |
42 | ||
18fc9fa3 | 43 | |
a40b5e84 RD |
44 | 0.0.5 |
45 | ----- | |
46 | ||
47 | Added notebook with properties page and style page. Fixed some problems | |
48 | on Windows. | |
49 | ||
18fc9fa3 | 50 | |
a40b5e84 RD |
51 | 0.0.4 |
52 | ----- | |
53 | ||
54 | Some fixes suggested by RD | |
55 | ||
18fc9fa3 | 56 | |
09f3d4e6 RD |
57 | 0.0.3 |
58 | ----- | |
59 | ||
60 | Faster preview window refresh. | |
61 | ||
62 | Cut/Paste works better. | |
63 | ||
64 | Some tree icons. | |
65 | ||
66 | Tree item names. | |
67 | ||
68 | Bugfixes. | |
69 | ||
70 | ||
71 | 0.0.2 | |
72 | ----- | |
73 | ||
74 | The first release. | |
75 |