X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28a4fe4b50baf341d7f86315db0709a5fc74a6bf..07b87e8d9b49b46bbe71d414feb35db2be278586:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 7554eb47e5..df860b7234 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -35,6 +35,9 @@ INCOMPATIBLE CHANGES SINCE 2.4.x (when WXWIN_COMPATIBILITY_2_4 == 0) - wxID_SEPARATOR (id used for the menu separators) value changed from -1 to -2 - wxGetNumberFromUser() is now in separate wx/numdlg.h, not wx/textdlg.h +- wxChoice and wxCombobox now handle their size in the same way as in all the + other ports under MSW, new code is actually correct but different from weird + stuff they were doing before so the behaviour of your programs might change DEPRECATED METHODS SINCE 2.4.x @@ -149,6 +152,11 @@ wxMSW: - wxFileDialog now returns correct filter index for multiple-file dialogs - added wxTextCtrl::HitTest() - experimental wxURL implementation using WinInet functions (Hajo Kirchhoff) +- fixed several bugs in wxNotebook with wxNB_MULTILINE style +- accelerators are now initially hidden if appropriate (Peter Nielsen) +- background colour of a wxComboBox may now be set +- fixed wxListCtrl::GetItemText/BackgroundColour() +- Esc can now be used to close menus in the dialogs (Hartmut Honisch) wxGTK: