summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when HAVE_XKBKEYCODETOKEYSYM...jan.nijtmans2014-02-111-1/+1
|\
| * Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when HAVE_XKBKEYCODETOKEYSYM...jan.nijtmans2014-02-111-1/+1
* | Disable XInitThreads() call until we have a better test for it.jan.nijtmans2013-05-241-1/+2
* | Extra bit of safety. Since we check whether xinitMutex is "still NULL"dgp2013-05-231-1/+1
* | Fix for [3613668] by not calling XInitThreads when either 1) Tcl is compiled ...jan.nijtmans2013-05-231-3/+7
|\ \
| * | Only call XInitThreads() when we have a very new X11 library. Checked by look...jan.nijtmans2013-05-221-1/+1
|/ /
* | Don't work around XkbOpenDisplay's non-const-ness with a macro, when there is...jan.nijtmans2013-04-081-4/+4
|\ \ | |/
| * Don't work around XkbOpenDisplay's non-const-ness with a macro, when there is...jan.nijtmans2013-04-081-4/+4
* | silence compiler warningdgp2013-04-011-1/+1
|\ \ | |/
| * silence compiler warningdgp2013-04-011-1/+1
* | 3607830 Runtime checks that Xkb is available in the X server before trying todgp2013-04-011-1/+32
|\ \ | |/
| * Merge 8.5. Bring together the compile time and run time Xkb checks.bug_3607830dgp2013-04-011-1/+8
| |\
| * | Runtime check for Xkb support in X server.dgp2013-04-011-1/+26
| |/
| * Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning...stwo2012-08-091-1/+1
* | Put mutex around XInitThreads call, making sure it is only called once.jan.nijtmans2013-02-251-5/+10
* | Call XInitThreads once before the first Xlib call. Suggested by Brian Griffin.jan.nijtmans2013-02-181-1/+13
* | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The warning...stwo2012-08-091-1/+1
* | Fix for bug 3410609; confirmed to work on UK keyboard.dkf2011-10-251-0/+1
|\ \ | |/
| * Tentative fix for bug 3410609 - use the keysym returned by XLookupString in p...bug_3410609Kevin B Kenny2011-10-011-0/+1
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Fix [Bug 1522467] using fix similar to that used in Tcl recently.dkf2006-12-221-24/+29
| | * XIM fixes [See #905830, patch tk84-xim-fixes.patch]:jenglish2006-01-201-30/+12
| | * remove extraneous consthobbs2005-12-051-2/+2
| | * Added a workaround for SCIMrmax2005-12-051-2/+23
| | * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-2/+2
| | * * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.chobbs2004-05-031-1/+37
| | * * unix/tkUnixEvent.c (TkpCloseDisplay): Don'tmdejong2003-07-161-10/+40
| * | Cast some NULLs to (void *) in order to quash "missing sentinel in function c...stwo2011-01-061-2/+2
| * | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-8/+35
| * | Oops!dkf2010-01-021-4/+4
| * | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-011-7/+25
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-1/+1
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function c...stwo2011-01-061-2/+2
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-4/+4
* | | [Bug 2926819]: Factor out the pointer warping code a bit better and extend itdkf2010-01-061-1/+17
* | | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-5/+30
* | | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-011-7/+25
* | | Fix gcc warning: ignoring return value of ‘strtol’,nijtmans2009-12-161-10/+13
* | | fix GenericEvent Tcl_Panic errordas2008-10-221-2/+2
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-1/+9
* | | After some discussion with Joe English and subsequently thegeorgeps2008-08-191-3/+1
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
|/ /
* | XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-261-84/+34
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | Fix more type pun warnings (those not found by my local version of GCC)dkf2007-05-031-3/+3
* | Quell type-punning warnings from gcc/unix builddkf2007-01-121-2/+2
* | s/CRLF/LF/ghobbs2007-01-111-704/+704