| Commit message (Expand) | Author | Age | Files | Lines |
* | Small round of sentinel/spacing improvements | jan.nijtmans | 2024-05-24 | 1 | -13/+13 |
|
|
* | Handle Tcl_UtfToUniChar/Tcl_UniCharToUtf correctly as wellcore-bug-53fdb87e49 | jan.nijtmans | 2024-03-14 | 1 | -11/+9 |
|
|
* | Limit "screen distances" in error-messages to 50 characters (as was done some... | jan.nijtmans | 2024-01-24 | 1 | -1/+1 |
|
|
* | Revise "bad screen distance" error-messages | jan.nijtmans | 2024-01-23 | 1 | -1/+1 |
|
|
* | Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling]. | csaba | 2023-08-29 | 1 | -9/+9 |
|
|
* | Improvements related to scaling and appearance in the built-in themes alt, | csaba | 2023-08-12 | 1 | -0/+32 |
|
|
* | More -1 -> TCL_INDEX_NONE. More TCL_UNUSED( | jan.nijtmans | 2023-03-12 | 1 | -12/+12 |
|
|
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 1 | -2/+6 |
|\ |
|
| * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 1 | -6/+2 |
|
|
| * | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ... | fvogel | 2023-01-12 | 1 | -2/+2 |
|
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 1 | -2/+10 |
|
|
* | | 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 |
| |\ \ \ \
| | |/ / / |
|