| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | * | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 3 | -8/+11 |
|
|
| | * | | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 3 | -8/+11 |
|
|
| | * | | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini... | jan.nijtmans | 2024-05-10 | 23 | -111/+60 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Fix typo, revert unintended change | jan.nijtmans | 2024-05-10 | 2 | -2/+2 |
|
|
| | | * | | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s... | jan.nijtmans | 2024-05-10 | 23 | -112/+61 |
| | | |\ \ |
|
| | * | \ \ | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 5 | -16/+16 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 5 | -16/+16 |
|
|
| | * | | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 2 | -3/+1 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
|
|
| | * | | | | (c) -> © | jan.nijtmans | 2024-05-09 | 56 | -90/+92 |
| | |\ \ \ \
| | | |/ / / |
|
| | | * | | | (c) -> © | jan.nijtmans | 2024-05-09 | 55 | -90/+90 |
| | | |\ \ \ |
|
| | | * | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 3 | -27/+82 |
|
|
| | * | | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 3 | -27/+82 |
|
|
| | * | | | | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gcc | jan.nijtmans | 2024-05-06 | 1 | -1/+1 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | * | | | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gcc | jan.nijtmans | 2024-05-06 | 1 | -1/+1 |
| | | |\ \ \ \ |
|
| * | | | | | | | Let this bugfix branch build and test at Github Actions. | fvogel | 2024-05-05 | 3 | -0/+3 |
|
|
| * | | | | | | | Document changes made in the previous commit and in [c7ae9a87]. | fvogel | 2024-05-05 | 1 | -4/+12 |
|
|
| * | | | | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling. | fvogel | 2024-05-05 | 2 | -21/+29 |
| |/ / / / / / |
|
| * | | | | | | Update X11 header-files to the latest version | jan.nijtmans | 2024-05-04 | 8 | -597/+1525 |
| |\ \ \ \ \ \
| | |/ / / / / |
|
| | | | | | | | |
| | | \ \ \ \ | |
| | *-. \ \ \ \ | Merge 8.6 | jan.nijtmans | 2024-05-04 | 13 | -610/+1540 |
| | |\ \ \ \ \ \ |
|
| * | | | | | | | | 3 missing "static" keywords. One wrong type-casts. Don't use deprecated XK_Pa... | jan.nijtmans | 2024-05-04 | 3 | -7/+7 |
|
|
| * | | | | | | | | Fix [3c2a3a988f]: ttk entry-2.1.1 fails on Ubuntu 22.04 or xvfb. | fvogel | 2024-05-03 | 1 | -6/+4 |
|
|
* | | | | | | | | | Better way to set the borderwidth of two style elements of the "classic" them... | csaba | 2024-05-13 | 3 | -18/+19 |
|
|
* | | | | | | | | | One more adaptation of the "classic" theme to the look of current Tk core wid... | csaba | 2024-05-12 | 1 | -2/+2 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Two more Tk_GetPixelsFromObj usages. Remove double MODULE_SCOPE definitions. ... | jan.nijtmans | 2024-05-11 | 20 | -43/+51 |
|
|
* | | | | | | | | Backported the focus highlighting for the ttk::entry, ttk::combobox, and ttk:... | csaba | 2024-05-11 | 7 | -49/+204 |
|
|
* | | | | | | | | Backported most improvements related to the "classic" theme, submitted by Emi... | csaba | 2024-05-10 | 4 | -34/+89 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ... | jan.nijtmans | 2024-05-10 | 16 | -495/+681 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr... | jan.nijtmans | 2024-05-09 | 74 | -131/+134 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Fix [ff5417505b]: xlib/X11/X.h not compilable on x64 Windows, using gcc | jan.nijtmans | 2024-05-06 | 1 | -0/+4 |
| |_|_|/
|/| | | |
|
* | | | | Add "controlAlternatingRowColor" to macosx aqua port | jan.nijtmans | 2024-05-03 | 2 | -0/+16 |
|
|
* | | | | 2 missing "static" keywords | jan.nijtmans | 2024-05-03 | 1 | -2/+2 |
|
|
* | | | | Update X11 header-files to the latest version | jan.nijtmans | 2024-05-03 | 7 | -595/+1458 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | More deprecated keysyms | jan.nijtmans | 2024-05-03 | 2 | -4/+58 |
|
|
| * | | | Handle effects of X11-update to keysyms | jan.nijtmans | 2024-05-03 | 1 | -3/+11 |
|
|
| * | | | Update to latest X11. Too many changes to rush into 9.0b2 | jan.nijtmans | 2024-05-03 | 8 | -595/+1461 |
| |/ / |
|
| * | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 10 | -25/+25 |
| |\ \
| | |/ |
|
| | * | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 10 | -28/+28 |
| | |\ |
|
| | * | | Widget Demo: added demo script for ttk::spinbox widgets. | csaba | 2024-05-01 | 3 | -9/+51 |
|
|
| | * | | Backport ttk documentation from Tk 9.0 | jan.nijtmans | 2024-05-01 | 24 | -163/+402 |
|
|
| | * | | Backout [15e322ca]: Eliminate the use of Tcl_GetPathType(), somehow doesn't w... | jan.nijtmans | 2024-05-01 | 1 | -42/+27 |
|
|
| | * | | Merge 8.6 | jan.nijtmans | 2024-04-30 | 1 | -4/+3 |
| | |\ \ |
|
| * | | | | Widget Demo: added demo script for ttk::spinbox widgets. | csaba | 2024-05-01 | 3 | -9/+51 |
|
|
| * | | | | Backout [15e322ca]: Eliminate the use of Tcl_GetPathType(), somehow doesn't w... | jan.nijtmans | 2024-05-01 | 1 | -42/+27 |
|
|
| * | | | | Fix [a84de1a4d3]: Documentation errors, last remaining errors (after all Haro... | jan.nijtmans | 2024-04-30 | 1 | -1/+0 |
|
|
| * | | | | Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used... | jan.nijtmans | 2024-04-30 | 3 | -28/+26 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Fix --disable-shared build on Windows. Eliminate warning in tkWinTest.c | jan.nijtmans | 2024-04-30 | 2 | -2/+4 |
| | |\ \ \ |
|
| * | \ \ \ | Merge 8.7: fix compiler warning in tkConfig.c. Eliminate the last usage of Tc... | jan.nijtmans | 2024-04-30 | 2 | -28/+43 |
| |\ \ \ \ \
| | |/ / / / |
|
| | * | | | | Eliminate the use of Tcl_GetPathType() | jan.nijtmans | 2024-04-30 | 1 | -27/+42 |
|
|
| | * | | | | Make TkCygwinMainEx() work when Tk 8.7 is compiled against Tcl 9.0 (cygwin-on... | jan.nijtmans | 2024-04-29 | 5 | -25/+24 |
| | |\ \ \ \ |
|