summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Indentingjan.nijtmans2025-11-241-1/+1
* | Patch [4d2baa56c8]: Improve the look of the ttk::spinbox widgets in the built...csaba2025-11-241-1/+5
* | Fixed the check for loading the file accessibility.tcl.csaba2025-11-101-6/+6
* | Refine handling of safe interps with accessibilityKevin Walzer2025-11-101-4/+4
* | Wish no longer crashes on X11 if compiled without accessibility supportKevin Walzer2025-11-091-4/+9
* | Update changes; remove compiler warningKevin Walzer2025-11-092-0/+0
* | Make sure accessibility.tcl loads on macOS under AquaKevin Walzer2025-11-091-1/+1
* | Merge tka11y to trunkKevin Walzer2025-11-094-0/+1190
|\ \
| * | Fix crash on XQuartz that came from trying to load accessibility.tclKevin Walzer2025-11-092-2/+7
| * | Remove quit command mapping because it causes test failures with safeTkKevin Walzer2025-11-082-9/+1
| |\ \ | |/ / |/| |
| * | Merge trunkjan.nijtmans2025-11-061-1/+1
| |\ \ | |/ / |/| |
* | | Merge 9.0 and follow-up to previous commit: Remove copyrightjan.nijtmans2025-11-061-1/+1
|\ \ \ | |_|/ |/| |
* | | Remove copyrightKevin Walzer2025-11-042-2/+2
| | * Remove copyrightKevin Walzer2025-11-043-3/+3
| | * Undo (copyright) changes which look unintendedjan.nijtmans2025-11-044-4/+4
| | * Merge trunk, fix tk-1.2 testcasejan.nijtmans2025-11-041-165/+282
| | |\ | |_|/ |/| |
* | | Merge 9.0jan.nijtmans2025-11-041-165/+282
|\ \ \ | |/ /
| * | Merge tk-print-fixes branch, which contains various fixes for 'tk print'jan.nijtmans2025-11-041-165/+282
| |\ \
| | * \ Merge trunkcore-tk-print-fixesjan.nijtmans2025-10-3112-183/+1475
| | |\ \ | |_|/ / |/| | |
| | * | More parsing cleanup. Make text printing from canvas and text widgets use dif...Emiliano Gavilán2025-05-251-73/+110
| | * | Correct positioning of image itemsEmiliano Gavilán2025-05-221-1/+33
| | * | Make rotated text work. Correct capstyle/joinstyle for arcs, polygons, line a...Emiliano Gavilán2025-05-201-106/+149
| | * | Use different text primitive when printing canvas text items with angle != 0.Emiliano Gavilán2025-05-061-1/+3
| | * | Work on canvas text items. Use the right font attributes. Correct placing wrt...Emiliano Gavilán2025-05-061-4/+16
| | * | Refactor PrintSelectPrinter() a bit more. Hopefully it doesn't leak memory an...Emiliano Gavilán2025-05-051-35/+34
| | * | Remove unused procEmiliano Gavilán2025-05-011-6/+0
| | * | Add missing variablesEmiliano Gavilán2025-05-011-1/+1
| | * | Fix two problems printing text on windows: [_gdi characters] creates an array...Emiliano Gavilán2025-05-011-10/+8
| | | * Merge trunkjan.nijtmans2025-10-311-1/+1
| | | |\ | |_|_|/ |/| | |
* | | | winfo child -> winfo children (for completeness)jan.nijtmans2025-10-281-1/+1
|\ \ \ \ | |/ / /
| * | | winfo child -> winfo children (for completeness)jan.nijtmans2025-10-281-1/+1
| |\ \ \
| | * | | winfo child -> winfo children (for completeness)jan.nijtmans2025-10-281-1/+1
| | | | * Fix compiler warning. Spacingjan.nijtmans2025-10-281-8/+8
| | | | * Update to capturing toggleswitch value; tweak checkbuttons, spinbuttonsKevin Walzer2025-10-271-0/+9
| | | | * Additional refinement of exit handlerKevin Walzer2025-10-261-1/+2
| | | | * Minor cleanup of commentsKevin Walzer2025-10-251-3/+0
| | | | * Test for existence of check_screenreader command before testing for outputKevin Walzer2025-10-211-3/+3
| | | | * Cleanup of comments and copyrightKevin Walzer2025-10-194-27/+27
| | | | * Restore MSAA-centric naming of buttons; add comments to note that current UIA...Kevin Walzer2025-10-181-1/+1
| | | | * Menu narration now fully functional in OrcaKevin Walzer2025-10-181-7/+17
| | | | * Workaround for Orca not vocalizing push buttonsKevin Walzer2025-10-181-28/+12
| | | | * Attempt to read root labels of menuKevin Walzer2025-10-181-17/+30
| | | | * Menu entries no longer read twiceKevin Walzer2025-10-181-63/+48
| | | | * Back out overly complicated attempt to capture keypress/prior word via ATK/Or...Kevin Walzer2025-10-171-6/+19
| | | | * Adjusting text/entry implementation on Atk to support keypress narrationKevin Walzer2025-10-171-1/+1
| | | | * Adjustments to toggleswitchKevin Walzer2025-10-161-3/+3
| | | | * Cleanup of accessibility on macOS; improvements in text/entry narrationKevin Walzer2025-10-161-51/+49
| | | | * Additional tweakKevin Walzer2025-10-161-5/+0