X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28fdd8db44bc6070c71a77af783fb4da0b554d8c..3f4a2351e4c677c88c18ea812b609477adee7380:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 8637c9deee..89057a8130 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -35,6 +35,7 @@ INCOMPATIBLE CHANGES SINCE 2.6.x - wxGLContext class has no 1:1 coupling to a wxGLCanvas class any more. As a consequence, the class interface changed largely. Code updates, if any are required at all, are easy to accomplish though. +- wxDialog::CreateButtonSizer() may return NULL now, please see the manual @@ -61,11 +62,14 @@ All: - 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). +- wxAnimationCtrl added (Francesco Montorsi) - Added wxAboutBox() function for displaying the standard about dialog - Added wxID_PAGE_SETUP standard id. - Added wxSize::IncBy() and DecBy() methods. @@ -74,6 +78,7 @@ All (GUI): consistency with wxRichTextCtrl. - wxRichTextCtrl: fixed range out-by-one bug to be consistent with wxTextCtrl API, fixed some attribute bugs and added wxRichTextStyleComboCtrl. +- Added wxWindow::IsDoubleBuffered() wxMSW: