]>
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. | |
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 |
18 | All (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 | Content-type: text/html ]>