summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean up test accessibility test failure on XQuartz and X11core-xquartz-linux-testKevin Walzer2025-11-251-1/+1
* Ticket [c51a56d7]: svg: Correctly paint stroke leftover path. Upstream: https...oehhar2025-11-251-1/+3
* Merge 9.0jan.nijtmans2025-11-254-18/+18
|\
| * Update to actions/checkout@v6jan.nijtmans2025-11-254-18/+18
| |\
| | * Update to actions/checkout@v6jan.nijtmans2025-11-253-11/+11
| * | Merge-markjan.nijtmans2025-11-240-0/+0
| |\ \ | | |/
| | * (backport): Always define noinline flag to DllMain, to prevent optimizer flag...jan.nijtmans2025-11-241-6/+6
| | * Updated the changes file.csaba2025-11-241-0/+2
| | * Patch [4d2baa56c8]: Improve the look of the ttk::spinbox widgets in the built...csaba2025-11-244-1/+8
| * | Updated the changes.md file.csaba2025-11-241-0/+1
| * | Patch [4d2baa56c8]: Improve the look of the ttk::spinbox widgets in the built...csaba2025-11-244-1/+8
* | | Updated the changes.md file.csaba2025-11-241-0/+1
* | | Implementation of TIP 736: Scroll entry with mouse wheel.csaba2025-11-244-4/+68
|\ \ \
| * | | Proposed implementation for TIP 736: Add mouse wheel and <TouchpadScroll&g...csaba2025-11-044-4/+68
| * | | Create new branch named "tip-736"csaba2025-11-040-0/+0
* | | | Final fix for [e770378a5b]: Narrator fails to speak accessible text on Windowsjan.nijtmans2025-11-241-12/+10
|\ \ \ \
| * | | | Windows build is broken, this hopefully fixes it, see [e770378a5ba56ca2]core-bug-e770378a5bjan.nijtmans2025-11-231-10/+8
* | | | | Indentingjan.nijtmans2025-11-243-34/+34
* | | | | Patch [4d2baa56c8]: Improve the look of the ttk::spinbox widgets in the built...csaba2025-11-244-1/+8
* | | | | Remove all SEH error-handling for TkFinalize. See [44b34c6152]jan.nijtmans2025-11-241-195/+3
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Always define noinline flag to DllMain, to prevent optimizer flag -O3 to caus...jan.nijtmans2025-11-241-1/+1
| * | | (backport): Don't protect TkFinalize() with SEH on arm64 and in debug more. S...jan.nijtmans2025-11-241-10/+10
| * | | Backport of colorspace rfe-9108ce12d to 9.0culler2025-11-221-9/+15
* | | | Implement RFE from Nicolas Bats to speed up macOS rendering by avoiding unnec...culler2025-11-221-9/+15
|\ \ \ \
| * | | | Release the copied colorspace -- thanks to Christopher Chavezculler2025-11-221-0/+2
| * | | | Adaptation of RFE 9108ce12df: calls to CGColorTransformConvertUsingCMSConvert...culler2025-11-211-9/+13
|/ / / /
* | | | Fix doc error: ....attribtable: NAME: output-name: name has a space: {tk attr...jan.nijtmans2025-11-211-1/+1
* | | | Add overlooked role to focus mangement on macOSKevin Walzer2025-11-201-0/+1
* | | | Correct stray 'return nil' in macOS accessibility codeKevin Walzer2025-11-201-3/+2
* | | | Minor typo correctionsKevin Walzer2025-11-191-2/+2
* | | | Fix for e770378a5b - correct some deficiencies in Microsoft Narrator supportKevin Walzer2025-11-192-418/+110
|\ \ \ \
| * | | | Remove unused functionKevin Walzer2025-11-191-32/+0
| * | | | Clarify commentKevin Walzer2025-11-191-1/+2
| * | | | Remove non-functioning UIA bridge and delegate to Windows-provided MSAA-UIA b...Kevin Walzer2025-11-192-1772/+208
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Don't protect TkFinalize() with SEH on arm64 and in debug more. See [44b34c6152]jan.nijtmans2025-11-171-5/+5
|\ \ \ \ \
| * | | | | Experiment: don't try to hide exceptions in Tkfinailize in debug mode and on ...jan.nijtmans2025-11-131-5/+5
| | * | | | Correct typoKevin Walzer2025-11-191-0/+1
| | * | | | Improve management of toplevel namesKevin Walzer2025-11-191-7/+15
| | * | | | Successful retrieval of text from table/tree rows, but navigation needs workKevin Walzer2025-11-181-17/+1
| | * | | | Progress! We have focus rect on table rows, still need to get label textKevin Walzer2025-11-181-80/+75
| | * | | | Additional refinement, still working on getting accessible focus to table rowsKevin Walzer2025-11-181-91/+129
| | * | | | Slightly cleaner implementation of focus rect for table/tree rowsKevin Walzer2025-11-181-53/+94
| | * | | | Correct indentationKevin Walzer2025-11-171-32/+32
| | * | | | CleanupKevin Walzer2025-11-171-87/+77
| | * | | | Correct name handling for tree/table in NarratorKevin Walzer2025-11-171-15/+0
| | * | | | Still working on selection/narration events in NarratorKevin Walzer2025-11-171-31/+145
| | * | | | Some progress on navigating/narrating list/tree items, but more work neededKevin Walzer2025-11-171-119/+281
| | * | | | Additional refinementsKevin Walzer2025-11-171-92/+225
| | * | | | Implementation of virtual child widgetsKevin Walzer2025-11-171-24/+615
| | * | | | Improvements in Narrator support - menu entries and widget labels for buttons...Kevin Walzer2025-11-162-75/+688