summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | (backport) Update changes.mdjan.nijtmans2024-10-301-3/+3
| * | | (backport) Fix [fcfddc9f6d] and [7677029cd9]: tilde syntax for .Xdefaults an...jan.nijtmans2024-10-303-7/+30
* | | | Update changes.mdjan.nijtmans2024-11-041-0/+1
* | | | Handle non-zero exit code from hcc command (see [bb110c70d1])jan.nijtmans2024-11-041-1/+1
* | | | Fix [bb110c70d1]: cannot build .chm help file (Windows)jan.nijtmans2024-11-041-11/+15
|\ \ \ \
| * | | | Fix for [bb110c70d1]: cannot build .chm help file (Windows)jan.nijtmans2024-11-031-11/+14
|/ / / /
* | | | Added a missing item to changes.md.csaba2024-11-011-0/+1
| |_|/ |/| |
* | | Update changes.mdjan.nijtmans2024-10-311-1/+1
* | | Complete work on [f91aa24bbe]: Use of Tcl_Obj vs char * in Widget storagejan.nijtmans2024-10-315-76/+73
|\ \ \
| * | | Now it works. More Tcl_Obj usagejan.nijtmans2024-10-305-20/+20
| * | | Make a start with [f91aa24bbe] for canvtext. Doesn't work yet.jan.nijtmans2024-10-301-63/+60
|/ / /
* | | Update changes.mdjan.nijtmans2024-10-301-1/+7
* | | Fix [fcfddc9f6d] and [7677029cd9]: tilde syntax for .Xdefaults and .wishrcjan.nijtmans2024-10-304-12/+21
|\ \ \
| * | | Fix [fcfddc9f6d] too: Tilde file syntax not available on 9.0 but used by "~/....core-bug-7677029cd9jan.nijtmans2024-10-291-3/+10
| * | | Fix for [7677029cd9]: leftover use of tilde in filename stringjan.nijtmans2024-10-282-8/+10
|/ / /
* | | Fix [f91aa24bbe] for allmost all remaining widgets. Canvtext is the only one ...jan.nijtmans2024-10-2314-84/+115
|\ \ \ | |/ /
| * | Revert tkTest.c (we still want to test TK_CONFIG_STRING using char *). Make t...jan.nijtmans2024-10-234-14/+48
| * | Fix [f91aa24bbe] for allmost all remaining widgets. Canvtext is the only one ...jan.nijtmans2024-10-2315-133/+133
| |\ \
| | * | tweaksjan.nijtmans2024-10-222-3/+2
| | * | Remaining fixes for [f91aa24bbe]jan.nijtmans2024-10-2216-76/+81
| |/ /
* | | complete fix [f91aa24bbe] for imgPhotojan.nijtmans2024-10-222-36/+35
|\ \ \ | |/ /
| * | complete fix [f91aa24bbe] for imgPhotojan.nijtmans2024-10-213-46/+39
* | | Fix [f91aa24bbe] for entry/spinboxjan.nijtmans2024-10-212-67/+65
|\ \ \ | |/ /
| * | Fix [f91aa24bbe] for entry/spinboxjan.nijtmans2024-10-202-67/+65
* | | Fix [f91aa24bbe] for canvps. Few tweaks for framejan.nijtmans2024-10-202-103/+97
|\ \ \ | |/ /
| * | Fix [f91aa24bbe] for canvps. Few tweaks for framejan.nijtmans2024-10-192-111/+102
| * | (backport) Fix [ac7c1fa381]: Crash at Tk startupjan.nijtmans2024-10-191-5/+5
* | | Fix [ac7c1fa381]: Crash at Tk startup, introduced by [6b7d9bbd37].fvogel2024-10-191-1/+1
* | | Missing {} in wm-stackorder-2.3 testcasejan.nijtmans2024-10-181-1/+1
|\ \ \ | |/ /
| * | Merge-markjan.nijtmans2024-10-180-0/+0
| |\ \ | | |/
| | * Missing {}jan.nijtmans2024-10-181-1/+1
| * | Revert part of [d64d63d0a701d517]: We won't fix [29ba539501] in Tk 8.7jan.nijtmans2024-10-182-95/+69
| * | Missing {} in wm-stackorder-2.3 testcasejan.nijtmans2024-10-181-1/+1
* | | Merge-markjan.nijtmans2024-10-180-0/+0
|\ \ \ | |/ /
| * | framePtr->menuNameObj could be NULL herejan.nijtmans2024-10-181-2/+2
* | | Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in Wid...jan.nijtmans2024-10-185-70/+66
|\ \ \ | |/ /
| * | (cherry-pick): Fix wm-stackorder-2.3 on CIjan.nijtmans2024-10-181-2/+10
| |\ \ | | |/
| | * (cherry-pick): Fix wm-stackorder-2.3 on CIjan.nijtmans2024-10-181-30/+38
| * | Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in Wid...jan.nijtmans2024-10-186-81/+77
* | | Fix wm-stackorder-2.3 on CI (hopefully)culler2024-10-181-2/+8
|\ \ \
| * | | Attempt to fix wm-stackorder-2.3, which never fails on real machines but fail...culler2024-10-181-2/+8
* | | | Guard against one more crash at exit (seen on Catalina).marc_culler2024-10-171-0/+3
|/ / /
* | | Add code in the Aqua TkpInit function to redirect stderr to /dev/null if TK_N...culler2024-10-172-0/+12
|\ \ \
| * | | Add environment variable to optionally redirect stderr to /dev/nullculler2024-10-171-0/+3
* | | | macOS 12 runner image will be removedjan.nijtmans2024-10-171-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | macOS 12 runner image will be removedjan.nijtmans2024-10-171-1/+1
| |\ \ | | |/
| | * macOS 12 runner image will be removedjan.nijtmans2024-10-171-2/+2
* | | Better exit handling of updateLayer; clean builds for a 10.9 target on macOS ...culler2024-10-165-9/+12
|\ \ \
| * | | Fix build on macOS 14 Mojavemarc_culler2024-10-161-0/+1
| * | | Fix build on macOS 10.15 Catalinamarc_culler2024-10-162-0/+4