]>
Commit | Line | Data |
---|---|---|
5fae57de JS |
1 | --------------------------------------------------------------- |
2 | wxWidgets Change Log - For more verbose changes, see the manual | |
3 | --------------------------------------------------------------- | |
d643b80e | 4 | |
254e8e29 VZ |
5 | 2.7.0 |
6 | ----- | |
7 | ||
42d0df00 VZ |
8 | All: |
9 | ||
10 | - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag | |
11 | ||
c6ece595 VZ |
12 | All (GUI): |
13 | ||
14 | - added wxDialog::SetEscapeId() | |
f7c40316 WS |
15 | - wxItemContainerImmutable::FindString unified (affects wxRadioBox, wxListBox, |
16 | wxComboBox and wxChoice) | |
c6ece595 | 17 | |
af1f0a76 VZ |
18 | wxMSW: |
19 | ||
20 | - wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson) | |
e1cffcd6 | 21 | - Switching page of a hidden notebook doesn't lose focus (Jamie Gadd) |
af1f0a76 | 22 | |
254e8e29 VZ |
23 | Unix: |
24 | ||
25 | - NO_GCC_PRAGMA is not used any more, remove checks for it if you used it | |
26 | ||
af1f0a76 | 27 | |
af5d391c WS |
28 | 2.6.2 |
29 | ----- | |
30 | ||
1a64b24d VZ |
31 | All: |
32 | ||
fd725bce WS |
33 | - Fixed wxScopeGuard to work with VC++, documented it. |
34 | - Fixed proxy handling in wxURL. | |
b23030d6 JS |
35 | - Added wxEVT_MEDIA_LOADED event for wxMediaCtrl. |
36 | - Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls). | |
37 | - Added wxZipFSHandler::Cleanup() (Stas Sergeev). | |
38 | - Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson). | |
39 | - Fixed compilation with IBM xlC compiler. | |
e38bddf5 | 40 | - wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual. |
12c69341 JS |
41 | - Added wxLongLong::ToDouble(). |
42 | - Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs. | |
43 | - Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett). | |
bf8ca20d | 44 | - Fixed wxListbook and wxChoicebook internal layout. |
1a64b24d | 45 | |
60fd818a VZ |
46 | All (GUI): |
47 | ||
5d1b4919 | 48 | - Added wxStaticText::Wrap() |
6ba93d23 | 49 | - wxChoice and wxComboBox::GetSelection() now returns completed selection, |
12c69341 | 50 | added a new GetCurrentSelection() function having the old behaviour. |
3285ee53 | 51 | - Added wxXmlResource::Unload(). |
b3eb133b | 52 | - Possibility of modeless wxWizard dialog (with presentation in sample). |
3285ee53 | 53 | - Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet). |
b23030d6 | 54 | Content-type: text/html ]>