summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Remove some dead codejan.nijtmans2024-03-084-70/+12
* | | | | Merge-markjan.nijtmans2024-03-080-0/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify...jan.nijtmans2024-03-083-52/+4
| |\ \ \ \ | | |/ / /
* | | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify...fvogel2024-03-073-52/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify...fvogel2024-03-073-52/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Again...fvogel2024-02-251-1/+1
| | * | | Fix spaces.fvogel2024-02-251-1/+1
| | * | | Let this bugfix branch build and test at Github Actions.fvogel2024-02-253-1/+4
| | * | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify...fvogel2024-02-253-52/+4
* | | | | Merge 8.7jan.nijtmans2024-03-0719-173/+116
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Another round of int -> Tcl_Size changesjan.nijtmans2024-03-0720-212/+153
* | | | | Merge 8.7jan.nijtmans2024-03-0612-53/+44
|\ \ \ \ \ | |/ / / /
| * | | | Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signaturesjan.nijtmans2024-03-0612-53/+44
* | | | | Merge 8.7jan.nijtmans2024-03-061-5/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2024-03-061-2/+2
| |\ \ \ \ | | |/ / /
| | * | | typo's in changes file (backported)jan.nijtmans2024-03-061-8/+8
| * | | | a6 -> b1, as preparation for possible release (one day, hopefully)jan.nijtmans2024-03-068-12/+12
* | | | | Merge 8.7. b1 -> b2: preparation for releasejan.nijtmans2024-03-059-9/+143
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6jan.nijtmans2024-03-051-0/+128
| |\ \ \ \ | | |/ / /
| | * | | merge releasedgp2024-02-289-9/+137
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fixes to changes file. (Thanks Christopher Chavez!)core-8-6-14dgp2024-02-281-4/+4
| | | * | Added a missing bugfix to changes file.csaba2024-02-221-0/+3
| | | * | rest of the changesdgp2024-02-211-1/+16