X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/926df8a162ac02ccb102733c2c86d2cd50341d7e..8a28cd66a63ce30c75173e10948e9d49d366d218:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 3093cd06b1..5050dd6154 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -670,6 +670,8 @@ All (GUI): - 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: