X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43003176311ddbd6abaf0e5d15b0967506cb8d3b..51248412979029d94d11ea5dab9516831be94914:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 4eba8dbd67..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). @@ -666,6 +667,9 @@ All (GUI): - Allow associating a validator with wxGridCellTextEditor (derEine). - 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: