summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-1016-495/+681
| |_|_|_|_|/ |/| | | | |
* | | | | | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-0974-131/+134
| |_|_|_|/ |/| | | |
* | | | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gccjan.nijtmans2024-05-061-0/+4
| |_|_|/ |/| | |
* | | | Add "controlAlternatingRowColor" to macosx aqua portjan.nijtmans2024-05-032-0/+16
* | | | 2 missing "static" keywordsjan.nijtmans2024-05-031-2/+2
* | | | Update X11 header-files to the latest versionjan.nijtmans2024-05-037-595/+1458
|\ \ \ \ | | |_|/ | |/| |
| * | | More deprecated keysymsjan.nijtmans2024-05-032-4/+58
| * | | Handle effects of X11-update to keysymsjan.nijtmans2024-05-031-3/+11
| * | | Update to latest X11. Too many changes to rush into 9.0b2jan.nijtmans2024-05-038-595/+1461
| |/ /
| * | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-0110-25/+25
| |\ \ | | |/
| | * Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-0110-28/+28
| | |\
| | * | Widget Demo: added demo script for ttk::spinbox widgets.csaba2024-05-013-9/+51
| | * | Backport ttk documentation from Tk 9.0jan.nijtmans2024-05-0124-163/+402
| | * | Backout [15e322ca]: Eliminate the use of Tcl_GetPathType(), somehow doesn't w...jan.nijtmans2024-05-011-42/+27
| | * | Merge 8.6jan.nijtmans2024-04-301-4/+3
| | |\ \
| * | | | Widget Demo: added demo script for ttk::spinbox widgets.csaba2024-05-013-9/+51
| * | | | Backout [15e322ca]: Eliminate the use of Tcl_GetPathType(), somehow doesn't w...jan.nijtmans2024-05-011-42/+27
| * | | | Fix [a84de1a4d3]: Documentation errors, last remaining errors (after all Haro...jan.nijtmans2024-04-301-1/+0
| * | | | Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used...jan.nijtmans2024-04-303-28/+26
| |\ \ \ \ | | |/ / /
| | * | | Fix --disable-shared build on Windows. Eliminate warning in tkWinTest.cjan.nijtmans2024-04-302-2/+4
| | |\ \ \
| * | \ \ \ Merge 8.7: fix compiler warning in tkConfig.c. Eliminate the last usage of Tc...jan.nijtmans2024-04-302-28/+43
| |\ \ \ \ \ | | |/ / / /
| | * | | | Eliminate the use of Tcl_GetPathType()jan.nijtmans2024-04-301-27/+42
| | * | | | Make TkCygwinMainEx() work when Tk 8.7 is compiled against Tcl 9.0 (cygwin-on...jan.nijtmans2024-04-295-25/+24
| | |\ \ \ \