X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90fbb09ae248c93b0cf62eb7cf4ecfd94f88023f..076c0a8ee8c9238af2037b66ef97bda7cede4e4a:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index db31c5502c..f465e50b0d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -165,6 +165,10 @@ Changes in behaviour not resulting in compilation errors, please read this! indentation instead of being its double. Its default value was changed accordingly, to 2. +- wxLOCALE_CONV_ENCODING flag has no effect now, catalogs are converted + regardless of whether the flag was specified or not. This only affects + legacy ANSI builds. + Changes in behaviour which may result in compilation errors ----------------------------------------------------------- @@ -440,6 +444,8 @@ 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. +- Added wxTranslations class to allow localization without changing locale. Unix: @@ -503,6 +509,8 @@ All (GUI): - Allow overriding print preview frame creation in docview (troelsk). - Added support for gradient stops in wxGraphicsContext (Kit Bishop). - Added wxTransparentColour. +- Added wxToolBar::GetToolByPos(). +- Added wxProgressDialog::Was{Cancelled,Skipped}() (Julien Weinzorn). GTK: