| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -2/+2 |
|\ |
|
| * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -8/+0 |
|
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -2/+10 |
|
|
* | | Let (internal) TkGetDisplayOf() return Tcl_Size, not int | jan.nijtmans | 2022-12-15 | 1 | -27/+30 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-12-14 | 1 | -7/+5 |
|\ \
| |/ |
|
| * | Allow "tk scaling" in safe interpreters, but not when they try to set the sca... | jan.nijtmans | 2022-12-14 | 1 | -227/+9 |
|
|
* | | More usage for Tcl_Size (internal TkEnsemble) | jan.nijtmans | 2022-11-03 | 1 | -40/+41 |
|
|
* | | Some more int -> Tcl_Size | jan.nijtmans | 2022-10-27 | 1 | -2/+2 |
|
|
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -5/+5 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-05-17 | 1 | -15/+19 |
|\ \ |
|
| * | | More alphabetizing Tk options. More type-cast improvements | jan.nijtmans | 2022-05-12 | 1 | -12/+12 |
|
|
| * | | Proposed fix for [f63c37be3a]: functionality on a safe interpreter with Tk | jan.nijtmans | 2022-04-20 | 1 | -3/+7 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2022-03-02 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix crash with Tcl9 headers | jan.nijtmans | 2022-02-01 | 1 | -2/+3 |
|
|
| * | | Change winPtr->optionLevel and winPtr->numTags from int to size_t, when compi... | jan.nijtmans | 2022-01-31 | 1 | -3/+3 |
|
|
* | | | Use TIP #616 API (WIP) | jan.nijtmans | 2022-01-31 | 1 | -3/+3 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2021-02-25 | 1 | -2/+4 |
|\ \
| |/ |
|
| * | Fix [be9cade996]: sigsegv in tkwait. Propagate the fix from https://core.tcl-... | fvogel | 2021-02-20 | 1 | -2/+4 |
|
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -1/+1 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -3/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-09-15 | 1 | -17/+8 |
|\ \
| |/ |
|
| * | More usage of TCL_UNUSED() and explicit type-casts | jan.nijtmans | 2020-09-15 | 1 | -44/+37 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2020-08-04 | 1 | -0/+16 |
|\ \
| |/ |
|
| * | end-of-line spacing cleanup | jan.nijtmans | 2020-08-03 | 1 | -1/+1 |
|
|
| * | The colormaps do not fix winfo rgb. Handle that directly. And deal with Big... | culler | 2020-08-01 | 1 | -0/+16 |
|
|
* | | TIP 569 remove lint comments | dgp | 2020-03-18 | 1 | -7/+0 |
|
|
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -29/+38 |
|
|
* | | Add XLowerWindow to MacOS X11 stub table | jan.nijtmans | 2019-10-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix [95d5e459d12]: Test tk-4.7 (useinputmethods) fails in trunk (Win) | jan.nijtmans | 2019-10-02 | 1 | -1/+1 |
|
|
* | | | Eliminate some dead code | jan.nijtmans | 2019-10-01 | 1 | -217/+0 |
|/ / |
|
* | | Merge trunk | jan.nijtmans | 2019-09-25 | 1 | -8/+8 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Add 7 X11 functions to the aqua stub table, which makes them accessable to st... | jan.nijtmans | 2019-09-24 | 1 | -1/+1 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2019-09-24 | 1 | -7/+7 |
| |\ \
| | |/ |
|
| | * | Don't use "class" as (internal) struct field name or local variable name. Mak... | jan.nijtmans | 2019-09-24 | 1 | -7/+7 |
|
|
* | | | Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the wa... | jan.nijtmans | 2019-08-14 | 1 | -7/+0 |
|/ / |
|
* | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -1/+1 |
|
|
* | | More use of Tcl_NewWideIntObj(), and more internal use of (size_t), for bigge... | jan.nijtmans | 2019-04-02 | 1 | -29/+29 |
|
|
* | | A few WideINT-related range improvements and comment fixes | jan.nijtmans | 2018-12-12 | 1 | -5/+5 |
|
|
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more. | jan.nijtmans | 2018-12-08 | 1 | -1/+1 |
|
|
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -3/+4 |
|
|
* | | Fix [502e74e9ad]: crash for untrusted X connections (for ssh: ForwardX11Trust... | fvogel | 2018-02-11 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Patch refinement from Christian Werner. It is now possible to 'make test' wit... | fvogel | 2018-01-31 | 1 | -0/+3 |
|
|
* | | Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing T... | jan.nijtmans | 2017-02-13 | 1 | -4/+3 |
|/ |
|
* | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality. | jan.nijtmans | 2014-05-22 | 1 | -5/+5 |
|
|
* | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro. | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 1 | -2/+2 |
|
|
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper | jenglish | 2013-02-27 | 1 | -12/+12 |
|
|
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ... | jan.nijtmans | 2013-02-27 | 1 | -12/+12 |
|
|
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca... | jan.nijtmans | 2013-02-22 | 1 | -2/+2 |
|
|