summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-142-8/+8
* Fix [1576528fff]: image read file with -from optionjan.nijtmans2024-06-142-135/+145
* Merge 8.6jan.nijtmans2024-06-142-50/+21
|\
| * Fix [1576528fff]: image read file with -from option.fvogel2024-06-113-138/+150
| |\
| | * Add more tests for GIF and PNG images: read large region from small file.fvogel2024-06-091-0/+15
| | * Add more tests for GIF and PNG images read with -from, -to and -shrink options.fvogel2024-06-091-0/+15
| | * Remove constraint hasTeapotPhoto, the image file used in the tests is distrib...fvogel2024-06-091-88/+32
| | * Add more tests for GIF and PNG images read with -from and/or -to options.fvogel2024-06-091-8/+36
| | * Fix width and height of the image read (PNG case only, GIF was already OK).fvogel2024-06-091-8/+8
| | * Remove constraints hasEarthPhoto and hasOusterPhoto, the image files used in ...fvogel2024-06-093-57/+33
| | * Add test imgPhoto-19.3 demonstrating bug [1576528] for the PNG case, and imgP...fvogel2024-06-083-1/+18
| | * Add test imgPhoto-19.1 demonstrating bug [1576528] for the GIF case, and imgP...fvogel2024-06-083-3/+20
* | | Adapt testcases to hidden command change in Tcljan.nijtmans2024-06-091-1/+1
* | | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco...jan.nijtmans2024-06-091-0/+11
|\ \ \ | |/ /
| * | Better fix for [a0241c0e25]. The checks for coordinates outside of the source...fvogel2024-06-081-1/+1
| * | Add test imgPhoto-12.5 demonstrating bug [a0241c0e25].fvogel2024-06-081-0/+11
| |/
| * Backport some (modified) ttk testcases from 8.7jan.nijtmans2024-06-032-1/+41
* | Somewhat better error-messages (addendum to previous commit)jan.nijtmans2024-06-033-8/+8
* | Fix [e6140f3404]: Crashes in empty ttk::panedwindowfor pane and forget comman...jan.nijtmans2024-06-032-0/+39
* | Merge 8.6jan.nijtmans2024-05-291-4/+11
|\ \ | |/
| * Request font with pixel size 13 instead of 11, so that font-44.1 passes witho...fvogel2024-05-281-2/+2
| * Save and restore current scaling when running font-44.1 (this prevents severa...fvogel2024-05-281-1/+5
| * Restore old version of font-44.1, following Csaba's suggestion, but add a poi...fvogel2024-05-261-8/+4
| * Add test font-44.3 demonstrating bug [8162e9b7a9].fvogel2024-05-151-0/+7
| * Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-131-24/+33
| |\
| | * Fix [bb52855781]: ttk treeview tests not robust against display scaling.fvogel2024-05-051-17/+25
| | * Fix [3c2a3a988f]: ttk entry-2.1.1 fails on Ubuntu 22.04 or xvfb.fvogel2024-05-031-6/+4
| * | Backported the focus highlighting for the ttk::entry, ttk::combobox, and ttk:...csaba2024-05-111-1/+1
| | |
| \ \
*-. \ \ Merge 8.6jan.nijtmans2024-05-041-6/+4
|\ \ \ \ | | |/ / | | | / | | |/ | |/|
| | * focus -force in ttk entry-2.1.1.fvogel2024-05-021-1/+1
| | * Indentation in ttk entry-2.1.1.fvogel2024-05-021-2/+2
| | * One should now be able to remove the failsOnUbuntu and failsOnXQuarz constrai...fvogel2024-05-011-4/+1
| | * Fix [3c2a3a988f]: ttk entry-2.1.1 fails on Ubuntu 22.04.fvogel2024-05-011-0/+1
| * | Fix [ab839efc5f]: text edit undo: clearing text instead of restoring.fvogel2024-04-211-1/+15
| |\ \ | | |/
| * | In Tk 9.0, remove some unneeded "-encoding utf-8" (it's already the default)jan.nijtmans2024-04-161-1/+1
| |\ \
| * \ \ Fix [fdc0ed342d]: Segfault on focus -force with xvfb.fvogel2024-03-191-0/+23
| |\ \ \
| * \ \ \ Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indentingjan.nijtmans2024-03-161-11/+2
| |\ \ \ \
| * \ \ \ \ Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify...fvogel2024-03-072-35/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.7jan.nijtmans2024-02-192-4/+18
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge 8.6jan.nijtmans2024-04-261-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
| | |_|_|_|/ | |/| | | |
* | | | | | Merge 8.6jan.nijtmans2024-03-231-0/+23
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
| * | | | Add test focus-8.1 currently segfaulting on Linux with xvfb and demonstrating...fvogel2024-03-171-0/+23
* | | | | 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 Notify...jan.nijtmans2024-03-082-35/+2
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify...fvogel2024-02-252-35/+2
* | | TIP #686: Make NextWord/SelectNextWord behavior platform-independantjan.nijtmans2024-02-192-4/+18
|\ \ \