summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge 9.0core-tip-626jan.nijtmans36 hours95-3451/+4112
|\
| * Fix [f91aa24bbe] for allmost all remaining widgets. Canvtext is the only one ...jan.nijtmans4 days8-43/+76
| |\
| | * Revert tkTest.c (we still want to test TK_CONFIG_STRING using char *). Make t...jan.nijtmans4 days4-14/+48
| | * Fix [f91aa24bbe] for allmost all remaining widgets. Canvtext is the only one ...jan.nijtmans4 days9-53/+49
| | |\
| | | * tweaksjan.nijtmans4 days1-1/+1
| | | * Remaining fixes for [f91aa24bbe]jan.nijtmans4 days10-45/+49
| | |/
| * | complete fix [f91aa24bbe] for imgPhotojan.nijtmans5 days2-36/+35
| |\ \ | | |/
| | * complete fix [f91aa24bbe] for imgPhotojan.nijtmans6 days2-37/+36
| * | Fix [f91aa24bbe] for entry/spinboxjan.nijtmans6 days2-67/+65
| |\ \ | | |/
| | * Fix [f91aa24bbe] for entry/spinboxjan.nijtmans7 days2-67/+65
| * | Fix [f91aa24bbe] for canvps. Few tweaks for framejan.nijtmans7 days2-103/+97
| |\ \ | | |/
| | * Fix [f91aa24bbe] for canvps. Few tweaks for framejan.nijtmans7 days2-111/+102
| | * (backport) Fix [ac7c1fa381]: Crash at Tk startupjan.nijtmans8 days1-5/+5
| | * Revert part of [d64d63d0a701d517]: We won't fix [29ba539501] in Tk 8.7jan.nijtmans8 days1-92/+66
| | * framePtr->menuNameObj could be NULL herejan.nijtmans9 days1-2/+2
| * | Fix [ac7c1fa381]: Crash at Tk startup, introduced by [6b7d9bbd37].fvogel8 days1-1/+1
| * | Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in Wid...jan.nijtmans9 days5-70/+66
| |\ \ | | |/
| | * Fix [f91aa24bbe] for "textimage" and "frame": Use of Tcl_Obj vs char * in Wid...jan.nijtmans9 days6-81/+77
| * | Remove obsolete -single_module linker flagjan.nijtmans11 days1-1/+0
| |\ \ | | |/
| | * No longer use -Wl,-single_module linker flag: it's deprecatedjan.nijtmans11 days1-99/+68
| | |\
| | * | Remove a lot of stuff meant for macOS < 10.9core-bug-cb052066dejan.nijtmans13 days2-3/+2
| * | | Tcl_NumUtfChars-> Tcl_GetCharLength, it's more efficientjan.nijtmans11 days1-16/+15
| |\ \ \ | | | |/ | | |/|
| | * | TkNumUtfChars -> TkGetCharLength, it's more efficientjan.nijtmans11 days1-1/+2
| | * | Fix [f91aa24bbe] for "message"jan.nijtmans12 days1-99/+67
| | |/
| * | Fix [5869c270bd] and [01f58bf8f1]: Aqua issues with winfo rgb, root window be...culler13 days1-2/+2
| |\ \
| | * \ Merge mainculler2024-10-112-3/+8
| | |\ \
| | * | | New branch to fix Aqua color issues.culler2024-10-111-2/+2
| * | | | Eliminate info.commandSize, which is no longer necessary. This also unbreaks ...jan.nijtmans13 days2-7/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Eliminate info.commandSize, which is no longer necessary. This also unbreaks ...jan.nijtmans13 days2-7/+0
| * | | | Fix [f91aa24bbe] for CanvImg and scrollbarjan.nijtmans13 days4-79/+58
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Improvements in canvas images and scrollbarjan.nijtmans13 days4-102/+133
| | * | Fix [f91aa24bbe] for "text": Use of Tcl_Obj vs char * in Widget storagejan.nijtmans2024-10-117-424/+193
| * | | Add commentjan.nijtmans2024-10-111-2/+5
| |\ \ \ | | |/ /
| | * | Add comment. Backported some indenting/spacingjan.nijtmans2024-10-111-2/+5
| | |\ \
| | | * | Add comment. Backported some indenting/spacingjan.nijtmans2024-10-111-2/+5
| * | | | Improved the appearance of the ttk::checkbutton widget in the "default" theme.csaba2024-10-111-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Improved the appearance of the ttk::checkbutton widget in the "default" theme.csaba2024-10-111-3/+3
| * | | | Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler()jan.nijtmans2024-10-111-0/+2
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| |
| | * | Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler()jan.nijtmans2024-10-111-0/+2
| | |\ \ | | | |/
| | | * Fix [f52986c698]: SIGABRT from Tk_DeleteErrorHandler(). Backport some code cl...jan.nijtmans2024-10-111-6/+7
| | | |\
| | | | * Fix candidate for [f52986c698]: SIGABRT from Tk_DeleteErrorHandler(). From An...fvogel2024-10-071-0/+7
| | * | | Merge 8.6jan.nijtmans2024-10-101-1/+1
| | |\ \ \ | | | |/ /
| | | * | Fix error in previous commit.fvogel2024-10-101-1/+1
| | * | | Merge 8.6jan.nijtmans2024-10-092-37/+109
| | |\ \ \ | | | |/ /
| * | | | Fix [eb332846f3]: [grid] and [pack] with half-dead argument can cause hangup ...fvogel2024-10-092-32/+96
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | A somewhat better (does not spread TK_ALREADY_DEAD flags everywhere) and more...fvogel2024-10-082-62/+90
| | * | | Do the same as previous commit for [pack] this time.fvogel2024-09-291-0/+15
| | * | | Fix [eb332846f3]: 'grid info' with half-dead argument can cause hangup or eve...fvogel2024-09-291-0/+30
| | * | | Revert [48a605ac]. This does not belong to bug [eb332846f3] but to [3f5867c997].fvogel2024-09-291-4/+2
| | * | | Remove duplicate statement (already present on line 2449 - this was present s...fvogel2024-09-281-1/+0