]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
minor cleanup (don't use magic numbers)
[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 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.
afafd942
JS
12- Added wxDebugReport class.
13- Added wxTempFileOutputStream by Stas Sergeev.
14- Fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First).
15- Added WXK_SPECIAL keycodes for special hardware buttons.
686a3ee0 16- Fixed bug with wxFile::Seek(-1, wxFromCurrent)
d44d0cbd 17- Added wxString/C array constructors to wxArrayString
265a3864
JS
18
19All (GUI):
20
2a138829
JS
21- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
22 GetBitmap is renamed GetBitmapPtr.
7ab37822 23- Added XPM data constructor to wxImage.
9f8d3f61
VZ
24- Added style parameter to wxBufferedDC to allow buffering just the client, or
25 the whole virtual area.
8ddd9176
JS
26- Restored ability to set a custom splitter sash size with SetSashSize.
27- Fixed wxScrolledWindow sizer behaviour so that the virtual size
28 isn't used to set the window size.
fb4888a6 29- Added wxTE_BESTWRAP (based on patch by Mart Raudsepp)
9ec0e7da
VZ
30- wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED is now only sent once at the end of
31 splitter dragging and not after each CHANGING event (Jacobo Vilella Vilahur)
9f8d3f61 32
f303447b
VZ
33Unix:
34
b554cf63 35- Fixed build on Linux/AMD64
f303447b 36
0d97c090
VZ
37wxMSW:
38
39- Added "orient" parameter to wxMDIParentFrame::Tile()
628c219e 40- wxTextCtrl with wxTE_RICH2 style now uses RichEdit 4.1 if available
a1254663 41- fix handling Alt-key events in wxComboBox (reported by Joakim Roubert)
d181e053 42- wxWindow::Refresh() refreshes the window children as well
0d97c090 43
9b0b5ba7
RR
44wxGTK:
45
46- Improved wxSystemSettings::GetMetric() to work better with X11. (Mart Raudsepp)
b554cf63
JS
47- Corrected wxListBox selection handling.
48- Corrected default button size handling for different themes.
49- Corrected splitter sash size and look for different themes.
50- Fixed keyboard input for dead-keys.
714b4a3d 51- Added support for more wrapping styles (Mart Raudsepp)
b554cf63
JS
52
53wxMac:
54
55- Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for metallic-look windows.
2a138829 56
1a87edf2
WS
57wxPalmOS:
58
afafd942 59- Native wxRadioBox implementation.
b554cf63
JS
60
61wxWinCE:
62
63- Added wxNB_FLAT for flat-look notebooks on Windows CE.
9ceeecb9
JS
64- Titlebar OK button on PocketPC now sends command set by SetAffirmativeId.
65 You can also override wxDialog::DoOK if you need more flexibility.
b554cf63
JS
66- Dialog size now takes into account SIP or menubar.
67- Panels more naturally white on PocketPC.
68- wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
69 with correct titlebar style.
9ceeecb9
JS
70- Frames have Ctrl+Q accelerator set automatically, as per the
71 PocketPC guidelines
72- Documented issues in manual under wxWinCE topic.
afafd942
JS
73- Made (Un)RegisterHotKey WinCE-aware.
74- Sends wxEVT_HIBERNATE event.
75- Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE.
76- Added wxTE_CAPITALIZE for CAPEDIT controls.
ec5f0c24
JS
77- wxDialog::GetToolBar can be used if you need to add buttons
78 to the dialog's toolbar.
1a87edf2 79
19b65a30
VZ
802.5.4
81-----
82
a22d4c5c
VZ
83All:
84
97e490f8
VZ
85- wxEvent and derived classes don't have public members any more, you must
86 use accessors methods now (Mart Raudsepp)
00375592 87- new classes for reading and writing ZIP files (M.J.Wetherell)
70a7bd90 88- large files support for wxFFile (M.J.Wetherell)
4116fac0 89