X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a986642f587a0ef9c77b7644cc1df7573bce75d..51248412979029d94d11ea5dab9516831be94914:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index b31383bd79..3093cd06b1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -645,6 +645,7 @@ All (GUI): - Add wxEVT_DIRCTRL_FILEACTIVATED event (troelsk). - Add wxControl::GetSizeFromTextSize() (Manuel Martin). - Optionally allow showing tooltips for disabled ribbon buttons (wxBen). +- Improve horizontal scrolling in wxRibbonControl (wxBen). - Add wxTL_NO_HEADER style to wxTreeListCtrl (robboto). - Add possibility to delay showing wxRichToolTip (John Roberts). - Add "rect" paramerer to wxRichToolTip::ShowFor() (John Roberts). @@ -667,6 +668,8 @@ All (GUI): - Add more convenient wxFont(wxFontInfo) ctor. - Pass menu events to the handler in the associated wxMenuBar. - Add wxWindow::BeginRepositioningChildren() and EndRepositioningChildren(). +- Fix wxStyledTextCtrl::SetInsertionPointEnd() (troelsk). +- Add wxFileDialog::GetCurrentlySelectedFilename() (Carl Godkin). wxGTK: