X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9c7df356f9cdbf99bf09f276d67f0fd65c4ca8ea..d3bfec747ddf7b27e6f41f0117cd5cd6755fe021:/docs/changes.txt?ds=sidebyside diff --git a/docs/changes.txt b/docs/changes.txt index 225e93cceb..91dc43d63d 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -61,6 +61,9 @@ All (GUI): - wxEvtHandler cannot be copied/assigned any longer - this never worked but now it results in compile-time error instead of run-time crashes +- WXK_NUMLOCK and WXK_SCROLL keys no longer result in EVT_CHAR() events, + they only generate EVT_KEY_DOWN/UP() ones + wxMSW: - build system changed: setup.h is not a static file in include/wx any more @@ -143,6 +146,7 @@ All (GUI): - added wxImage::FloodFill and implemented wxWindowDC::DoFloodFill method for GTK+, Mac, MGL, X11, Motif ports (Chris Elliott) - added (platform-dependent) scan code to wxKeyEvent (Bryce Denney) +- added wxTextCtrl::EmulateKeyPress() wxMSW: