summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixKey.c
Commit message (Expand)AuthorAgeFilesLines
* 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.bug_3607830dgp2013-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 interactbug_3599312dkf2013-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...bug_3410609Kevin 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
* | | Making code neater...dkf2008-11-261-82/+64
* | | Use Xutf8LookupString where available [Patch #1986818].jenglish2008-06-111-14/+89
|/ /
* | XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-261-38/+35
* | Minor syntactic stuffdkf2007-02-271-8/+9
* | Whitespace/style/ANSI improvementsdkf2005-10-211-75/+75
|/
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-171-14/+19
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-151-2/+2
* changed TK_USE_XIM_SPOT to TK_DISPLAY_XIM_SPOT for clarityhobbs2002-06-151-2/+2
* * generic/tkEvent.c (Tk_HandleEvent):hobbs2002-06-151-6/+8
* * unix/tkUnixKey.c: added Tk_SetCaretPos and code for settinghobbs2002-04-051-2/+55
* * tests/event.test: Added test for [event generate $widgetericm2000-04-101-6/+5
* * generic/tk.decls:hobbs2000-02-091-1/+265
* * unix/tkUnixKey.c:hobbs1999-12-161-4/+4
* * Merged 8.1 branch into the main trunkstanton1999-04-161-0/+90