]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
Fix previous change in case somebody is still using
[wxWidgets.git] / docs / changes.txt
CommitLineData
5fae57de
JS
1---------------------------------------------------------------
2wxWidgets Change Log - For more verbose changes, see the manual
3---------------------------------------------------------------
d643b80e 4
5fae57de 52.6.0
da865fdd
WS
6-----
7
8All:
9
10- wxPathExists deprecated, use wxDirExists instead.
11
5fae57de
JS
12All (GUI):
13
14- Fixed ~wxStatusBar and ~wxToolBar which tried to check
15 non-existent wxFrameBase RTTI, causing a crash if not in a frame.
16
6ecfb2c8
VZ
17wxMSW:
18
5fae57de
JS
19- Fixed static box border when the label is empty.
20- Fixed SetBackgroundColour() to change only label background, not entire box.
21- wxHelpController is now aliased to wxBestHelpController.
22
23wxWinCE:
24
25- Fixed device origin setting and clipping region setting.
6ecfb2c8 26
1a87edf2
WS
272.5.5
28-----
29
2a138829
JS
30All:
31
9f8d3f61 32- wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
b554cf63 33 user and password as in 2.5.4; wxURI::GetPassword() added.
afafd942
JS
34- Added wxDebugReport class.
35- Added wxTempFileOutputStream by Stas Sergeev.
36- Fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First).
37- Added WXK_SPECIAL keycodes for special hardware buttons.
eba99da4
JS
38- Fixed bug with wxFile::Seek(-1, wxFromCurrent).
39- Added wxString/C array constructors to wxArrayString.
96461cc2 40- Added wxMemoryInputStream(wxMemoryOutputStream&) constructor (Stas Sergeev)
265a3864
JS
41
42All (GUI):
43
2a138829
JS
44- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
45 GetBitmap is renamed GetBitmapPtr.
7ab37822 46- Added XPM data constructor to wxImage.
9f8d3f61
VZ
47- Added style parameter to wxBufferedDC to allow buffering just the client, or
48 the whole virtual area.
8ddd9176
JS
49- Restored ability to set a custom splitter sash size with SetSashSize.
50- Fixed wxScrolledWindow sizer behaviour so that the virtual size
51 isn't used to set the window size.
eba99da4 52- Added wxTE_BESTWRAP (based on patch by Mart Raudsepp).
9ec0e7da 53- wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED is now only sent once at the end of
eba99da4 54 splitter dragging and not after each CHANGING event (Jacobo Vilella Vilahur).
5fae57de 55- Added wxImage::IsTransparent().
9f8d3f61 56
f303447b
VZ
57Unix:
58
eba99da4 59- Fixed build on Linux/AMD64.
f303447b 60
0d97c090
VZ
61wxMSW:
62
eba99da4
JS
63- Added "orient" parameter to wxMDIParentFrame::Tile().
64- wxTextCtrl with wxTE_RICH2 style now uses RichEdit 4.1 if available.
65- fix handling Alt-key events in wxComboBox (reported by Joakim Roubert).
66- wxWindow::Refresh() refreshes the window children as well.
67- Improved static box and radio box refresh and background colour
68 handling (Jamie Gadd).
0d97c090 69
9b0b5ba7
RR
70wxGTK:
71
eba99da4 72- Improved wxSystemSettings::GetMetric() to work better with X11 (Mart Raudsepp).
b554cf63
JS
73- Corrected wxListBox selection handling.
74- Corrected default button size handling for different themes.
75- Corrected splitter sash size and look for different themes.
76- Fixed keyboard input for dead-keys.
eba99da4 77- Added support for more wrapping styles (Mart Raudsepp).
f8bc53eb
JS
78- GTK2.4+ wxFileDialog reimplemented to support non-modal usage better,
79 and fix all known bugs (Mart Raudsepp).
b554cf63
JS
80
81wxMac:
82
83- Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for metallic-look windows.
2a138829 84
1a87edf2
WS
85wxPalmOS:
86
afafd942 87- Native wxRadioBox implementation.
b554cf63
JS
88
89wxWinCE:
90
91- Added wxNB_FLAT for flat-look notebooks on Windows CE.
9ceeecb9
JS
92- Titlebar OK button on PocketPC now sends command set by SetAffirmativeId.
93 You can also override wxDialog::DoOK if you need more flexibility.
b554cf63
JS
94- Dialog size now takes into account SIP or menubar.
95- Panels more naturally white on PocketPC.
96- wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
97 with correct titlebar style.
9ceeecb9
JS
98- Frames have Ctrl+Q accelerator set automatically, as per the
99 PocketPC guidelines
100- Documented issues in manual under wxWinCE topic.
afafd942
JS
101- Made (Un)RegisterHotKey WinCE-aware.
102- Sends wxEVT_HIBERNATE event.
103- Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE.
104- Added wxTE_CAPITALIZE for CAPEDIT controls.
ec5f0c24
JS
105- wxDialog::GetToolBar can be used if you need to add buttons
106 to the dialog's toolbar.
1a87edf2 107
19b65a30
VZ
1082.5.4
109-----
110
a22d4c5c
VZ
111All:
112
97e490f8
VZ
113- wxEvent and derived classes don't have public members any more, you must
114 use accessors methods now (Mart Raudsepp)
00375592 115- new classes for reading and writing ZIP files (M.J.Wetherell)
70a7bd90 116- large files support for wxFFile (M.J.Wetherell)
4116fac0 117