]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/changes.txt
fix warning about comparing (signed) -1 with (unsigned) in_addr_t under Solaris
[wxWidgets.git] / docs / changes.txt
... / ...
CommitLineData
1-------------------------------------------------------------------
2wxWidgets 2.5 Change Log - For more verbose changes, see the manual
3-------------------------------------------------------------------
4
52.5.5
6-----
7
8All:
9
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
13
14All (GUI):
15
16- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
17 GetBitmap is renamed GetBitmapPtr.
18- Added XPM data constructor to wxImage.
19- Added style parameter to wxBufferedDC to allow buffering just the client, or
20 the whole virtual area.
21
22
23wxPalmOS:
24
25- native wxRadioBox implementation
26
27
282.5.4
29-----
30
31All:
32
33- wxEvent and derived classes don't have public members any more, you must
34 use accessors methods now (Mart Raudsepp)
35- new classes for reading and writing ZIP files (M.J.Wetherell)
36- large files support for wxFFile (M.J.Wetherell)
37