X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/525b29124a9b69837c1d7973d44da21d2da28ea1..9bc95da04ca5541783c9aead91769fcde0651d97:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 7c1ce7790b..4e6372ab86 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -400,6 +400,32 @@ Major new features in this release was added. +2.9.2: +------ + +All (GUI): + +- Added wxRichMessageDialog (Rickard Westerlund, GSoC 2010 project). +- Added wxCommandLinkButton (Rickard Westerlund, GSoC 2010 project). +- Added wxUIActionSimulator (Steven Lamerton, GSoC 2010 project). +- wxAUI: support auto-orientable toolbars (wsu). +- Added wxDataViewCtrl::Set/GetCurrentItem(). +- wxHTML: render in RTL order inside RTL window (Richard Bullington-McGuire). +- wxRibbon: added EVT_RIBBONGALLERY_CLICKED event (John Roberts). +- Add support for CP-866 encoding to wxEncodingConverter (madnut). +- Consistency fixes for keyboard events across all major ports. +- Added EVT_RIBBONBAR_TAB_LEFT_DCLICK event (snowleopard). + +MSW: + +- Native implementation of wxHyperlinkCtrl and wxProgressDialog under modern + Windows versions (Rickard Westerlund, GSoC 2010 project). +- Fix Cygwin 1.7 build (David Gangola). +- Allow using wxDC::DrawText() with multiline texts. +- Fix wxBitmapButton best size determination broken in 2.9.1. + + + 2.9.1: ------ @@ -532,6 +558,7 @@ All (GUI): - wxAUI: update floating window position and not only size on resize (MacGyver). - Added wxComboCtrl::SetTextCtrlStyle(). - Also update client data in wxRearrangeList control (John Roberts). +- Generate more click events in wxGrid when using native header (John Roberts). GTK: