summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Make Tk compile/run either with or without TIP #644: Make Tcl_ObjType extensiblejan.nijtmans2022-11-1512-94/+129
* typo. TCL_MAJOR_VERSION should have been TK_MAJOR_VERSION here.jan.nijtmans2022-11-041-1/+1
* Put back (void)cdata, since it otherwise causes a warning on Win32jan.nijtmans2022-11-031-0/+2
* On MacOS, cdata is not unused!jan.nijtmans2022-11-031-1/+1
* If compiled with -DTK_NO_DEPRECATED, make TK_CONFIG_OBJS mandatory. So, we co...jan.nijtmans2022-11-032-0/+28
* TkCanvPostscriptCmd -> TkCanvPostscriptObjCmdjan.nijtmans2022-11-033-20/+12
* Allow specPtr->offset to have the value TCL_INDEX_NONE. Use this in tkImgPhot...jan.nijtmans2022-11-032-17/+25
* More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-034-56/+66
* More Tcl_Size usages (so longer lists can be handled with >= Tcl 9.0 headers)jan.nijtmans2022-11-031-1/+2
* Only define Tcl_Size for Tcl 8.6, require it for higher versionsjan.nijtmans2022-11-021-1/+1
|\
| * Better not specify chars[1], just a little more space prevents a gcc warningjan.nijtmans2022-11-021-1/+1
* | Allow TkTextSegToOffset to return a Tcl_Size. Make undoMarkId last field of T...jan.nijtmans2022-11-013-10/+11
* | int -> Tcl_Size in Tk_ChunkMeasureProc/Tk_ChunkBboxProcjan.nijtmans2022-10-314-21/+21
* | Enhance TkSelDefaultSelection function (int maxBytes -> Tcl_Size maxBytes)jan.nijtmans2022-10-312-45/+46
* | Merge 8.6. Use Tcl_Size in (undocumented) Tk_GetStyledElement functionjan.nijtmans2022-10-315-14/+17
|\ \ | |/
| * Enhance TKFLEXARRAY macro, in case we have a C99 compiler. But ... it cannot...jan.nijtmans2022-10-312-2/+4
* | use PTR2INT herejan.nijtmans2022-10-301-1/+1
* | Make everything work (again) with Tcl 8.6 toojan.nijtmans2022-10-309-17/+17
|\ \ | |/
* | Merge 8.6jan.nijtmans2022-10-301-21/+18
|\ \ | |/
| * Simplify Tk_ConfigureWidget() call, using TK_CONFIG_OBJS flagjan.nijtmans2022-10-301-30/+20
* | even more int -> Tcl_Sizejan.nijtmans2022-10-3018-118/+113
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-3028-153/+146
* | Eliminate intermediate numObjects1/objc1 variablesjan.nijtmans2022-10-302-7/+5
* | Merge 8.6jan.nijtmans2022-10-274-15/+14
|\ \ | |/
| * Tk_GetScrollInfo() -> Tk_GetScrollInfoObj(). Make invalid TK_SCROLL_???? valu...jan.nijtmans2022-10-274-18/+17
* | Some more int -> Tcl_Sizejan.nijtmans2022-10-279-18/+23
* | Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions f...fvogel2022-10-261-58/+82
|\ \ | |/
| * Rework comments a bit more.fvogel2022-10-251-3/+3
| * Rework comments a bit.fvogel2022-10-251-47/+47
| * Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions f...fvogel2022-10-241-17/+41
* | Fix signature for TkpDrawCharsInContext/TkDrawAngledChars, when compiling wit...jan.nijtmans2022-10-263-6/+6
* | Adapt to TIP #628 (mainly TkSizeT -> Tcl_Size)jan.nijtmans2022-10-2483-1131/+1020
|\ \
| * | Tcl_Size usage warning fixes, more ClientData -> void *jan.nijtmans2022-10-2119-288/+276
| * | Merge 8.7jan.nijtmans2022-10-203-2/+7
| |\ \
| * | | Another attemptjan.nijtmans2022-10-141-1/+1
| * | | Merge 8.7jan.nijtmans2022-10-131-2/+2
| |\ \ \
| * | | | Fix buildjan.nijtmans2022-10-123-4/+4
| * | | | Rebase to 8.7jan.nijtmans2022-10-1275-863/+759
| |\ \ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2022-07-252-4/+4
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2022-07-051-1/+1
| | |\ \ \ \ \
| | * | | | | | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-2575-863/+759
| | |/ / / / /
* | | | | | | Undo previous update in tkEntry.[ch]: this was only meant as demojan.nijtmans2022-10-222-3/+2
* | | | | | | Merge 8.7jan.nijtmans2022-10-203-2/+7
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge core-8-6-branch that just received changes from unstable_tests branch, ...fvogel2022-10-172-2/+2
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge unstable_tests branch. This commit stabilizes several more tests that c...fvogel2022-10-172-2/+2
| | |\ \ \ \ \
| | | * \ \ \ \ Merge 8.6. At this point (before the present merge), branch unstable_tests ru...fvogel2022-10-152-14/+31
| | | |\ \ \ \ \
| | | * | | | | | Backout previout commit [34a6cef5] since unixEmbed-10.2 and unixEmbed-11.2 ca...fvogel2022-10-101-1/+3
| | | * | | | | | Experiment. See whether this fixes the sporadic unixEmbed test failures with ...fvogel2022-10-091-3/+1
| | | * | | | | | Backout [f8742cd6]. This printf didn't trigger.fvogel2022-10-091-1/+0
| | | * | | | | | Instrument TheWorldHasChanged() to see whether font-47.2 failure is due to ab...fvogel2022-10-081-0/+1