]>
Commit | Line | Data |
---|---|---|
1 | --------------------------------------------------------------- | |
2 | wxWidgets Change Log - For more verbose changes, see the manual | |
3 | --------------------------------------------------------------- | |
4 | ||
5 | 2.6.2 | |
6 | ----- | |
7 | ||
8 | All: | |
9 | ||
10 | - Fixed wxScopeGuard to work with VC++, documented it. | |
11 | - Fixed proxy handling in wxURL. | |
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. | |
17 | - wxABI_VERSION, see 'Backward Compatibility' topic overview in the manual. | |
18 | - Added wxLongLong::ToDouble() | |
19 | - Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs | |
20 | ||
21 | All (GUI): | |
22 | ||
23 | - Added wxStaticText::Wrap() | |
24 | - wxChoice and wxComboBox::GetSelection() now returns completed selection, | |
25 | added a new GetCurrentSelection() function having the old behaviour | |
26 | - Added wxXmlResource::Unload(). | |
27 | - Possibility of modeless wxWizard dialog (with presentation in sample). | |
28 | - Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet). | |
29 | Content-type: text/html ]>