summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | | | | | | | |
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge 8.6jan.nijtmans2024-05-0413-610/+1540
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | 3 missing "static" keywords. One wrong type-casts. Don't use deprecated XK_Pa...jan.nijtmans2024-05-043-7/+7
| * | | | | | | | | | Fix [3c2a3a988f]: ttk entry-2.1.1 fails on Ubuntu 22.04 or xvfb.fvogel2024-05-031-6/+4
* | | | | | | | | | | Better way to set the borderwidth of two style elements of the "classic" them...csaba2024-05-133-18/+19
* | | | | | | | | | | One more adaptation of the "classic" theme to the look of current Tk core wid...csaba2024-05-121-2/+2
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ...jan.nijtmans2024-05-1120-43/+51
* | | | | | | | | | Backported the focus highlighting for the ttk::entry, ttk::combobox, and ttk:...csaba2024-05-117-49/+204
* | | | | | | | | | Backported most improvements related to the "classic" theme, submitted by Emi...csaba2024-05-104-34/+89
| |_|_|_|_|_|/ / / |/| | | | | | | |