]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/changes.txt
fixed wxRegionRefData copy ctor (patch 1274403)
[wxWidgets.git] / docs / changes.txt
... / ...
Content-type: text/html ]> git.saurik.com Git - wxWidgets.git/blame_incremental - docs/changes.txt


500 - Internal Server Error

Malformed UTF-8 character (fatal) at /usr/lib/x86_64-linux-gnu/perl5/5.40/HTML/Entities.pm line 485, <$fd> line 29.
CommitLineData
1---------------------------------------------------------------
2wxWidgets Change Log - For more verbose changes, see the manual
3---------------------------------------------------------------
4
52.6.2
6-----
7
8All:
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
21All (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