]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
removed wx_dynamic_cast(), it can't be implemented properly without real dynamic_cast<>
[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
VZ
10- wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
11 user and password as in 2.5.4; wxURI::GetPassword() added
12- added wx_dynamic_cast() macro
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
9b0b5ba7
RR
22wxGTK:
23
24- Improved wxSystemSettings::GetMetric() to work better with X11. (Mart Raudsepp)
2a138829 25
1a87edf2
WS
26wxPalmOS:
27
28- native wxRadioBox implementation
29
30
19b65a30
VZ
312.5.4
32-----
33
a22d4c5c
VZ
34All:
35
97e490f8
VZ
36- wxEvent and derived classes don't have public members any more, you must
37 use accessors methods now (Mart Raudsepp)
00375592 38- new classes for reading and writing ZIP files (M.J.Wetherell)
70a7bd90 39- large files support for wxFFile (M.J.Wetherell)
4116fac0 40