]>
Commit | Line | Data |
---|---|---|
ae4bd80a RN |
1 | ------------------------------------------------------------------- |
2 | wxWidgets 2.5 Change Log - For more verbose changes, see the manual | |
3 | ------------------------------------------------------------------- | |
d643b80e | 4 | |
1a87edf2 WS |
5 | 2.5.5 |
6 | ----- | |
7 | ||
2a138829 JS |
8 | All: |
9 | ||
10 | - Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original | |
11 | GetBitmap is renamed GetBitmapPtr. | |
7ab37822 | 12 | - Added XPM data constructor to wxImage. |
9314633b RN |
13 | - wxURI::GetUser and wxURI::HasUser have been renamed to wxURI::GetUserInfo and wxURI::HasUserInfo respectively so that wxURI::GetUser returns the old username that were in the HTTP specification along with wxURI::GetPassword (Note that if you used wxURI::GetUser from 2.5.3 you should rename all instances of it to wxURI::GetUserInfo). |
14 | ||
2a138829 | 15 | |
1a87edf2 WS |
16 | wxPalmOS: |
17 | ||
18 | - native wxRadioBox implementation | |
19 | ||
20 | ||
19b65a30 VZ |
21 | 2.5.4 |
22 | ----- | |
23 | ||
a22d4c5c VZ |
24 | All: |
25 | ||
97e490f8 VZ |
26 | - wxEvent and derived classes don't have public members any more, you must |
27 | use accessors methods now (Mart Raudsepp) | |
00375592 | 28 | - new classes for reading and writing ZIP files (M.J.Wetherell) |
70a7bd90 | 29 | - large files support for wxFFile (M.J.Wetherell) |
4116fac0 | 30 |