]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Update AUI pane resizable status even when it is floating.
[wxWidgets.git] / docs / changes.txt
index ac8bcb5aed8286052f42d00fc62c7b79d66dd71f..233ce6f6e51a3f0b2f6a9c0bc1eba20919ef9680 100644 (file)
@@ -428,6 +428,7 @@ All:
 - Fix output buffer overflow in wxBase64Decode() (Eric W. Savage).
 - Added bilinear image resizing algorithm to wxImage (bishop).
 - Fix bug with position argument in wxImage::Size() (Byron Sorgdrager).
+- Added wxImage::ClearAlpha() (Javier Torres).
 - Fix bug with parsing concatenated switches in wxCmdLineParser (Mike Funduc).
 - Added wxMBConv::cMB2WC(wxCharBuffer) and cWC2MB(wxWCharBuffer) overloads.
 - Added wxAny class; a modern, backwards-incompatible replacement for
@@ -439,6 +440,7 @@ All:
 - Don't crash when input is empty in wxFileConfig ctor (Lukasz Michalski).
 - Correct wxSocket::Peek() to not block (Anders Larsen).
 - Added IEC and SI units support to GetHumanReadableSize() (Julien Weinzorn).
+- Add convenient wxString::ToStd{String,Wstring}() helpers.
 
 Unix: