| 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 | 1 | -5/+7 |
|
|
* | More usage for Tcl_Size (internal TkEnsemble) | jan.nijtmans | 2022-11-03 | 1 | -4/+9 |
|
|
* | even more int -> Tcl_Size | jan.nijtmans | 2022-10-30 | 1 | -1/+1 |
|
|
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0) | jan.nijtmans | 2022-10-30 | 1 | -2/+3 |
|
|
* | Some more int -> Tcl_Size | jan.nijtmans | 2022-10-27 | 1 | -2/+7 |
|
|
* | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -9/+9 |
|
|
* | TIP #606 implementation. TODO: documentation | jan.nijtmans | 2021-12-21 | 1 | -1/+1 |
|
|
* | In case-statements, use "default:" in stead of "case TK_ANCHOR_CENTER:". So u... | jan.nijtmans | 2021-12-17 | 1 | -16/+16 |
|
|
* | TIP 608 implementation - Add <<TkWorldChanged>> virtual event | griffin | 2021-10-22 | 1 | -0/+1 |
|\ |
|
| * | Possible fix for tkticket 3049518 - Generate <<TkWorldChanged>> event. | griffin | 2021-08-04 | 1 | -0/+1 |
|
|
| * | TkUtfPrev() is only needed when sizeof(Tcl_UniChar) == 2 | jan.nijtmans | 2021-03-15 | 1 | -22/+20 |
|
|
* | | Get rid of hackery function TkUtfPrev(): No longer necessary due to TIP #575 | jan.nijtmans | 2021-03-15 | 1 | -48/+6 |
|
|
* | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co... | jan.nijtmans | 2020-12-11 | 1 | -15/+2 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -2/+2 |
|
|
* | | Merge trunk | jan.nijtmans | 2020-10-06 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-10-01 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS... | jan.nijtmans | 2020-10-01 | 1 | -1/+1 |
|
|
| | * | Fix TkUtfAtIndex(), still was not 100% correct. | jan.nijtmans | 2020-05-20 | 1 | -1/+2 |
|
|
| | * | > ... >= | jan.nijtmans | 2020-05-19 | 1 | -1/+1 |
|
|
| | * | Little variation on bug-a179564826, in which Character indexing is kept, but ... | jan.nijtmans | 2020-05-19 | 1 | -66/+5 |
|
|
| | * | Merge 8.6 | jan.nijtmans | 2020-05-19 | 1 | -0/+7 |
| | |\ |
|
| | * \ | Add TkUtfCharComplete(), and use it in TkNumUtfChars() | jan.nijtmans | 2020-05-19 | 1 | -3/+16 |
| | |\ \ |
|
| | * | | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 1 | -0/+78 |
|
|
| | * | | | More improvements handling characters > U+FFFF as surrogates. Add internal Tk... | jan.nijtmans | 2020-05-14 | 1 | -0/+29 |
| | |/ / |
|
* | | | | Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet) | jan.nijtmans | 2020-09-15 | 1 | -70/+102 |
|\ \ \ \
| |/ / / |
|
| * | | | New TIP #580 implementation. Documentation still missing. | jan.nijtmans | 2020-07-14 | 1 | -2/+2 |
|
|
| * | | | Formatting and even more size_t usage. | jan.nijtmans | 2020-05-25 | 1 | -4/+4 |
|
|
| * | | | More progress | jan.nijtmans | 2020-05-22 | 1 | -8/+8 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-05-19 | 1 | -0/+36 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal... | jan.nijtmans | 2020-05-19 | 1 | -0/+37 |
| | |/ |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-04-06 | 1 | -11/+9 |
| |\ \
| | |/ |
|
| | * | Better implementation of TkUtfToUniChar(), one that doesn't require cooperati... | jan.nijtmans | 2020-04-06 | 1 | -26/+21 |
| | |\ |
|
| * | \ | Merge 8.6. More TCL_UNUSED() usage. | jan.nijtmans | 2020-03-19 | 1 | -2/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Instroduce TCL_UNUSED() macro, and use to make more -Wextra warnings disappear. | jan.nijtmans | 2020-03-08 | 1 | -26/+13 |
|
|
| * | | | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -0/+1 |
| |\ \ \ |
|
| | * \ \ | Merge 8.6 | jan.nijtmans | 2020-02-24 | 1 | -0/+1 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Work around a few new gcc(-9) warnings. | jan.nijtmans | 2020-02-24 | 1 | -0/+1 |
|
|
| | | * | | (cherry-pick): Don't panic for "Wild GenericEvent"'s: Just filter out all eve... | jan.nijtmans | 2020-02-05 | 1 | -5/+3 |
|
|
| * | | | | Merge trunk | jan.nijtmans | 2020-02-05 | 1 | -3/+1 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Protect better against possible confusion between XGenericEvent's and (Tcl-sp... | jan.nijtmans | 2020-02-05 | 1 | -5/+3 |
|
|
| * | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -23/+34 |
| |/ / / |
|
| * | | | Fix build against Tcl 9 | dgp | 2019-12-06 | 1 | -1/+1 |
|
|
| * | | | Merge 8.6. When compiling against Tcl 9.0 headers, don't allow Emoji escape s... | jan.nijtmans | 2019-12-01 | 1 | -1/+6 |
| |\ \ \
| | |/ / |
|
| | * | | In tkUnixFont, make sure that the utf-to-ucs2 encoder clamps at 0xFFFF. Use m... | jan.nijtmans | 2019-12-01 | 1 | -1/+1 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-11-29 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [d4f5620f5d]: font-4.14 fails (font actual with unicode). Add another tes... | jan.nijtmans | 2019-11-29 | 1 | -1/+1 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-11-26 | 1 | -21/+17 |
| |\ \ \
| | |/ / |
|
| | * | | Various cleanups in Unicode handling. Note that without Xft on X11 we don't h... | jan.nijtmans | 2019-11-26 | 1 | -21/+17 |
| | |\ \ |
|
| | | * | | More code simplification | jan.nijtmans | 2019-11-21 | 1 | -15/+12 |
|
|
| | | * | | Oops _WIN32 with single underscore | jan.nijtmans | 2019-11-21 | 1 | -1/+1 |
|
|