summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-02-161-2/+2
|\
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-2/+2
| |
* | Merge 8.6jan.nijtmans2024-02-128-56/+54
|\ \ | |/
| * "eval destroy" -> "destroy {*}" in testcases/demo'sjan.nijtmans2024-02-129-60/+58
| |
* | Merge 8.6jan.nijtmans2024-02-081-0/+10
|\ \ | |/
| * Expand coverage of textIndex-22.16fvogel2024-02-031-2/+4
| |
| * The text widget does not need to be packed for test textIndex-22.16.fvogel2024-02-031-2/+0
| |
| * Make textIndex-22.16 really fail.fvogel2024-02-031-5/+6
| |
| * Add test textIndex-22.16 demonstrating bug [57b821d2db]. Currently fails ↵fvogel2024-02-031-0/+9
| | | | | | | | (expectedly).
* | Merge 8.6jan.nijtmans2024-01-292-18/+4
|\ \ | |/
| * Make test-cases work for UNIX/MacOS as well.jan.nijtmans2024-01-292-18/+4
| |
* | Merge 8.6jan.nijtmans2024-01-282-0/+41
|\ \ | |/
| * Add tests demonstrating bug [9fa3e08243]: Ctrl-Arrow binding for spinbox: ↵fvogel2024-01-282-0/+41
| | | | | | | | unknown option '-show'. For Tk, spinbox-25.3 fails (as expected). For Ttk, spinbox-11.2 does not fail because the ttk::spinbox inherits the -show option of the ttk::entry widget, event though it's not used nor documented for ttk::spinbox. (Note: tests numbering mirror their counterparts in entry.test).
* | Simplify some TIP #621 procs, since it's Tcl counterparts can (now) handle ↵jan.nijtmans2024-01-271-1/+1
| | | | | | | | indices like "end-1"
* | Merge 8.6jan.nijtmans2024-01-272-23/+31
|\ \ | |/
| * Fix [8da7af2f8e]: slow widget creation if default font is not used.fvogel2024-01-271-21/+29
| |\
| | * Since we are here make font-15.1, font-15.2 and font-15.3 robust against ↵fvogel2024-01-231-8/+11
| | | | | | | | | | | | previous fonts potentially used by the test suite.
| | * Fix typofvogel2024-01-221-2/+2
| | |
| | * Test suite hygiene - Let font-17.1 and font-18.1 be independent from ↵fvogel2024-01-221-13/+18
| | | | | | | | | | | | previous tests (interaction was with config-4.47 and config-4.48).
| * | Fix [7e5f72c9dd]: Test script option.test deletes file option.file3 in Tk ↵fvogel2024-01-261-2/+2
| | | | | | | | | | | | distribution
| * | Alternative solution for [026e2bb685]: text tag sets bad relief, gets error, ↵core-bug-026e2bb685-altjan.nijtmans2024-01-211-1/+1
| |/ | | | | | | but bad relief is saved anyway
* | All TK_OPTION_PIXELS implementation need Tcl_Obj storage, otherwise the full ↵jan.nijtmans2024-01-241-1/+1
| | | | | | | | option value will be lost, as proven by message-1.11 testcase
* | Allow {} as magical value for the -padx/-pady default, in stead of the ↵jan.nijtmans2024-01-241-2/+2
| | | | | | | | magical value -1, for message widget.
* | Revise "bad screen distance" error-messagesjan.nijtmans2024-01-2324-176/+176
| |
* | Merge 8.6jan.nijtmans2024-01-211-4/+5
|\ \ | |/
| * Adapt textTag-1.29 demonstrating that [026e2bb685] is not completely solved yetjan.nijtmans2024-01-211-4/+5
| |
| * (partial) fix for [026e2bb685]: text tag sets bad relief, gets error, but ↵jan.nijtmans2024-01-161-7/+10
| | | | | | | | bad relief is saved anyway. -relief and -justify is working now, but other options hstill have the same problem
* | Fix [026e2bb685]: text tag sets bad relief, gets error, but bad relief is ↵jan.nijtmans2024-01-171-6/+10
| | | | | | | | saved anyway. Let TIP #613 handle it all.
* | -constraint -> -constraintsjan.nijtmans2024-01-151-4/+4
| |
* | Merge 8.7. Adapt test-casesjan.nijtmans2024-01-141-8/+8
| |
* | Merge 8.6 (there we go again)jan.nijtmans2024-01-121-1/+1
|\ \ | |/
| * Adapt expected result of test textImage-1.19 following previous commit. This ↵fvogel2024-01-091-1/+1
| | | | | | | | change is compliant with the documentation in text.n (section 'Embedded images').
* | Merge-mark 8.6. Don't bother build for Tcl 9.1. Some missing constraintsjan.nijtmans2024-01-092-9/+9
|\ \ | |/
* | Make TK_NO_DEPRECATED=1 test-cases work with Tcl 8.6 too.jan.nijtmans2024-01-091-1/+1
| |
* | Make TK_NO_DEPRECATED=1 test-cases workjan.nijtmans2024-01-091-1/+1
| |
* | Merge 8.6. "parenright" -> ")" (simply since we can ....)jan.nijtmans2024-01-081-1/+1
|\ \ | |/
| * typojan.nijtmans2024-01-081-1/+1
| |
* | Restore "$menu index" to return "none" for no index (for compatibility with ↵jan.nijtmans2024-01-082-3/+3
| | | | | | | | Tk 8.6)
* | Merge 8.6jan.nijtmans2024-01-032-15/+15
|\ \ | |/
| * AllocFont() -> InitFont() in comments. Stolen from "less_tests_constraints" ↵jan.nijtmans2024-01-032-15/+15
| | | | | | | | branch
* | Merge 8.6jan.nijtmans2023-12-221-3/+3
|\ \ | |/
| * Fix [9c57421be8]: -relief strange behavior in scrollbar. Enhance ↵jan.nijtmans2023-12-221-3/+3
| | | | | | | | Tcl_GetRelief() such that "interp" and "reliefPtr" are allowed to be NULL
| * Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-141-2/+2
| |
* | Merge 8.6jan.nijtmans2023-12-122-13/+21
|\ \ | |/
| * (cherry-pick)More adjustments to tests that failed on macOS Sonomajan.nijtmans2023-12-122-13/+21
| |
* | misc code cleanupjan.nijtmans2023-12-111-1/+1
| |
* | No deprecated function names in testcasesjan.nijtmans2023-12-114-32/+32
| |
* | Merge core-8-6-branchculler2023-12-062-1/+2
|\ \ | |/
| * Increase delays so tests pass on macOS Sonoma.culler2023-12-062-1/+2
| |
* | Fixed the test failure in ttk/scrollbar test.csaba2023-12-021-0/+3
| |