Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-05-14 | Fix tests with AT-SPI2 >= 2.53failing-tests | Colomban Wendling | 1 | -5/+5 | |
Role name for push buttons changed from "push button" to "button" for uniformizing APIs, but that means the names Dogtail use have to match, as it's not using the role IDs but names. Fix this by trying to ask AT-SPI2 for the name, and falling back on the historical name in the odd case it'd fail. | |||||
2025-05-14 | Fix tests imported from XReader | Colomban Wendling | 1 | -1/+1 | |
2025-04-04 | Initial support for meson | Oz Tiram | 1 | -0/+33 | |
Mostly copy and paste from linuxmint/xreader Signed-off-by: Oz Tiram <[email protected]> |