Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-05 | Update unittest method names to work with Python 3.12. | Neil | 1 | -36/+36 | |
2023-03-15 | Fix some warnings from ruff. | Neil | 1 | -5/+4 | |
2021-08-24 | Remove line end white space. | Neil | 1 | -1/+1 | |
2020-06-11 | Fix bug on Win32 where calling WM_GETTEXT for more text than in document could | Neil | 1 | -0/+13 | |
return less text than in document. | |||||
2020-04-17 | Update Python versions for files that may involve PySide on Linux which requires | Neil | 1 | -0/+1 | |
Python 2 still. On Windows, Python3 is used. | |||||
2019-06-15 | Bug [#2110]. Limit text returned from WM_GETTEXT to length specified in wParam. | Neil | 1 | -0/+162 | |
Changed GetTextLength to use same logic as GetText to ensure they agree. |