]>
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. |
2a138829 | 13 | |
1a87edf2 WS |
14 | wxPalmOS: |
15 | ||
16 | - native wxRadioBox implementation | |
17 | ||
18 | ||
19b65a30 VZ |
19 | 2.5.4 |
20 | ----- | |
21 | ||
a22d4c5c VZ |
22 | All: |
23 | ||
97e490f8 VZ |
24 | - wxEvent and derived classes don't have public members any more, you must |
25 | use accessors methods now (Mart Raudsepp) | |
00375592 | 26 | - new classes for reading and writing ZIP files (M.J.Wetherell) |
70a7bd90 | 27 | - large files support for wxFFile (M.J.Wetherell) |
4116fac0 | 28 |