Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2024-03-19 | 3 | -15/+13 |
|\ | |||||
| * | int -> Tcl_Size in font handling (not done yet) | jan.nijtmans | 2024-03-19 | 3 | -15/+13 |
* | | Merge 8.7 | jan.nijtmans | 2024-03-17 | 5 | -22/+22 |
|\ \ | |/ | |||||
| * | Merge 8.6. Make some functions MODULE_SCOPE or static | jan.nijtmans | 2024-03-17 | 5 | -24/+24 |
| |\ | |||||
| | * | Fix [4298ba64eb]: MacOSX complains about 0 sized images | jan.nijtmans | 2024-03-17 | 1 | -0/+3 |
* | | | Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indenting | jan.nijtmans | 2024-03-16 | 2 | -45/+34 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-03-16 | 2 | -45/+34 |
| |\ \ | | |/ | |||||
| | * | Fix [8912083dc]: Error with property TKNSString.UTF8String. Fix indenting | jan.nijtmans | 2024-03-16 | 1 | -34/+32 |
| | * | eliminate end-of-line spacing in send.test. Code cleanup in tkFont.c | jan.nijtmans | 2024-03-16 | 2 | -28/+23 |
| * | | --disable-shared is only supported with same Tcl version | jan.nijtmans | 2024-03-16 | 2 | -2/+0 |
* | | | Merge 8.7. Fix comment (Tk 9.0 doesn't use CESU-8 internally any more) | jan.nijtmans | 2024-03-15 | 2 | -12/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge 8.6 | jan.nijtmans | 2024-03-15 | 7 | -21/+33 |
| |\ \ | | |/ | |||||
| | * | -enable-config -> enable-symbols (typo) | jan.nijtmans | 2024-03-15 | 1 | -2/+2 |
| * | | Complete fix for [53fdb87e49]: "Glyph indexing is still unperfect". Tk 8.7 no... | jan.nijtmans | 2024-03-15 | 17 | -128/+191 |
| |\ \ | |||||
| | * | | Fix --disable-shared build | jan.nijtmans | 2024-03-15 | 1 | -9/+15 |
| | * | | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as wellcore-bug-53fdb87e49 | jan.nijtmans | 2024-03-14 | 4 | -27/+17 |
| | * | | Better approach, using "Tk" prefix for UTF-32 versions of API | jan.nijtmans | 2024-03-14 | 13 | -94/+76 |
| | * | | More progress, backporting bugfix from Tk 9.0 | jan.nijtmans | 2024-03-13 | 3 | -47/+93 |
| | * | | Merge 8.7 | jan.nijtmans | 2024-03-13 | 92 | -1909/+2286 |
| | |\ \ | | |/ / | |/| | | |||||
| | * | | Continuing work on [53fdb87e49] for 8.7: Glyph indexing is still unperfect | jan.nijtmans | 2024-02-09 | 2 | -1/+40 |
* | | | | Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi... | fvogel | 2024-03-15 | 6 | -19/+31 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi... | fvogel | 2024-03-15 | 6 | -19/+31 |
| |\ \ \ | |||||
| | * | | | Fix mistake in comment. | fvogel | 2024-03-14 | 1 | -1/+1 |
| | * | | | Don't use the <<EnteredChild>> event anymore internally in Tk. Eradicate the ... | fvogel | 2024-03-13 | 3 | -11/+9 |
| | * | | | Adjust comments in PickCurrentItem(), TkTextPickCurrent() and CoreEventProc(). | fvogel | 2024-03-13 | 3 | -8/+22 |
* | | | | | Tcl_LinkVar doesn't need typecast any more (starting with Tcl 8.7) | jan.nijtmans | 2024-03-13 | 4 | -12/+12 |
* | | | | | Less type-casts, less use of [S length], fix indenting | jan.nijtmans | 2024-03-13 | 1 | -41/+43 |
* | | | | | Remove some dead code | jan.nijtmans | 2024-03-08 | 4 | -70/+12 |
* | | | | | Merge-mark | jan.nijtmans | 2024-03-08 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify... | jan.nijtmans | 2024-03-08 | 3 | -52/+4 |
| |\ \ \ \ | | |/ / / | |||||
* | | | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify... | fvogel | 2024-03-07 | 3 | -52/+4 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify... | fvogel | 2024-03-07 | 3 | -52/+4 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Again... | fvogel | 2024-02-25 | 1 | -1/+1 |
| | * | | | Fix spaces. | fvogel | 2024-02-25 | 1 | -1/+1 |
| | * | | | Let this bugfix branch build and test at Github Actions. | fvogel | 2024-02-25 | 3 | -1/+4 |
| | * | | | Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify... | fvogel | 2024-02-25 | 3 | -52/+4 |
* | | | | | Merge 8.7 | jan.nijtmans | 2024-03-07 | 19 | -173/+116 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Another round of int -> Tcl_Size changes | jan.nijtmans | 2024-03-07 | 20 | -212/+153 |
* | | | | | Merge 8.7 | jan.nijtmans | 2024-03-06 | 12 | -53/+44 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signatures | jan.nijtmans | 2024-03-06 | 12 | -53/+44 |
* | | | | | Merge 8.7 | jan.nijtmans | 2024-03-06 | 1 | -5/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2024-03-06 | 1 | -2/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | typo's in changes file (backported) | jan.nijtmans | 2024-03-06 | 1 | -8/+8 |
| * | | | | a6 -> b1, as preparation for possible release (one day, hopefully) | jan.nijtmans | 2024-03-06 | 8 | -12/+12 |
* | | | | | Merge 8.7. b1 -> b2: preparation for release | jan.nijtmans | 2024-03-05 | 9 | -9/+143 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 8.6 | jan.nijtmans | 2024-03-05 | 1 | -0/+128 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | merge release | dgp | 2024-02-28 | 9 | -9/+137 |
| | |\ \ \ | | | |/ / | | |/| | | |||||
| | | * | | Fixes to changes file. (Thanks Christopher Chavez!)core-8-6-14 | dgp | 2024-02-28 | 1 | -4/+4 |
| | | * | | Added a missing bugfix to changes file. | csaba | 2024-02-22 | 1 | -0/+3 |
| | | * | | rest of the changes | dgp | 2024-02-21 | 1 | -1/+16 |