]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Use library-specific description in their version resources for MSW DLLs.
[wxWidgets.git] / docs / changes.txt
index b31383bd799165582405ca7c4f85fae474cd0d69..3093cd06b1ebf71bc8b4c8e0d7ef2ab67ae6c4ed 100644 (file)
@@ -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: