]> git.saurik.com Git - wxWidgets.git/blame - docs/release.txt
Partially rewrote rotation code due to a potential alignment problem
[wxWidgets.git] / docs / release.txt
CommitLineData
6adaedf0
JS
1wxWindows Release Notes
2-----------------------
3
55746b4c
VS
42.1.13
5======
6
7- New wxEncodingConverter class
8
9
ccebc98a
JS
102.1.12
11======
12
13- New wxDateTime class to replace millenium-uncompliant wxTime
14 and wxDate classes.
15
16- New wxCalendarCtrl class and sample.
17
18- New wxCmdLineParser class.
19
20- wxHTML printing and other improvements.
21
22- Life sample added.
23
24- TIFF support added to wxImage.
25
6adaedf0
JS
262.1.11
27======
28
29- wxMenu no longer takes a wxFunction argument: either use
30 event handlers in the menu's host window or set WXWIN_COMPATIBILITY
31 to 1 in setup.h, and recompile.
32
33- wxMotif still lags behind other ports but is in much better
34 shape than the 2.0.1 distribution.
35
36- Clipboard/drag and drop is still not implemented in wxMotif.
37
38- The new wxGrid implementation is in beta, but the original
39 implementation can be restored by setting wxUSE_NEW_GRID
40 to 0 (in wxMSW) or passing --disable-newgrid to configure
41 (wxGTK/wxMSW). Pass --enable-newgrid to configure to enable
42 the new implementation.
43
44- wxHTML is partially working in wxMotif. The About sample
45 works, but the others exhibit refresh problems. So light
46 use of wxHTML is recommended on wxMotif.
47
48- The wxHTML helpview application crashes on exit if
49 using VC++ 6 in release mode and loading a large amount of
50 HTML (such as the wxWindows manual generated using Tex2RTF).
51 This may be a compiler problem and will be investigated
52 for 2.1.12.
55746b4c 53 [ fixed since 2.1.13 ]
6adaedf0
JS
54
55- wxHTML printing has spacing problems under Windows, and may not
56 work fully under Unix. Hopefully this will be resolved for 2.1.12.
55746b4c 57 [ fixed since 2.1.12 ]
a925b006
JS
58
59- wxStaticBox under Windows obscures controls placed within it:
60 this will be fixed in 2.1.12.
61
62- wxStaticBitmap under Windows doesn't respect the transparency mask.
63