X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94dc70d190601bd3ef872009ca16c808bc4af72f..2439f1d96880ed2fd1551b85795ccee1704dc29c:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 0092794978..fa9f11e616 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -503,6 +503,7 @@ All (GUI): GTK: - wxRadioBox constructor uses default consistent with other ports now. +- Implement wxMask copy ctor. - Partially implemented wxTextCtrl::GetStyle() (Igor Romanov). - Corrected themed border display. - Fix wxClipboard::GetData() for asymmetric wxDataObjects (Timothy Lee). @@ -545,7 +546,6 @@ All: - Cleaned up wxURI and made it Unicode-friendly. - Add support for wxExecute(wxEXEC_ASYNC) in wxBase (Lukasz Michalski). - 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) - Added support for user-defined types to wxConfig (Marcin Wojdyr).