summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix [ab839efc5f]: text edit undo: clearing text instead of restoring.fvogel2024-04-211-1/+15
|\
| * Add (currently failing) test text-27.26 demonstrating bug [ab839efc5f].fvogel2024-04-201-0/+15
| |
| * More internal "-encoding utf-8"jan.nijtmans2024-04-161-1/+1
| |
* | In Tk 9.0, remove some unneeded "-encoding utf-8" (it's already the default)jan.nijtmans2024-04-161-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2024-03-231-0/+23
| |\ \ | | |/
* | | Fix [fdc0ed342d]: Segfault on focus -force with xvfb.fvogel2024-03-191-0/+23
|\ \ \ | | |/ | |/|
| * | Add test focus-8.1 currently segfaulting on Linux with xvfb and ↵fvogel2024-03-171-0/+23
| | | | | | | | | | | | demonstrating bug [fdc0ed342d].
* | | Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indentingjan.nijtmans2024-03-161-11/+2
|\ \ \ | | |/ | |/|
| * | Merge 8.6jan.nijtmans2024-03-161-11/+2
| |\ \ | | |/
| | * eliminate end-of-line spacing in send.test. Code cleanup in tkFont.cjan.nijtmans2024-03-161-11/+2
| | |
| * | More progress, backporting bugfix from Tk 9.0jan.nijtmans2024-03-131-16/+16
| | |
| * | Fix [47d4f29159]: Ignored binding scripts for events with detail field ↵jan.nijtmans2024-03-082-35/+2
| |\ \ | | |/ | | | | | | NotifyInferior. Patch from Erik Leunissen.
* | | Fix [47d4f29159]: Ignored binding scripts for events with detail field ↵fvogel2024-03-072-35/+2
|\ \ \ | | |/ | |/| | | | NotifyInferior. Patch from Erik Leunissen.
| * | Fix [47d4f29159]: Ignored binding scripts for events with detail field ↵fvogel2024-02-252-35/+2
| | | | | | | | | | | | NotifyInferior. Patch from Erik Leunissen.
* | | Merge 8.7jan.nijtmans2024-02-192-4/+18
|\ \ \ | | |/ | |/|
| * | TIP #686: Make NextWord/SelectNextWord behavior platform-independantjan.nijtmans2024-02-192-4/+18
| |\ \
| | * \ Rebase to latest trunkjan.nijtmans2024-02-192-4/+18
| | |\ \ | |/ / / |/| | |
| | * | Rebase to 9.0jan.nijtmans2024-02-132-4/+18
| | |\ \
| | | * | Test <<NextWord>>jan.nijtmans2024-01-292-4/+18
| | | | |
* | | | | Merge 8.7jan.nijtmans2024-02-161-2/+2
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Merge 8.6jan.nijtmans2024-02-161-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-161-2/+2
| | | |
* | | | Merge 8.7jan.nijtmans2024-02-128-56/+54
|\ \ \ \ | |/ / /
| * | | 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
| |\ \ \ | | |/ / | | | / | | |/ | |/|
* | | Fix [57b821d2db]: text index {insert wordstart} fails at 0 and 1 word start ↵fvogel2024-02-081-0/+10
|\ \ \ | | |/ | |/| | | | positions.
| * | 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.7jan.nijtmans2024-01-292-18/+4
|\ \ \ | | |/ | |/|
| * | 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
| |\ \ | | |/
| * | 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 [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-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).
* | | Fix [8da7af2f8e]: slow widget creation if default font is not used.fvogel2024-01-271-21/+29
|\ \ \ | |/ /
| * | 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-271-2/+2
|\ \ \ \ | |/ / / | | | | | | | | distribution.
| * | | 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
* | | Merge 8.7jan.nijtmans2024-01-241-1/+1
|\ \ \ | | |/ | |/|
| * | 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
* | | Merge 8.7jan.nijtmans2024-01-241-2/+2
|\ \ \ | |/ /