X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f2d7fdf7b0a57a7e0bf033530148343751b5346b..226441f05f9f956c89147429e6e87ea2a860478a:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 9909d54328..6c0fca69bc 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -494,12 +494,14 @@ All (GUI): - Fix building with using system libpng 1.4 (Volker Grabsch). - Add wxComboBox::Popup() and Dismiss() methods (Igor Korot). - Added wxTreeCtrl::SelectChildren() (Nikolay Tjushkov). +- Show pages icons in window list menu in wxAuiNotebook (Ronny Krüger). GTK: - wxRadioBox constructor uses default consistent with other ports now. - Partially implemented wxTextCtrl::GetStyle() (Igor Romanov). - Corrected themed border display. +- Fix wxClipboard::GetData() for asymmetric wxDataObjects (Timothy Lee). Mac: