summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixKey.c
Commit message (Expand)AuthorAgeFilesLines
* Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 copyr...jan.nijtmans2024-05-091-1/+1
* Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-011-0/+7
* Fix blank spacefvogel2020-07-071-2/+2
* Same fix, code organized differentlyfvogel2020-07-071-12/+10
* Fix [09abd739b5]: bind-13.14 fails on Debian 10.fvogel2020-07-071-2/+12
* Use XK_Oslash in stead of XK_Ooblique, since that's the official X11 name now.jan.nijtmans2020-06-191-1/+5
* Fix [f4dec2c2287aee9e]: Build failure with GCC 4.X (tkUnixKey.c)jan.nijtmans2020-03-221-9/+4
* Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-111-0/+12
* Simplify the code slightly: we did already bail out earlier when (eventPtr->t...fvogel2020-02-111-4/+2
* Revert the 6 previous commits, returning therefore to the state at [eaad647e].fvogel2020-02-111-2/+2
* Let branch buildfvogel2020-02-111-1/+1
* Sigh...fvogel2020-01-281-1/+1
* Today is not a good day. event->type rather than event.typefvogel2020-01-281-1/+1
* Restore %A for KeyRelease on Linuxfvogel2020-01-281-2/+2
* Make install-sh executable. Harmless warnings in tkUnixKey.cjan.nijtmans2020-01-061-2/+2
* Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter...jan.nijtmans2019-11-011-1/+1
* Moved range check of keycode to TkpSetKeycodeAndState for ticket [382712ad].Christian Werner2018-06-031-23/+17
* Further patch from Christian Werner, on the observation that on Fedora 28 Wor...fvogel2018-05-031-3/+9
* Fix broken build (one line of the patch was missing)fvogel2018-01-181-0/+1
* Fix [382712ade6]: X11: 'event generate . <KeyPress>' segfaults. Patch from Ch...fvogel2018-01-101-1/+27
* 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-011-20/+28
|\
| * Merge 8.5. Bring together the compile time and run time Xkb checks.dgp2013-04-011-9/+15
| |\
| * | Runtime check for Xkb support in X server.dgp2013-04-011-14/+20
* | | [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-281-8/+10
|\ \ \ | | |/ | |/|
| * | [Bug 3599312]: Apply fix for Alt key problems.dkf2013-02-281-8/+10
| |\ \
| | * | The proposed fix from Bug 3599312, which should make key map handling interactdkf2013-01-071-8/+9
| | |/
| * | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-311-1/+6
| |/
| * sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-5/+5
| |\
| * | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning...stwo2012-08-091-2/+2
* | | Oops. Missed removing one line in last commit.stwo2013-01-311-2/+0
* | | Bug [3599928]: Use XkbKeycodeToKeysym if available.stwo2013-01-311-0/+7
* | | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The warning...stwo2012-08-091-2/+2
* | | Zap trailing whitespace.stwo2012-08-061-2/+2
* | | merge mark: fix typo in commentdkf2012-07-311-1/+1
|\ \ \ | |/ /
| * | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-10/+12
| |\ \ | | |/
| | * [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-9/+11
* | | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-311-10/+12
* | | Fix for bug 3410609; confirmed to work on UK keyboard.dkf2011-10-251-6/+29
|\ \ \ | |/ /
| * | Fix for bug 3410609; confirmed to work on UK keyboard.dkf2011-10-251-6/+29
| |\ \
| | * | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in p...Kevin B Kenny2011-10-011-6/+29
| |/ /
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| * | Cast some NULLs to (void *) in order to quash "missing sentinel in function c...stwo2011-01-061-3/+3
| * | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-80/+67
| * | Use Xutf8LookupString where available [Patch #1986818].jenglish2008-06-111-14/+89
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-7/+5
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function c...stwo2011-01-061-3/+3
* | | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-52/+57
* | | CONSTify return values of TkKeysymToString,nijtmans2009-12-161-4/+4