summaryrefslogtreecommitdiffstats
path: root/generic/tkCmds.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * The colormaps do not fix winfo rgb. Handle that directly. And deal with Big...culler2020-08-011-0/+16
* | TIP 569 remove lint commentsdgp2020-03-181-7/+0
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-29/+38
* | Add XLowerWindow to MacOS X11 stub tablejan.nijtmans2019-10-021-1/+1
|\ \
| * | Fix [95d5e459d12]: Test tk-4.7 (useinputmethods) fails in trunk (Win)jan.nijtmans2019-10-021-1/+1
* | | Eliminate some dead codejan.nijtmans2019-10-011-217/+0
|/ /
* | Merge trunkjan.nijtmans2019-09-251-8/+8
|\ \
| * \ Merge 8.6jan.nijtmans2019-09-241-1/+1
| |\ \ | | |/
| | * Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-1/+1
| * | Merge 8.6jan.nijtmans2019-09-241-7/+7
| |\ \ | | |/
| | * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-7/+7
* | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa...jan.nijtmans2019-08-141-7/+0
|/ /
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge...jan.nijtmans2019-04-021-29/+29
* | A few WideINT-related range improvements and comment fixesjan.nijtmans2018-12-121-5/+5
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-3/+4
* | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ForwardX11Trust...fvogel2018-02-111-0/+3
|\ \ | |/
| * Patch refinement from Christian Werner. It is now possible to 'make test' wit...fvogel2018-01-311-0/+3
* | Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing T...jan.nijtmans2017-02-131-4/+3
|/
* Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality.jan.nijtmans2014-05-221-5/+5
* Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.jan.nijtmans2014-02-101-2/+2