summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| | | |\ \ \
| | | * | | | Code cleanup related mainly to the "classic" theme.csaba2024-05-103-8/+11
| | * | | | | Code cleanup related mainly to the "classic" theme.csaba2024-05-103-8/+11
| | * | | | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-1023-111/+60
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix typo, revert unintended changejan.nijtmans2024-05-102-2/+2
| | | * | | | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-1023-112/+61
| | | |\ \ \ \
| | * | \ \ \ \ Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-095-16/+16
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-095-16/+16
| | * | | | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-092-3/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-091-1/+1
| | * | | | | | (c) -> ©jan.nijtmans2024-05-0956-90/+92
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | (c) -> ©jan.nijtmans2024-05-0955-90/+90
| | | |\ \ \ \ \
| | | * | | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-093-27/+82
| | * | | | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-093-27/+82
| | * | | | | | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gccjan.nijtmans2024-05-061-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | | * | | | | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gccjan.nijtmans2024-05-061-1/+1
| | | |\ \ \ \ \ \
| * | | | | | | | | Let this bugfix branch build and test at Github Actions.fvogel2024-05-053-0/+3
| * | | | | | | | | Document changes made in the previous commit and in [c7ae9a87].fvogel2024-05-051-4/+12
| * | | | | | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling.fvogel2024-05-052-21/+29
| |/ / / / / / / /
| * | | | | | | | Update X11 header-files to the latest versionjan.nijtmans2024-05-048-597/+1525
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /