]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Applied colspan corrections, #15274 and #15275 (dghart)
[wxWidgets.git] / docs / changes.txt
index 8cdf8755353fe84b375ff3544c8817db1fdd47a2..5050dd61540d1a76f05a49d538bdb2a4bebe89d9 100644 (file)
@@ -668,6 +668,10 @@ 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).
+- Add wxMouseEvent::GetColumnsPerAction() (toiffel).
+- Improve wrapping of cell contents in wxGrid (nmset).
 
 wxGTK: