| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 34 | -776/+772 |
|
|
* | Slightly biger "lenght" variables, in case we are using Tcl 9 | jan.nijtmans | 2020-05-20 | 2 | -3/+3 |
|
|
* | Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf... | jan.nijtmans | 2020-05-20 | 1 | -2/+2 |
|\ |
|
| * | Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc... | jan.nijtmans | 2020-05-20 | 7 | -27/+61 |
| |\ |
|
| | * | 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 | 2 | -68/+6 |
|
|
| | * | Use Glyph indexing in more places (underscoring and canvas text and some more) | jan.nijtmans | 2020-05-19 | 5 | -24/+24 |
|
|
| | * | Merge 8.6 | jan.nijtmans | 2020-05-19 | 1 | -0/+7 |
| | |\
| | |/
| |/| |
|
| | * | Add TkUtfCharComplete(), and use it in TkNumUtfChars() | jan.nijtmans | 2020-05-19 | 2 | -3/+19 |
| | |\ |
|
| | * | | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ... | culler | 2020-05-19 | 5 | -29/+113 |
|
|
| | * | | Merge 8.6 | jan.nijtmans | 2020-05-18 | 3 | -3/+11 |
| | |\ \ |
|
| | * \ \ | More improvements handling characters > U+FFFF as surrogates. Add internal Tk... | jan.nijtmans | 2020-05-14 | 10 | -132/+177 |
| | |\ \ \ |
|
* | | \ \ \ | Merge 8.6 | jan.nijtmans | 2020-05-19 | 3 | -3/+41 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal... | jan.nijtmans | 2020-05-19 | 3 | -3/+42 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge 8.6 | jan.nijtmans | 2020-05-18 | 2 | -3/+4 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Eliminate two Tcl_UtfNext() calls, because the UtfToUniChar() variants are mo... | jan.nijtmans | 2020-05-18 | 2 | -3/+4 |
| | |_|/
| |/| | |
|
| * | | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it... | jan.nijtmans | 2020-05-18 | 1 | -2/+2 |
|
|
* | | | | Don't use trans_chars array on MacOSX any more. | culler | 2020-05-17 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Don't use trans_chars array on MacOSX any more. | jan.nijtmans | 2020-05-17 | 1 | -1/+1 |
| |\ \ \ |
|
| | * \ \ | Incorporate the changes which make unix use trans_chars. | culler | 2020-05-16 | 1 | -14/+0 |
| | |\ \ \ |
|
| | | * | | | Experiment: What if we would use the trans_chars array on all platforms, X11 ... | jan.nijtmans | 2020-05-15 | 2 | -23/+9 |
| | |/ / /
| |/| | | |
|
| | * | | | Make sure unix includes its platform-specific header in files that use TkKeyE... | culler | 2020-05-15 | 1 | -0/+10 |
|
|
| | * | | | Move platform-specific declarations into platform-specific header files. | marc_culler | 2020-05-15 | 1 | -25/+5 |
|
|
| | * | | | Merge 8.6 | marc_culler | 2020-05-15 | 1 | -3/+3 |
| | |\ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Switch state and delta in TkWheelEvent so they match the layout in XKeyEvent. | marc_culler | 2020-05-14 | 1 | -1/+1 |
|
|
| | * | | | Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma... | culler | 2020-05-14 | 2 | -17/+17 |
|
|
| | * | | | First concept cleanup for [d2a10a14a8] (already merged to core-8-6-branch but... | jan.nijtmans | 2020-05-14 | 2 | -1/+27 |
| | | |/
| | |/| |
|
* | | | | Merge 8.6 | jan.nijtmans | 2020-05-15 | 2 | -4/+11 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w... | jan.nijtmans | 2020-05-15 | 2 | -1/+9 |
| |/ / |
|
* | | | Merge 8.6 | jan.nijtmans | 2020-05-13 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x... | jan.nijtmans | 2020-05-13 | 1 | -6/+6 |
|
|
* | | | Small adjustments to tkBind.c. Thanks, Francois | culler | 2020-05-12 | 1 | -10/+6 |
|\ \ \
| |/ / |
|
| * | | Small adjustments to tkBind.c. Thanks, Francois | culler | 2020-05-12 | 1 | -10/+6 |
| |\ \ |
|
| | * | | Use SET_NUMBER for Bool fields and make sure they print as Booleans; remove a... | culler | 2020-05-12 | 1 | -10/+6 |
|
|
* | | | | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo... | culler | 2020-05-12 | 1 | -113/+118 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo... | culler | 2020-05-12 | 1 | -113/+118 |
| |\ \ \
| | |/ / |
|
| | * | | Try to match signed/unsigned to xlib correctly; restore macros but try to use... | marc_culler | 2020-05-11 | 1 | -55/+67 |
|
|
| | * | | Backout the last two commits. That was my error: the original #define KEY_BUT... | fvogel | 2020-05-10 | 1 | -14/+14 |
|
|
| | * | | Remove one more apparently erroneously introduced check on the VIRTUAL flag. | fvogel | 2020-05-10 | 1 | -1/+1 |
|
|
| | * | | Remove apparently erroneously introduced checks on the VIRTUAL flag. | fvogel | 2020-05-10 | 1 | -13/+13 |
|
|
| | * | | Restore distinguishing of the case of CROSSING in %x and %y substitutions. | fvogel | 2020-05-10 | 1 | -2/+6 |
|
|
| | * | | Remove a now useless test. | fvogel | 2020-05-10 | 1 | -1/+1 |
|
|
| | * | | Remove useless defines and make some cosmetic changes. | fvogel | 2020-05-10 | 1 | -15/+12 |
|
|
| | * | | Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent eve... | fvogel | 2020-05-10 | 1 | -108/+100 |
|
|
| | * | | Fix [d2a10a14a8]: Don't lookup keysym for mousewheel events. Patch from Chris... | fvogel | 2020-05-01 | 1 | -1/+1 |
|
|
* | | | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera... | culler | 2020-05-12 | 1 | -0/+6 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera... | culler | 2020-05-12 | 1 | -0/+6 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Revert changes to tkBind.c which will be handled by bug-d2a10a14a8/ | culler | 2020-05-11 | 1 | -5/+1 |
|
|
| | * | | Replace one hash table with an array; make keycodes work in text and entry; u... | marc_culler | 2020-05-03 | 1 | -1/+5 |
|
|