aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/win32Tests.py
AgeCommit message (Collapse)AuthorFilesLines
2020-06-11Fix bug on Win32 where calling WM_GETTEXT for more text than in document couldNeil1-0/+13
return less text than in document.
2020-04-17Update Python versions for files that may involve PySide on Linux which requiresNeil1-0/+1
Python 2 still. On Windows, Python3 is used.
2019-06-15Bug [#2110]. Limit text returned from WM_GETTEXT to length specified in wParam.Neil1-0/+162
Changed GetTextLength to use same logic as GetText to ensure they agree.