]>
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 | ||
9f8d3f61 | 10 | - wxURI::GetUser() only returns the user name now, use GetUserInfo() to get |
b554cf63 | 11 | user and password as in 2.5.4; wxURI::GetPassword() added. |
af80bc92 | 12 | - added wxDebugReport class. |
e0357c02 | 13 | - added wxTempFileOutputStream by Stas Sergeev |
af80bc92 | 14 | - fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First) |
265a3864 JS |
15 | |
16 | All (GUI): | |
17 | ||
2a138829 JS |
18 | - Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original |
19 | GetBitmap is renamed GetBitmapPtr. | |
7ab37822 | 20 | - Added XPM data constructor to wxImage. |
9f8d3f61 VZ |
21 | - Added style parameter to wxBufferedDC to allow buffering just the client, or |
22 | the whole virtual area. | |
8ddd9176 JS |
23 | - Restored ability to set a custom splitter sash size with SetSashSize. |
24 | - Fixed wxScrolledWindow sizer behaviour so that the virtual size | |
25 | isn't used to set the window size. | |
9f8d3f61 | 26 | |
f303447b VZ |
27 | Unix: |
28 | ||
b554cf63 | 29 | - Fixed build on Linux/AMD64 |
f303447b | 30 | |
9b0b5ba7 RR |
31 | wxGTK: |
32 | ||
33 | - Improved wxSystemSettings::GetMetric() to work better with X11. (Mart Raudsepp) | |
b554cf63 JS |
34 | - Corrected wxListBox selection handling. |
35 | - Corrected default button size handling for different themes. | |
36 | - Corrected splitter sash size and look for different themes. | |
37 | - Fixed keyboard input for dead-keys. | |
38 | ||
39 | wxMac: | |
40 | ||
41 | - Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for metallic-look windows. | |
2a138829 | 42 | |
1a87edf2 WS |
43 | wxPalmOS: |
44 | ||
b554cf63 JS |
45 | - native wxRadioBox implementation. |
46 | ||
47 | wxWinCE: | |
48 | ||
49 | - Added wxNB_FLAT for flat-look notebooks on Windows CE. | |
9ceeecb9 JS |
50 | - Titlebar OK button on PocketPC now sends command set by SetAffirmativeId. |
51 | You can also override wxDialog::DoOK if you need more flexibility. | |
b554cf63 JS |
52 | - Dialog size now takes into account SIP or menubar. |
53 | - Panels more naturally white on PocketPC. | |
54 | - wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes | |
55 | with correct titlebar style. | |
9ceeecb9 JS |
56 | - Frames have Ctrl+Q accelerator set automatically, as per the |
57 | PocketPC guidelines | |
58 | - Documented issues in manual under wxWinCE topic. | |
1a87edf2 WS |
59 | |
60 | ||
19b65a30 VZ |
61 | 2.5.4 |
62 | ----- | |
63 | ||
a22d4c5c VZ |
64 | All: |
65 | ||
97e490f8 VZ |
66 | - wxEvent and derived classes don't have public members any more, you must |
67 | use accessors methods now (Mart Raudsepp) | |
00375592 | 68 | - new classes for reading and writing ZIP files (M.J.Wetherell) |
70a7bd90 | 69 | - large files support for wxFFile (M.J.Wetherell) |
4116fac0 | 70 |