]> git.saurik.com Git - wxWidgets.git/blame - docs/changes.txt
compilation fix for WXWIN_COMPATIBILITY_2_2 (bug 1252476)
[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 189.
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.
c5191fbd
VZ
12- Added wxEVT_MEDIA_LOADED event for wxMediaCtrl
13- Added new methods to wxMediaCtrl (wxURI version of Load, ShowPlayerControls)
f60b1d82 14- Added wxZipFSHandler::Cleanup() (Stas Sergeev)
978d3d36 15- Added wxImage::RotateHue() and RGB <-> HSV conversions (John Anderson)
b7146cbe 16- Fixed compilation with IBM xlC compiler
1a64b24d 17
60fd818a
VZ
18All (GUI):
19
3285ee53 20- Added wxXmlResource::Unload().
b3eb133b 21- Possibility of modeless wxWizard dialog (with presentation in sample).
3285ee53 22- Fixed a rare crash due to malformed HTML in wxHTML (Xavier Nodet).
fb6efdf2 23