]> git.saurik.com Git - wxWidgets.git/blame - 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 - 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 212.
CommitLineData
5fae57de
JS
1---------------------------------------------------------------
2wxWidgets Change Log - For more verbose changes, see the manual
3---------------------------------------------------------------
d643b80e 4
af5d391c
WS
52.6.2
6-----
7
1a64b24d
VZ
8All:
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
1a64b24d 20
60fd818a
VZ
21All (GUI):
22
5d1b4919 23- Added wxStaticText::Wrap()
6ba93d23
VZ
24- wxChoice and wxComboBox::GetSelection() now returns completed selection,
25 added a new GetCurrentSelection() function having the old behaviour
3285ee53 26- Added wxXmlResource::Unload().
b3eb133b 27- Possibility of modeless wxWizard dialog (with presentation in sample).
3285ee53 28- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
b23030d6 29