X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3f2e255b420523408496ba01844f9854373834e..8b4b586ce92d44e8689b8eab5c25be4bc56d98f6:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 79bca35924..8cec4ad163 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -189,6 +189,7 @@ Major new features in this release All: - Added (experimental) IPv6 support to wxSocket (Arcen) +- Added wxXLocale class and xlocale-like functions using it - Allow loading message catalogs from wxFileSystem (Axel Gembe) - Added wxMessageQueue class for inter-thread communications - Use UTF-8 for Unicode data in wxIPC classes (Anders Larsen) @@ -278,6 +279,7 @@ All (GUI): - Made wxSizer::Fit() set the client size of the target window - Add support for wxDatePickerCtrl in wxGenericValidator (Herry Ayen Yang) - Added wxWindow::HasFocus(). +- Added wxGLCanvas::IsDisplaySupported() wxGTK: