X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b66c3a67519caa9debfd76e6d74954eaebfa56d9..3450f97f3e89af629586d0abc96fefc357774311:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index e3c5b9a2b1..9909d54328 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -437,6 +437,7 @@ All: - Added support for unique volume names to wxFileName (Neno Ganchev). - Correct bugs when using wxTextInputStream with wxConvAuto (Leon Buikstra). - Don't crash when input is empty in wxFileConfig ctor (Lukasz Michalski). +- Correct wxSocket::Peek() to not block (Anders Larsen). Unix: @@ -491,6 +492,8 @@ All (GUI): - Added wxBORDER_THEME to XRC. - wxGraphicsContext is now enabled by default if supported by the platform. - Fix building with using system libpng 1.4 (Volker Grabsch). +- Add wxComboBox::Popup() and Dismiss() methods (Igor Korot). +- Added wxTreeCtrl::SelectChildren() (Nikolay Tjushkov). GTK: @@ -519,6 +522,7 @@ MSW: - Suppressed spurious character event for decimal key in numeric keypad. - Allow to not create wxPaintDC in EVT_PAINT handler. - Fix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events in wxListCtrl. +- Allow putting the UAC symbol on buttons (Chris Spencer). i18n: