summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [1576528fff]: image read file with -from option.fvogel2024-06-115-182/+201
|\
| * 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-092-10/+10
| * Remove constraints hasEarthPhoto and hasOusterPhoto, the image files used in ...fvogel2024-06-093-57/+33
| * Fix [1576528fff]: image read file with -from option - PNG casefvogel2024-06-091-36/+40
| * Less ugly fix for the GIF case.fvogel2024-06-091-8/+8
| * Add test imgPhoto-19.3 demonstrating bug [1576528] for the PNG case, and imgP...fvogel2024-06-083-1/+18
| * Fix [1576528fff]: image read file with -from option - GIF casefvogel2024-06-081-0/+3
| * Add test imgPhoto-19.1 demonstrating bug [1576528] for the GIF case, and imgP...fvogel2024-06-083-3/+20
* | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco...fvogel2024-06-092-1/+12
|\ \ | |/ |/|
| * Better fix for [a0241c0e25]. The checks for coordinates outside of the source...fvogel2024-06-082-5/+3
| * Add explanatory comment.fvogel2024-06-081-0/+2
| * Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco...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
* Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ...fvogel2024-06-021-3/+8
|\
| * Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ...fvogel2024-05-291-3/+8
|/
* Fix [8162e9b7a9]: Fonts are always scaled with UI when creating new instances...fvogel2024-05-292-39/+50
|\
| * Request font with pixel size 13 instead of 11, so that font-44.1 passes witho...fvogel2024-05-281-2/+2
| * #ifdef DEBUG_FONTSEL --> #if DEBUG_FONTSEL in tkUnixRFont.cfvogel2024-05-281-3/+3
| * Save and restore current scaling when running font-44.1 (this prevents severa...fvogel2024-05-281-1/+5
| * Let this bugfix branch build and test at Github Actions.fvogel2024-05-273-0/+3
| * #define DEBUG_FONTSEL 0fvogel2024-05-261-1/+1
| * Restore old version of font-44.1, following Csaba's suggestion, but add a poi...fvogel2024-05-261-8/+4
| * A few further improvements in tkUnixRFont.c by Csaba Nemethi.fvogel2024-05-261-8/+13
| * A bit better DEBUG_FONTSEL support.core-bug-8162e9b7a9fvogel2024-05-201-21/+21
| * Remove now useless tkwin argument of GetTkFontAttributes().fvogel2024-05-201-4/+3
| * Revert 3rd change from [84cd707d] following Csaba's request.fvogel2024-05-201-1/+1
| * GetTkFontAttributes, Csaba's version (thanks!).fvogel2024-05-171-11/+11
| * Revert [c03d4e79]fvogel2024-05-171-2/+2
| * Backout [7edb8725]. Thanks, Jan!fvogel2024-05-171-4/+4
| * Reduce confusion by using the adequate variable name in GetTkFontAttributes().fvogel2024-05-161-2/+2
| * The XFT_PIXEL_SIZE property is a double in fontconfig. See also [434d294df8].fvogel2024-05-161-4/+4
| * Add test font-44.3 demonstrating bug [8162e9b7a9].fvogel2024-05-151-0/+7
* | Make compilable with strict C99 compiler (missing declaration for XUnionRegio...jan.nijtmans2024-05-241-0/+2
* | ttk state implementation improvementsjan.nijtmans2024-05-191-42/+42
* | Document user1-user3 ttk widget statesjan.nijtmans2024-05-181-37/+37
* | Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitionsjan.nijtmans2024-05-171-3/+3
* | Eliminate superflous semicolonsjan.nijtmans2024-05-178-40/+25
* | Resolve some compiler warnings on Windows. spacing cleanupjan.nijtmans2024-05-163-33/+40
* | Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e...jan.nijtmans2024-05-161-120/+194
|/
* Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-1310-193/+220
|\
| * Backout [de6e3772e2]jan.nijtmans2024-05-133-3/+0
| * merge trunkfvogel2024-05-1283-249/+259
| |\
| | * One more adaptation of the "classic" theme to the look of current Tk core wid...csaba2024-05-121-2/+2
| | * Merge 8.7 (left-over spacing)jan.nijtmans2024-05-113-1/+4
| | |\
| | | * Merge 8.6 (left-over spacing)jan.nijtmans2024-05-113-1/+4
| | | |\