aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/win32Tests.py
AgeCommit message (Collapse)AuthorFilesLines
2020-06-11Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in ↵Neil1-0/+13
document could return less text than in document. Backport of changeset 8302:2faf8ba9d1fb.
2019-07-11Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length ↵mitchell1-0/+162
specified in wParam. Changed GetTextLength to use same logic as GetText to ensure they agree. Backport of changeset 7572:d7aedab278d0.