X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/562f54a7ba14e17318cb5263d2d673cbf0f70b64..b68603d5359cdfa4a79fc1798d87959d5a578f51:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index ddfd2f1b70..e07d2c0d32 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -60,13 +60,18 @@ All: - Added wxPlatformInfo class (Francesco Montorsi). - Added wxLocale::IsAvailable() (Creighton). - Added Malay translations (Mahrazi Mohd Kamal) +- Added reference counting for wxVariant +- For consistency, all classes having Ok() method now also have IsOk() one, use + of the latter form is preferred although the former hasn't been deprecated yet All (GUI): - Support for right-to-left text layout (started by Diaa Sami during Google Summer of Code, with a lot of help from Tim Kosse and others). +- Added wxAboutBox() function for displaying the standard about dialog - Added wxID_PAGE_SETUP standard id. - Added wxSize::IncBy() and DecBy() methods. +- Added wxTextCtrl::IsEmpty() - Added file type parameter to wxTextCtrl::LoadFile, wxTextCtrl::SaveFile for consistency with wxRichTextCtrl. - wxRichTextCtrl: fixed range out-by-one bug to be consistent with wxTextCtrl API, @@ -75,9 +80,11 @@ All (GUI): wxMSW: - Implemented wxComboBox::SetEditable(). +- wxSemaphore::Post() returns wxSEMA_OVERFLOW as documented (Christian Walther) - Fixed a bug whereby static controls didn't use the correct text colour if the parent's background colour had been set (most noticeable when switching to a high-contrast theme). +- Respect wxBU_EXACTFIT style in wxToggleButton (Alexander Borovsky) wxMac: @@ -88,6 +95,7 @@ wxGTK: - Automatically use stock items for menu items with standard ids. - Setting cursor now works for all controls. +- Implemented right-to-left support wxUniv: