| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensible | jan.nijtmans | 2022-11-15 | 12 | -94/+129 |
|
|
* | typo. TCL_MAJOR_VERSION should have been TK_MAJOR_VERSION here. | jan.nijtmans | 2022-11-04 | 1 | -1/+1 |
|
|
* | Put back (void)cdata, since it otherwise causes a warning on Win32 | jan.nijtmans | 2022-11-03 | 1 | -0/+2 |
|
|
* | On MacOS, cdata is not unused! | jan.nijtmans | 2022-11-03 | 1 | -1/+1 |
|
|
* | If compiled with -DTK_NO_DEPRECATED, make TK_CONFIG_OBJS mandatory. So, we co... | jan.nijtmans | 2022-11-03 | 2 | -0/+28 |
|
|
* | TkCanvPostscriptCmd -> TkCanvPostscriptObjCmd | jan.nijtmans | 2022-11-03 | 3 | -20/+12 |
|
|
* | Allow specPtr->offset to have the value TCL_INDEX_NONE. Use this in tkImgPhot... | jan.nijtmans | 2022-11-03 | 2 | -17/+25 |
|
|
* | More usage for Tcl_Size (internal TkEnsemble) | jan.nijtmans | 2022-11-03 | 4 | -56/+66 |
|
|
* | More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers) | jan.nijtmans | 2022-11-03 | 1 | -1/+2 |
|
|
* | Only define Tcl_Size for Tcl 8.6, require it for higher versions | jan.nijtmans | 2022-11-02 | 1 | -1/+1 |
|\ |
|
| * | Better not specify chars[1], just a little more space prevents a gcc warning | jan.nijtmans | 2022-11-02 | 1 | -1/+1 |
|
|
* | | Allow TkTextSegToOffset to return a Tcl_Size. Make undoMarkId last field of T... | jan.nijtmans | 2022-11-01 | 3 | -10/+11 |
|
|
* | | int -> Tcl_Size in Tk_ChunkMeasureProc/Tk_ChunkBboxProc | jan.nijtmans | 2022-10-31 | 4 | -21/+21 |
|
|
* | | Enhance TkSelDefaultSelection function (int maxBytes -> Tcl_Size maxBytes) | jan.nijtmans | 2022-10-31 | 2 | -45/+46 |
|
|
* | | Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement function | jan.nijtmans | 2022-10-31 | 5 | -14/+17 |
|\ \
| |/ |
|
| * | Enhance TKFLEXARRAY macro, in case we have a C99 compiler. But ... it cannot... | jan.nijtmans | 2022-10-31 | 2 | -2/+4 |
|
|
* | | use PTR2INT here | jan.nijtmans | 2022-10-30 | 1 | -1/+1 |
|
|
* | | Make everything work (again) with Tcl 8.6 too | jan.nijtmans | 2022-10-30 | 9 | -17/+17 |
|\ \
| |/ |
|
* | | Merge 8.6 | jan.nijtmans | 2022-10-30 | 1 | -21/+18 |
|\ \
| |/ |
|
| * | Simplify Tk_ConfigureWidget() call, using TK_CONFIG_OBJS flag | jan.nijtmans | 2022-10-30 | 1 | -30/+20 |
|
|
* | | even more int -> Tcl_Size | jan.nijtmans | 2022-10-30 | 18 | -118/+113 |
|
|
* | | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 28 | -153/+146 |
|
|
* | | Eliminate intermediate numObjects1/objc1 variables | jan.nijtmans | 2022-10-30 | 2 | -7/+5 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-10-27 | 4 | -15/+14 |
|\ \
| |/ |
|
| * | Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu... | jan.nijtmans | 2022-10-27 | 4 | -18/+17 |
|
|
* | | Some more int -> Tcl_Size | jan.nijtmans | 2022-10-27 | 9 | -18/+23 |
|
|
* | | Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions f... | fvogel | 2022-10-26 | 1 | -58/+82 |
|\ \
| |/ |
|
| * | Rework comments a bit more. | fvogel | 2022-10-25 | 1 | -3/+3 |
|
|
| * | Rework comments a bit. | fvogel | 2022-10-25 | 1 | -47/+47 |
|
|
| * | Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions f... | fvogel | 2022-10-24 | 1 | -17/+41 |
|
|
* | | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit... | jan.nijtmans | 2022-10-26 | 3 | -6/+6 |
|
|
* | | Adapt to TIP #628 (mainly TkSizeT -> Tcl_Size) | jan.nijtmans | 2022-10-24 | 83 | -1131/+1020 |
|\ \ |
|
| * | | Tcl_Size usage warning fixes, more ClientData -> void * | jan.nijtmans | 2022-10-21 | 19 | -288/+276 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2022-10-20 | 3 | -2/+7 |
| |\ \ |
|
| * | | | Another attempt | jan.nijtmans | 2022-10-14 | 1 | -1/+1 |
|
|
| * | | | Merge 8.7 | jan.nijtmans | 2022-10-13 | 1 | -2/+2 |
| |\ \ \ |
|
| * | | | | Fix build | jan.nijtmans | 2022-10-12 | 3 | -4/+4 |
|
|
| * | | | | Rebase to 8.7 | jan.nijtmans | 2022-10-12 | 75 | -863/+759 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2022-07-25 | 2 | -4/+4 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge 8.7 | jan.nijtmans | 2022-07-05 | 1 | -1/+1 |
| | |\ \ \ \ \ |
|
| | * | | | | | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 75 | -863/+759 |
| | |/ / / / / |
|
* | | | | | | | Undo previous update in tkEntry.[ch]: this was only meant as demo | jan.nijtmans | 2022-10-22 | 2 | -3/+2 |
|
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2022-10-20 | 3 | -2/+7 |
|\ \ \ \ \ \ \
| | |_|_|_|/ /
| |/| | | | | |
|
| * | | | | | | Merge core-8-6-branch that just received changes from unstable_tests branch, ... | fvogel | 2022-10-17 | 2 | -2/+2 |
| |\ \ \ \ \ \
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | Merge unstable_tests branch. This commit stabilizes several more tests that c... | fvogel | 2022-10-17 | 2 | -2/+2 |
| | |\ \ \ \ \ |
|
| | | * \ \ \ \ | Merge 8.6. At this point (before the present merge), branch unstable_tests ru... | fvogel | 2022-10-15 | 2 | -14/+31 |
| | | |\ \ \ \ \ |
|
| | | * | | | | | | Backout previout commit [34a6cef5] since unixEmbed-10.2 and unixEmbed-11.2 ca... | fvogel | 2022-10-10 | 1 | -1/+3 |
|
|
| | | * | | | | | | Experiment. See whether this fixes the sporadic unixEmbed test failures with ... | fvogel | 2022-10-09 | 1 | -3/+1 |
|
|
| | | * | | | | | | Backout [f8742cd6]. This printf didn't trigger. | fvogel | 2022-10-09 | 1 | -1/+0 |
|
|
| | | * | | | | | | Instrument TheWorldHasChanged() to see whether font-47.2 failure is due to ab... | fvogel | 2022-10-08 | 1 | -0/+1 |
|
|