]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
Added wxNB_FLAT for WinCE property sheet tabs
[wxWidgets.git] / docs / changes.txt
CommitLineData
ae4bd80a
RN
1-------------------------------------------------------------------
2wxWidgets 2.5 Change Log - For more verbose changes, see the manual
3-------------------------------------------------------------------
d643b80e 4
1a87edf2
WS
52.5.5
6-----
7
2a138829
JS
8All:
9
9f8d3f61 10- wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
b554cf63
JS
11 user and password as in 2.5.4; wxURI::GetPassword() added.
12- Added wxDebugReport class.
265a3864
JS
13
14All (GUI):
15
2a138829
JS
16- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
17 GetBitmap is renamed GetBitmapPtr.
7ab37822 18- Added XPM data constructor to wxImage.
9f8d3f61
VZ
19- Added style parameter to wxBufferedDC to allow buffering just the client, or
20 the whole virtual area.
21
f303447b
VZ
22Unix:
23
b554cf63 24- Fixed build on Linux/AMD64
f303447b 25
9b0b5ba7
RR
26wxGTK:
27
28- Improved wxSystemSettings::GetMetric() to work better with X11. (Mart Raudsepp)
b554cf63
JS
29- Corrected wxListBox selection handling.
30- Corrected default button size handling for different themes.
31- Corrected splitter sash size and look for different themes.
32- Fixed keyboard input for dead-keys.
33
34wxMac:
35
36- Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for metallic-look windows.
2a138829 37
1a87edf2
WS
38wxPalmOS:
39
b554cf63
JS
40- native wxRadioBox implementation.
41
42wxWinCE:
43
44- Added wxNB_FLAT for flat-look notebooks on Windows CE.
45- Titlebar OK button on PocketPC now looks for OK, Cancel, Close buttons.
46- Dialog size now takes into account SIP or menubar.
47- Panels more naturally white on PocketPC.
48- wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
49 with correct titlebar style.
1a87edf2
WS
50
51
19b65a30
VZ
522.5.4
53-----
54
a22d4c5c
VZ
55All:
56
97e490f8
VZ
57- wxEvent and derived classes don't have public members any more, you must
58 use accessors methods now (Mart Raudsepp)
00375592 59- new classes for reading and writing ZIP files (M.J.Wetherell)
70a7bd90 60- large files support for wxFFile (M.J.Wetherell)
4116fac0 61