]>
Commit | Line | Data |
---|---|---|
5fae57de JS |
1 | --------------------------------------------------------------- |
2 | wxWidgets Change Log - For more verbose changes, see the manual | |
3 | --------------------------------------------------------------- | |
d643b80e | 4 | |
af5d391c WS |
5 | 2.6.2 |
6 | ----- | |
7 | ||
1a64b24d VZ |
8 | All: |
9 | ||
fd725bce WS |
10 | - Fixed wxScopeGuard to work with VC++, documented it. |
11 | - Fixed proxy handling in wxURL. | |
b23030d6 JS |
12 | - Added wxEVT_MEDIA_LOADED event for wxMediaCtrl. |
13 | - Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls). | |
14 | - Added wxZipFSHandler::Cleanup() (Stas Sergeev). | |
15 | - Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson). | |
16 | - Fixed compilation with IBM xlC compiler. | |
e38bddf5 | 17 | - wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual. |
e7aaf2de | 18 | - Added wxLongLong::ToDouble() |
d26adb9d | 19 | - Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs |
c15b71ae | 20 | - Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett) |
bf8ca20d | 21 | - Fixed wxListbook and wxChoicebook internal layout. |
1a64b24d | 22 | |
60fd818a VZ |
23 | All (GUI): |
24 | ||
5d1b4919 | 25 | - Added wxStaticText::Wrap() |
6ba93d23 VZ |
26 | - wxChoice and wxComboBox::GetSelection() now returns completed selection, |
27 | added a new GetCurrentSelection() function having the old behaviour | |
3285ee53 | 28 | - Added wxXmlResource::Unload(). |
b3eb133b | 29 | - Possibility of modeless wxWizard dialog (with presentation in sample). |
3285ee53 | 30 | - Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet). |
b23030d6 | 31 | Content-type: text/html ]>