]>
Commit | Line | Data |
---|---|---|
6adaedf0 JS |
1 | wxWindows Release Notes |
2 | ----------------------- | |
3 | ||
4 | 2.1.11 | |
5 | ====== | |
6 | ||
7 | - wxMenu no longer takes a wxFunction argument: either use | |
8 | event handlers in the menu's host window or set WXWIN_COMPATIBILITY | |
9 | to 1 in setup.h, and recompile. | |
10 | ||
11 | - wxMotif still lags behind other ports but is in much better | |
12 | shape than the 2.0.1 distribution. | |
13 | ||
14 | - Clipboard/drag and drop is still not implemented in wxMotif. | |
15 | ||
16 | - The new wxGrid implementation is in beta, but the original | |
17 | implementation can be restored by setting wxUSE_NEW_GRID | |
18 | to 0 (in wxMSW) or passing --disable-newgrid to configure | |
19 | (wxGTK/wxMSW). Pass --enable-newgrid to configure to enable | |
20 | the new implementation. | |
21 | ||
22 | - wxHTML is partially working in wxMotif. The About sample | |
23 | works, but the others exhibit refresh problems. So light | |
24 | use of wxHTML is recommended on wxMotif. | |
25 | ||
26 | - The wxHTML helpview application crashes on exit if | |
27 | using VC++ 6 in release mode and loading a large amount of | |
28 | HTML (such as the wxWindows manual generated using Tex2RTF). | |
29 | This may be a compiler problem and will be investigated | |
30 | for 2.1.12. | |
31 | ||
32 | - wxHTML printing has spacing problems under Windows, and may not | |
33 | work fully under Unix. Hopefully this will be resolved for 2.1.12. | |
a925b006 JS |
34 | |
35 | - wxStaticBox under Windows obscures controls placed within it: | |
36 | this will be fixed in 2.1.12. | |
37 | ||
38 | - wxStaticBitmap under Windows doesn't respect the transparency mask. | |
39 |