summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-03-292-24/+24
|\
| * Fix [c2b8a44bb9]: compiler warnings about ckfree()jan.nijtmans2024-03-291-2/+2
| * Don't use "boolean" as variable namejan.nijtmans2024-03-274-38/+38
* | Merge 8.7jan.nijtmans2024-03-277-89/+91
|\ \ | |/
| * Revise some (void *)/(char *) usage. Now on X11, everything compiles/runs wit...jan.nijtmans2024-03-274-66/+66
* | Merge 8.7jan.nijtmans2024-03-253-112/+113
|\ \ | |/
| * Fix [76646bdf6]: "photo get" command leaks memoryjan.nijtmans2024-03-251-5/+4
| * Fix indenting Use (char *)NULL sentinels. Some int -> Tcl_Sizejan.nijtmans2024-03-251-108/+109
| * Fix Ttk_CreateTagTable() signaturejan.nijtmans2024-03-232-3/+3
| * Allow more tags in ttk (when compiled against Tcl 9.0)jan.nijtmans2024-03-232-10/+11
* | Merge-markjan.nijtmans2024-03-230-0/+0
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-03-236-14/+44
| |\
| | * re-generate internal stub tablesjan.nijtmans2024-03-232-0/+12
* | | Merge 8.7jan.nijtmans2024-03-2318-145/+154
|\ \ \ | |/ /
| * | Another round of int -> Tcl_Size. Use more (char *)NULL in stead of simply NU...jan.nijtmans2024-03-2321-178/+201
* | | Fix [10705db626]: Missing spaces in man pages.fvogel2024-03-224-9/+11
|\ \ \ | | |/ | |/|
| * | Fix [10705db626]: Missing spaces in man pages.fvogel2024-03-224-9/+9
* | | Fix [fdc0ed342d]: Segfault on focus -force with xvfb.fvogel2024-03-192-2/+26
|\ \ \ | |/ /
| * | Fix [fdc0ed342d]: Segfault on focus -force with xvfb.fvogel2024-03-192-2/+26
| |\ \
| | * | Let this bugfix branch build and test at Github Actions.fvogel2024-03-173-0/+3
| | * | A bit better debug info in focusDebug mode.fvogel2024-03-171-2/+2
| | * | Fix [fdc0ed342d]: Segfault on focus -force with xvfbfvogel2024-03-171-1/+1
| | * | Add test focus-8.1 currently segfaulting on Linux with xvfb and demonstrating...fvogel2024-03-172-0/+24
* | | | Merge 8.7jan.nijtmans2024-03-193-15/+13
|\ \ \ \ | | |_|/ | |/| |
| * | | int -> Tcl_Size in font handling (not done yet)jan.nijtmans2024-03-193-15/+13
* | | | Merge 8.7jan.nijtmans2024-03-175-22/+22
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Make some functions MODULE_SCOPE or staticjan.nijtmans2024-03-175-24/+24
| |\ \ \ | | |/ /
| | * | Fix [4298ba64eb]: MacOSX complains about 0 sized imagesjan.nijtmans2024-03-171-0/+3
| | |/
* | | Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indentingjan.nijtmans2024-03-162-45/+34
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-03-162-45/+34
| |\ \ | | |/
| | * Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indentingjan.nijtmans2024-03-161-34/+32
| | * eliminate end-of-line spacing in send.test. Code cleanup in tkFont.cjan.nijtmans2024-03-162-28/+23
| * | --disable-shared is only supported with same Tcl versionjan.nijtmans2024-03-162-2/+0
* | | Merge 8.7. Fix comment (Tk 9.0 doesn't use CESU-8 internally any more)jan.nijtmans2024-03-152-12/+5
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-03-157-21/+33
| |\ \ | | |/
| | * -enable-config -> enable-symbols (typo)jan.nijtmans2024-03-151-2/+2
| * | Complete fix for [53fdb87e49]: "Glyph indexing is still unperfect". Tk 8.7 no...jan.nijtmans2024-03-1517-128/+191
| |\ \
| | * | Fix --disable-shared buildjan.nijtmans2024-03-151-9/+15
| | * | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as wellcore-bug-53fdb87e49jan.nijtmans2024-03-144-27/+17
| | * | Better approach, using "Tk" prefix for UTF-32 versions of APIjan.nijtmans2024-03-1413-94/+76
| | * | More progress, backporting bugfix from Tk 9.0jan.nijtmans2024-03-133-47/+93
| | * | Merge 8.7jan.nijtmans2024-03-1392-1909/+2286
| | |\ \ | | |/ / | |/| |
| | * | Continuing work on [53fdb87e49] for 8.7: Glyph indexing is still unperfectjan.nijtmans2024-02-092-1/+40
* | | | Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi...fvogel2024-03-156-19/+31
|\ \ \ \ | | |_|/ | |/| |
| * | | Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi...fvogel2024-03-156-19/+31
| |\ \ \
| | * | | Fix mistake in comment.fvogel2024-03-141-1/+1
| | * | | Don't use the <<EnteredChild>> event anymore internally in Tk. Eradicate the ...fvogel2024-03-133-11/+9
| | * | | Adjust comments in PickCurrentItem(), TkTextPickCurrent() and CoreEventProc().fvogel2024-03-133-8/+22
* | | | | Tcl_LinkVar doesn't need typecast any more (starting with Tcl 8.7)jan.nijtmans2024-03-134-12/+12
* | | | | Less type-casts, less use of [S length], fix indentingjan.nijtmans2024-03-131-41/+43