summaryrefslogtreecommitdiffstats
path: root/generic/tkEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in TkFinalize() if Tk_Init() is never called. Suggested by Brian Gr...nijtmans@users.sourceforge.net2016-02-111-0/+6
* Remove unnecessary end-of-line spacingnijtmans@users.sourceforge.net2014-11-211-1/+1
* typonijtmans@users.sourceforge.net2013-11-201-1/+1
* Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish@flightlab.com2013-02-271-1/+1
* Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...nijtmans@users.sourceforge.net2013-02-271-1/+1
* merge trunkdonal.k.fellows@manchester.ac.uk2012-08-141-3/+3
|\
| * Remove useless (void *) casts introduced in checkin [81e50c85ed]. The warning...stwo@users.sourceforge.net2012-08-091-3/+3
* | minor improvements to flag handlingdonal.k.fellows@manchester.ac.uk2012-07-311-1/+1
|/
* Purge RCS Keywordsdgp@users.sourceforge.net2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| | * XIM fixes [See #905830, patch tk84-xim-fixes.patch]:jenglish@flightlab.com2006-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:dgp@users.sourceforge.net2004-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...stwo@users.sourceforge.net2011-01-061-4/+4
| * | Fix [Bug 1373712] and [Bug 1924761].donal.k.fellows@manchester.ac.uk2010-01-021-15/+59
| * | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.donal.k.fellows@manchester.ac.uk2010-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 keysymjenglish@flightlab.com2008-08-051-5/+24
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedonal.k.fellows@manchester.ac.uk2011-03-121-17/+16
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function c...stwo@users.sourceforge.net2011-01-061-4/+4
* | | use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-131-3/+3
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.donal.k.fellows@manchester.ac.uk2010-01-021-20/+19
* | | Fix [Bug 1373712] and [Bug 1924761].donal.k.fellows@manchester.ac.uk2010-01-021-15/+59
* | | [Bug 1924761]: Consolidate calls to XFilterEvent to make input methods work.donal.k.fellows@manchester.ac.uk2010-01-011-66/+24
* | | * generic/tkEvent.c: Fix a possible segv due to a NULLgeorgeps2009-01-111-1/+7
* | | TIP#171 implementation - sanity for <MouseWheel> event handling!donal.k.fellows@manchester.ac.uk2008-12-281-9/+3
* | | Lots of small changes to make code more pretty and C89-like.donal.k.fellows@manchester.ac.uk2008-11-081-6/+6
* | | Fix for [Bug 2010422] "no event type or button # or keysymjenglish@flightlab.com2008-08-051-5/+24
|/ /
* | XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish@flightlab.com2008-03-261-81/+47
* | * library/ttk/altTheme.tcl, library/ttk/clamTheme.tcl,jenglish@flightlab.com2006-11-241-3/+1
* | Comment formattingdonal.k.fellows@manchester.ac.uk2006-02-031-16/+21
* | XIM fixes [See #905830, patch tk84-xim-fixes.patch].jenglish@flightlab.com2006-01-201-3/+5
* | ANSIfydonal.k.fellows@manchester.ac.uk2005-11-041-4/+4
* | * unix/tkUnixPort.h: Disabled inclusion of the private Tcl headerdgp@users.sourceforge.net2005-09-281-3/+23
* | Tk-internal exit handler improvements. [Bug 749908]donal.k.fellows@manchester.ac.uk2005-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]donal.k.fellows@manchester.ac.uk2005-03-141-220/+235
* | * generic/tkEvent.c (InvokeInputMethods): Call XSetICFocusrmax2004-11-111-10/+16
* | TIP#165 (user data field) implementation.donal.k.fellows@manchester.ac.uk2004-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