X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34c25d47c90a974494c1407c9197b03c86d22e56..226441f05f9f956c89147429e6e87ea2a860478a:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index bc778c5463..6c0fca69bc 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -435,6 +435,9 @@ All: - wxDateTime timezone functions now dynamic (no caching). - Added wxHttp::GetCookie and wxHttp::HasCookies (dodge). - 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: @@ -488,12 +491,17 @@ All (GUI): - wxRTC: corrected centring and right-justification spacing. - 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). +- 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: @@ -514,6 +522,9 @@ MSW: - Worked around child window and caret positioning bug (in Windows) when using wxBORDER_THEME in a container window. - 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: