summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* More progressjan.nijtmans2020-05-2256-955/+960
|\
* | Minor compiler warningjan.nijtmans2020-05-221-1/+1
* | More progressjan.nijtmans2020-05-215-17/+38
* | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-219-85/+95
|/
* Slightly biger "lenght" variables, in case we are using Tcl 9jan.nijtmans2020-05-202-3/+3
* Merge 8.6. Protection done by TkUtfAtIndex() not needed here, because Tcl_Utf...jan.nijtmans2020-05-201-2/+2
|\
| * Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-207-27/+61
| |\
| | * Fix TkUtfAtIndex(), still was not 100% correct.jan.nijtmans2020-05-201-1/+2
| | * > ... >=jan.nijtmans2020-05-191-1/+1
| | * Little variation on bug-a179564826, in which Character indexing is kept, but ...jan.nijtmans2020-05-192-68/+6
| | * Use Glyph indexing in more places (underscoring and canvas text and some more)jan.nijtmans2020-05-195-24/+24
| | * Merge 8.6jan.nijtmans2020-05-191-0/+7
| | |\ | | |/ | |/|
| | * Add TkUtfCharComplete(), and use it in TkNumUtfChars()jan.nijtmans2020-05-192-3/+19
| | |\
| | * | Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-195-29/+113
| | * | Merge 8.6jan.nijtmans2020-05-183-3/+11
| | |\ \
| | * \ \ More improvements handling characters > U+FFFF as surrogates. Add internal Tk...jan.nijtmans2020-05-1410-132/+177
| | |\ \ \
* | | \ \ \ Merge 8.6jan.nijtmans2020-05-193-3/+41
|\ \ \ \ \ \ | |/ / / / /
| * | | | | New (internal) function TkUtfPrev(). This function can handle 4-byte (illegal...jan.nijtmans2020-05-193-3/+42
| | |_|_|/ | |/| | |
* | | | | Merge 8.6jan.nijtmans2020-05-182-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | Eliminate two Tcl_UtfNext() calls, because the UtfToUniChar() variants are mo...jan.nijtmans2020-05-182-3/+4
| | |_|/ | |/| |
| * | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it...jan.nijtmans2020-05-181-2/+2
* | | | Don't use trans_chars array on MacOSX any more.culler2020-05-171-1/+1
|\ \ \ \ | |/ / /
| * | | Don't use trans_chars array on MacOSX any more.jan.nijtmans2020-05-171-1/+1
| |\ \ \
| | * \ \ Incorporate the changes which make unix use trans_chars.culler2020-05-161-14/+0
| | |\ \ \
| | | * | | Experiment: What if we would use the trans_chars array on all platforms, X11 ...jan.nijtmans2020-05-152-23/+9
| | |/ / / | |/| | |
| | * | | Make sure unix includes its platform-specific header in files that use TkKeyE...culler2020-05-151-0/+10
| | * | | Move platform-specific declarations into platform-specific header files.marc_culler2020-05-151-25/+5
| | * | | Merge 8.6marc_culler2020-05-151-3/+3
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Switch state and delta in TkWheelEvent so they match the layout in XKeyEvent.marc_culler2020-05-141-1/+1
| | * | | Add the macOS support, using the TkWheelEvent but not the TkKeyEvent since ma...culler2020-05-142-17/+17
| | * | | First concept cleanup for [d2a10a14a8] (already merged to core-8-6-branch but...jan.nijtmans2020-05-142-1/+27
| | | |/ | | |/|
* | | | Merge 8.6jan.nijtmans2020-05-152-4/+11
|\ \ \ \ | |/ / /
| * | | Fix [a953736b546ce681cbfc]: Potential wrong use of TkKeyEvent. Finally done w...jan.nijtmans2020-05-152-1/+9
| |/ /
* | | Merge 8.6jan.nijtmans2020-05-131-8/+8
|\ \ \ | |/ /
| * | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x...jan.nijtmans2020-05-131-6/+6
* | | Small adjustments to tkBind.c. Thanks, Francoisculler2020-05-121-10/+6
|\ \ \ | |/ /
| * | Small adjustments to tkBind.c. Thanks, Francoisculler2020-05-121-10/+6
| |\ \
| | * | Use SET_NUMBER for Bool fields and make sure they print as Booleans; remove a...culler2020-05-121-10/+6
* | | | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo...culler2020-05-121-113/+118
|\ \ \ \ | |/ / /
| * | | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo...culler2020-05-121-113/+118
| |\ \ \ | | |/ /
| | * | Try to match signed/unsigned to xlib correctly; restore macros but try to use...marc_culler2020-05-111-55/+67
| | * | Backout the last two commits. That was my error: the original #define KEY_BUT...fvogel2020-05-101-14/+14
| | * | Remove one more apparently erroneously introduced check on the VIRTUAL flag.fvogel2020-05-101-1/+1
| | * | Remove apparently erroneously introduced checks on the VIRTUAL flag.fvogel2020-05-101-13/+13
| | * | Restore distinguishing of the case of CROSSING in %x and %y substitutions.fvogel2020-05-101-2/+6
| | * | Remove a now useless test.fvogel2020-05-101-1/+1
| | * | Remove useless defines and make some cosmetic changes.fvogel2020-05-101-15/+12
| | * | Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent eve...fvogel2020-05-101-108/+100
| | * | Fix [d2a10a14a8]: Don't lookup keysym for mousewheel events. Patch from Chris...fvogel2020-05-011-1/+1
* | | | Fix [585584ad66]: On Aqua, keysyms are incomplete and inconsistent for genera...culler2020-05-121-0/+6
|\ \ \ \ | |/ / /