| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
| | * | | Now that TkUniCharToUtf() produces maximum of 4 bytes, reduce storage. More c... | jan.nijtmans | 2019-11-21 | 1 | -8/+11 |
| |/ / |
|
* | | | Merge 8.6 | jan.nijtmans | 2019-10-15 | 1 | -6/+8 |
|\ \ \
| |/ / |
|
| * | | One step more in fully fixing [a179564826]: Tk 8.6: prevent issues when encou... | jan.nijtmans | 2019-10-15 | 1 | -6/+8 |
| |/ |
|
| * | Eliminate type-casts, by using size_t type internally in more situations. No ... | jan.nijtmans | 2018-08-10 | 1 | -1/+1 |
|
|
* | | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu... | jan.nijtmans | 2019-07-30 | 1 | -1/+1 |
|
|
* | | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in imp... | jan.nijtmans | 2019-07-30 | 1 | -3/+3 |
|
|
* | | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c... | jan.nijtmans | 2019-04-04 | 1 | -12/+5 |
|
|
* | | Some more internal use of TkSizeT (improvement of older code). No longer test... | jan.nijtmans | 2018-10-24 | 1 | -3/+1 |
|
|
* | | Add support for TIP #481, which provides a possible alternative for the utili... | jan.nijtmans | 2018-08-13 | 1 | -2/+3 |
|
|
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca... | jan.nijtmans | 2018-08-11 | 1 | -9/+29 |
|
|
* | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro... | jan.nijtmans | 2018-07-10 | 1 | -1/+1 |
|
|
* | | Merge core-8-6-branch | jan.nijtmans | 2018-04-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Improved surrogate handling for TCL_UTF_MAX=3|4. (backported from androwish).... | jan.nijtmans | 2018-04-11 | 1 | -1/+1 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2016-09-26 | 1 | -0/+80 |
|\ \
| |/ |
|
| * | Introduce two utility functions for handling Unicode surrogate pairs, and use... | jan.nijtmans | 2016-09-26 | 1 | -0/+80 |
|
|
* | | Whitespace fixes | jan.nijtmans | 2016-06-15 | 1 | -1/+1 |
|/ |
|
* | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u... | fvogel | 2016-04-21 | 1 | -2/+7 |
|
|
* | some more int -> size_t changes | jan.nijtmans | 2013-02-01 | 1 | -3/+4 |
|
|
* | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. | jan.nijtmans | 2013-01-28 | 1 | -1/+1 |
|
|
* | Generate -errorcode values to go with errors. Generate messages and postscript | dkf | 2012-08-27 | 1 | -67/+72 |
|\ |
|
| * | Purged Tcl_AppendElement from all non-test code. | dkf | 2012-07-29 | 1 | -26/+31 |
|
|
| * | Much more cleaning up of result handling. | dkf | 2012-07-23 | 1 | -54/+40 |
|
|
| * | Working towards adding all the Tcl_SetErrorCode calls that should be there. | dkf | 2012-07-16 | 1 | -0/+14 |
|/ |
|
* | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
| |\ |
|