]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
Renderer should only be used for GTK+ 2
[wxWidgets.git] / docs / changes.txt
CommitLineData
5fae57de
JS
1---------------------------------------------------------------
2wxWidgets Change Log - For more verbose changes, see the manual
3---------------------------------------------------------------
d643b80e 4
62705a27
RN
52.6.1
6-----
3bce55ac 7
62705a27 8All:
3bce55ac 9
498a1eeb 10- Added wxLaunchDefaultBrowser.
62705a27 11
870c86bc
JS
12All (GUI):
13
14- Fixed potential infinite loop when adjusting wxScrolledWindow scrollbars.
26c36d75 15- Radio in menus do not send menu event for selections of already selected item.
8da2fe8b 16- Fixed wrong positioning of marks and enumerations in lists of wxHTML.
870c86bc 17
3bce55ac
JS
18wxMSW:
19
8e44f3ca
JS
20- Fixed erroneous selection of content in wxComboBox when within a wxStaticBox
21 (checking for selection caused by WM_STYLECHANGED).
8e44f3ca
JS
22- Added deferred positioning to wxRadioBox, wxSlider and wxSpinCtrl and thereby
23 eliminated some refresh glitches when resizing.
24- Eliminated further refresh glitches caused by wxRadioBox (to nearby controls)
25 by refreshing parent when the radio box moves.
26- Added ability set the system option "msw.staticbox.optimized-paint" to 0 to
27 allow a panel to paint graphics around controls within a static box.
55079b43
JS
28- Worked around an apparent bug in deferred window positioning (moving a
29 window from (x, y) to (a, b) and back to (x, y) misses the last step) by
30 checking window positions against corresponding sizer state, if any.
3db79902
JS
31- A control's text colour now reflects the system colour setting.
32- Fixed wxFileName::GetLongPath() to behave correctly during the first call too.
33- Fixed alpha blitting to take into account source position.
2f259810 34- Setting foreground colour for wxCheckBox now works when using XP themes too
3bce55ac 35
62705a27 36wxMac:
3bce55ac
JS
37
38- Added support for launching 'APPL' bundles with wxExecute (usually they have a
39 .app extension and are the ones that reside in the Applications folder).
40- Fixed a bug in wxGetKeyState where shift and some other keys were returning an
41 incorrect state.
62705a27 42
5fae57de 432.6.0
da865fdd
WS
44-----
45
46All:
47
48- wxPathExists deprecated, use wxDirExists instead.
2f0e16e1 49- Configure: --enable-std_iostreams, --enable-std_string are now the default.
da865fdd 50
5fae57de
JS
51All (GUI):
52
53- Fixed ~wxStatusBar and ~wxToolBar which tried to check
54 non-existent wxFrameBase RTTI, causing a crash if not in a frame.
55
6ecfb2c8
VZ
56wxMSW:
57
5fae57de
JS
58- Fixed static box border when the label is empty.
59- Fixed SetBackgroundColour() to change only label background, not entire box.
2f0e16e1 60- wxHelpController is now aliased to wxCHMHelpController.
5fae57de
JS
61
62wxWinCE:
63
64- Fixed device origin setting and clipping region setting.
6ecfb2c8 65
9fd540ed
MW
66wxGTK:
67- New configure syntax for specifying the GTK+ version.
68 --with-gtk Use GTK 2.x, no fallback
69 --with-gtk=1 Use GTK 1.2, no fallback
70 --with-gtk=2 Use GTK 2.x, no fallback
71 --with-gtk=any Use any available GTK
3128a6fd
RR
72- wxMenuItem::SetText() takes care of hotkeys, too.
73- Reworked text wrapping for wxStaticText.
9fd540ed 74
c9e227f4
RN
75wxMac:
76- Implemented most of the wxFileType and wxMimeTypesManager functions
9fd540ed 77
1a87edf2
WS
782.5.5
79-----
80
2a138829
JS
81All:
82
9f8d3f61 83- wxURI::GetUser() only returns the user name now, use GetUserInfo() to get
b554cf63 84 user and password as in 2.5.4; wxURI::GetPassword() added.
afafd942
JS
85- Added wxDebugReport class.
86- Added wxTempFileOutputStream by Stas Sergeev.
87- Fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First).
88- Added WXK_SPECIAL keycodes for special hardware buttons.
eba99da4
JS
89- Fixed bug with wxFile::Seek(-1, wxFromCurrent).
90- Added wxString/C array constructors to wxArrayString.
96461cc2 91- Added wxMemoryInputStream(wxMemoryOutputStream&) constructor (Stas Sergeev)
265a3864
JS
92
93All (GUI):
94
2a138829
JS
95- Added GetIcon, GetBitmap to wxImageList. wxGenericImageList's original
96 GetBitmap is renamed GetBitmapPtr.
7ab37822 97- Added XPM data constructor to wxImage.
9f8d3f61
VZ
98- Added style parameter to wxBufferedDC to allow buffering just the client, or
99 the whole virtual area.
8ddd9176
JS
100- Restored ability to set a custom splitter sash size with SetSashSize.
101- Fixed wxScrolledWindow sizer behaviour so that the virtual size
102 isn't used to set the window size.
eba99da4 103- Added wxTE_BESTWRAP (based on patch by Mart Raudsepp).
9ec0e7da 104- wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED is now only sent once at the end of
eba99da4 105 splitter dragging and not after each CHANGING event (Jacobo Vilella Vilahur).
5fae57de 106- Added wxImage::IsTransparent().
9f8d3f61 107
f303447b
VZ
108Unix:
109
eba99da4 110- Fixed build on Linux/AMD64.
f303447b 111
0d97c090
VZ
112wxMSW:
113
eba99da4
JS
114- Added "orient" parameter to wxMDIParentFrame::Tile().
115- wxTextCtrl with wxTE_RICH2 style now uses RichEdit 4.1 if available.
116- fix handling Alt-key events in wxComboBox (reported by Joakim Roubert).
117- wxWindow::Refresh() refreshes the window children as well.
118- Improved static box and radio box refresh and background colour
119 handling (Jamie Gadd).
0d97c090 120
9b0b5ba7
RR
121wxGTK:
122
eba99da4 123- Improved wxSystemSettings::GetMetric() to work better with X11 (Mart Raudsepp).
b554cf63
JS
124- Corrected wxListBox selection handling.
125- Corrected default button size handling for different themes.
126- Corrected splitter sash size and look for different themes.
127- Fixed keyboard input for dead-keys.
eba99da4 128- Added support for more wrapping styles (Mart Raudsepp).
f8bc53eb
JS
129- GTK2.4+ wxFileDialog reimplemented to support non-modal usage better,
130 and fix all known bugs (Mart Raudsepp).
b554cf63
JS
131
132wxMac:
133
134- Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for metallic-look windows.
2a138829 135
1a87edf2
WS
136wxPalmOS:
137
afafd942 138- Native wxRadioBox implementation.
b554cf63
JS
139
140wxWinCE:
141
142- Added wxNB_FLAT for flat-look notebooks on Windows CE.
9ceeecb9
JS
143- Titlebar OK button on PocketPC now sends command set by SetAffirmativeId.
144 You can also override wxDialog::DoOK if you need more flexibility.
b554cf63
JS
145- Dialog size now takes into account SIP or menubar.
146- Panels more naturally white on PocketPC.
147- wxDIALOG_EX_CONTEXTHELP ignored on WinCE since it interferes
148 with correct titlebar style.
9ceeecb9
JS
149- Frames have Ctrl+Q accelerator set automatically, as per the
150 PocketPC guidelines
151- Documented issues in manual under wxWinCE topic.
afafd942
JS
152- Made (Un)RegisterHotKey WinCE-aware.
153- Sends wxEVT_HIBERNATE event.
154- Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE.
155- Added wxTE_CAPITALIZE for CAPEDIT controls.
ec5f0c24
JS
156- wxDialog::GetToolBar can be used if you need to add buttons
157 to the dialog's toolbar.
1a87edf2 158
19b65a30
VZ
1592.5.4
160-----
161
a22d4c5c
VZ
162All:
163
97e490f8
VZ
164- wxEvent and derived classes don't have public members any more, you must
165 use accessors methods now (Mart Raudsepp)
00375592 166- new classes for reading and writing ZIP files (M.J.Wetherell)
70a7bd90 167- large files support for wxFFile (M.J.Wetherell)
4116fac0 168