summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixEvent.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix [Bug 1522467] using fix similar to that used in Tcl recently.dkf2006-12-221-701/+704
* XIM fixes [See #905830, patch tk84-xim-fixes.patch].jenglish2006-01-201-30/+12
* remove extraneous consthobbs2005-12-071-2/+2
* * unix/tkUnixEvent.c (OpenIM): Added a workaround to allow atrmax2005-12-051-2/+23
* ANSIfydkf2005-11-131-146/+143
* * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.chobbs2004-05-031-1/+37
* Replaced TclpGetTime() with Tcl_GetTime(), to removejenglish2004-01-311-3/+3
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-2/+2
* * generic/tkEvent.c: Added three new functions: TkCreateExitHandler,davygrvy2003-12-211-2/+2
* * unix/tkUnixEvent.c (TkpCloseDisplay): Don'tmdejong2003-07-021-10/+40
* unix/tkUnixEvent.c (OpenIM): Remove unused variablejenglish2003-01-101-3/+2
* * unix/configure: Regen.mdejong2002-09-151-1/+18
* * generic/tkBind.c (TkBindDeadWindow):mdejong2002-06-191-11/+8
* 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/+15
* * unix/tkUnixEvent.c (TkpCloseDisplay): call TkSendCleanup andhobbs2002-04-121-26/+25
* * unix/tkUnixEvent.c:hobbs2002-04-051-2/+96
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-2/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-45/+67
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+498