summaryrefslogtreecommitdiffstats
path: root/generic/tkEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning...stwo2012-08-091-3/+3
* Purge RCS Keywords.dgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * XIM fixes [See #905830, patch tk84-xim-fixes.patch]:jenglish2006-01-201-3/+5
| * * generic/tkEvent.c: fix handling of ClientMessage handlers.hobbs2005-11-301-4/+4
| * * generic/tkEvent.c (Tk_HandleEvent): Call XSetICFocus wheneverrmax2004-10-261-1/+12
| * * changes:dgp2004-07-291-11/+1
| * Don't queue events for unmapped children.wolfsuit2004-07-211-1/+5
| * * generic/tkEvent.c (Tk_HandleEvent): ensure IC focus is set afterhobbs2004-07-211-1/+11
| * This gets the scroll wheel working for listboxes and text widgets for Mac OSwolfsuit2004-02-161-1/+6
| * * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-191-3/+12
* | Cast some NULLs to (void *) in order to quash "missing sentinel in function c...stwo2011-01-061-4/+4
* | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-15/+59
* | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.dkf2010-01-011-60/+18
* | * generic/tkEvent.c: Backport a fix from 8.6 for a NULL pointergeorgeps2009-01-111-1/+7
* | Fix for [Bug 2010422] "no event type or button # or keysymjenglish2008-08-051-5/+24
* | XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-261-81/+47
* | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl,jenglish2006-11-241-3/+1
* | Comment formattingdkf2006-02-031-16/+21
* | XIM fixes [See #905830, patch tk84-xim-fixes.patch].jenglish2006-01-201-3/+5
* | ANSIfydkf2005-11-041-4/+4
* | * unix/tkUnixPort.h: Disabled inclusion of the private Tcl headerdgp2005-09-281-3/+23
* | Tk-internal exit handler improvements. [Bug 749908]dkf2005-09-211-613/+725
* | On Mac OS X scrollwheel events are sent to the window under the mouse, notwolfsuit2005-06-031-3/+8
* | Correct the InvokeClientMessageHandlers logic. [Bug 1162356]dkf2005-03-141-220/+235
* | * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocusrmax2004-11-111-10/+16
* | TIP#165 (user data field) implementation.dkf2004-08-291-18/+35
* | Applied a fix from the core-8-4-branch so that unmapped windows don't queue e...georgeps2004-07-291-1/+5
* | * generic/tkEvent.c (InvokeInputMethods): ensure IC focus is sethobbs2004-07-211-1/+11
* | The usage of the TK_XIM_SPOT definition was causing a build failure with some...georgeps2004-07-051-5/+5
* | tkEvent.c was refactored to be cleaner and fix two bugs. Two bugs were found...georgeps2004-07-021-315/+650
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-6/+6
* | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler,davygrvy2003-12-211-1/+147
* | * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-191-3/+12
|/
* * generic/tkEvent.c (Tk_HandleEvent): Fixup buttonmdejong2003-02-181-2/+17
* * generic/tkBind.c (TkBindDeadWindow):mdejong2002-06-191-1/+5
* * 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-33/+34
* * generic/tk.decls: added TIP #84 implementation that adds ahobbs2002-06-151-1/+48
* * generic/tkBind.c (TkXErrorHandler): Declare staticmdejong2002-06-141-1/+3
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-8/+121
* * generic/tkInt.h: added TK_XIM_SPOT #define (default 1).hobbs2002-04-051-11/+44
* * generic/tk.h: added typdef for Tk_ClientMessageProchobbs2000-06-031-35/+162
* * generic/tkCmds.c:hobbs1999-12-161-9/+10
* * generic/tkStubInit.c:hobbs1999-12-141-1/+28
* Fixed ANSI-style function definitions so that they work on K&Rredman1999-08-131-2/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-42/+103
* Added support for the MouseWheel event.rjohnson1998-10-101-4/+9
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1