X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f98377912b600d6c3b53b3c2587b84ad62b36532..c9a6600136ed971f865ed5e78b5bbfbf811bbef6:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 8dfff8deb1..68ebeca0f8 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -166,6 +166,7 @@ All (GUI): - Added wxTopLevelWindow::SetTransparent and CanSetTransparent, with implementations (so far) for wxMSW and wxMac. - Allow customizing individual grid lines appearance (Søren Lassen) +- Fixed middle click events generation in generic wxTreeCtrl (Olly Betts) wxMSW: @@ -246,6 +247,7 @@ wxGTK: - Support all border styles; wxListBox honours the borders now. - wxWindow and wxScrolledWindow now generate line, page and thumb-release scroll events. - Added file preview support in file dialogs. +- Implemented SetLineSize and GetLineSize for wxSlider. wxMac: