summaryrefslogtreecommitdiffstats
path: root/generic/tkCmds.c
Commit message (Expand)AuthorAgeFilesLines
* silence compiler warningsdgp2025-11-141-2/+2
* Merge 9.0jan.nijtmans2025-11-041-3/+3
|\
| * Merge tk-print-fixes branch, which contains various fixes for 'tk print'jan.nijtmans2025-11-041-3/+3
| |\ | |/ |/|
* | Added a few comments.csaba2025-09-291-4/+16
* | Minor improvements.csaba2025-09-271-2/+2
* | Replaced the implementation in Tcl with one written in C. Thanks to Emiliano!csaba2025-09-261-68/+442
* | Improved the error handling.csaba2025-09-191-4/+1
* | Revisited implementation of TIP 729 ("Add a tk attribtable command to the cor...csaba2025-09-181-1/+40
|/
* (cherry-pick): Fix a lot of comments, regarding argv/argc -> objv/objcjan.nijtmans2025-02-191-3/+3
* Eliminate PREFER_MOST_SPECIALIZED_EVENT, since it's always 1 and not document...jan.nijtmans2024-12-111-4/+4
* Fix [0189a9ae39]: Use of Tk_Uid in Tk APIjan.nijtmans2024-09-021-2/+2
|\
| * Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-2/+2
| |\ | |/ |/|
| * Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-13/+13
| |\
| * \ Merge 8.7jan.nijtmans2024-02-161-1/+1
| |\ \
| * \ \ Merge 8.7jan.nijtmans2024-02-141-1/+1
| |\ \ \ | | |/ /
| * | | Merge 8.7jan.nijtmans2024-02-071-2/+2
| |\ \ \
| * \ \ \ Merge 8.7jan.nijtmans2024-01-251-4/+4
| |\ \ \ \
* | \ \ \ \ Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
* | | | | | Small round of sentinel/spacing improvementsjan.nijtmans2024-05-241-13/+13
| |_|_|_|/ |/| | | |
* | | | | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-141-1/+1
| |_|_|/ |/| | |
* | | | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-2/+2
| |_|/ |/| |
* | | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-1/+1
| |/ |/|
* | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-291-32/+55
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-4/+3
* | Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-3/+3
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-26/+26
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+2
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-2/+10
* | Let (internal) TkGetDisplayOf() return Tcl_Size, not intjan.nijtmans2022-12-151-27/+30
* | Merge 8.6jan.nijtmans2022-12-141-7/+5
|\ \ | |/
| * Allow "tk scaling" in safe interpreters, but not when they try to set the sca...jan.nijtmans2022-12-141-227/+9
* | More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-031-40/+41
* | Some more int -> Tcl_Sizejan.nijtmans2022-10-271-2/+2
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-5/+5
* | Merge 8.7jan.nijtmans2022-05-171-15/+19
|\ \
| * | More alphabetizing Tk options. More type-cast improvementsjan.nijtmans2022-05-121-12/+12
| * | Proposed fix for [f63c37be3a]: functionality on a safe interpreter with Tkjan.nijtmans2022-04-201-3/+7
* | | Merge 8.7jan.nijtmans2022-03-021-1/+1
|\ \ \ | |/ /
| * | Fix crash with Tcl9 headersjan.nijtmans2022-02-011-2/+3
| * | Change winPtr->optionLevel and winPtr->numTags from int to size_t, when compi...jan.nijtmans2022-01-311-3/+3
* | | Use TIP #616 API (WIP)jan.nijtmans2022-01-311-3/+3
|/ /
* | Merge 8.6jan.nijtmans2021-02-251-2/+4
|\ \ | |/
| * Fix [be9cade996]: sigsegv in tkwait. Propagate the fix from https://core.tcl-...fvogel2021-02-201-2/+4
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-3/+3
* | Merge 8.6jan.nijtmans2020-09-151-17/+8
|\ \ | |/
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-44/+37
* | Merge 8.6jan.nijtmans2020-08-041-0/+16
|\ \ | |/
| * end-of-line spacing cleanupjan.nijtmans2020-08-031-1/+1