summaryrefslogtreecommitdiffstats
path: root/generic/tkEvent.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunk (after fixing conflicts)fvogel2019-08-041-18/+9
|\
| * Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu...jan.nijtmans2019-07-301-4/+4
| * New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-231-23/+12
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Remove unused static function definition (same as [2136a574])fvogel2019-08-041-1/+0
* | Cherrypicked [3b3c3b02]: Remove the crazy function UpdateButtonEventState whi...fvogel2019-08-041-67/+0
|/
*-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
|\ \
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-2/+2
| | |\
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
* | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-8/+8
* | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-9/+9
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-9/+9
| |/
| * (cherry-pick): Fix crash in TkFinalize() if Tk_Init() is never called. Sugges...jan.nijtmans2016-02-111-0/+6
| * Remove useless (void *) casts introduced in checkin [b7a58eae61]. The warning...stwo2012-08-091-3/+3
* | Proposed fix for [7d967c68a09e07e355358af40f36dd5dd84c7022|7d967c68]: Tk appl...jan.nijtmans2016-12-151-1/+12
* | Fix crash in TkFinalize() if Tk_Init() is never called. Suggested by Brian Gr...jan.nijtmans2016-02-111-0/+6
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-1/+1
* | typojan.nijtmans2013-11-201-1/+1
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-1/+1
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-1/+1
* | merge trunkdkf2012-08-141-3/+3
|\ \
| * | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The warning...stwo2012-08-091-3/+3
* | | minor improvements to flag handlingdkf2012-07-311-1/+1
|/ /
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * 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
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-17/+16
* | | Cast some NULLs to (void *) in order to quash "missing sentinel in function c...stwo2011-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.dkf2010-01-021-20/+19
* | | 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-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!dkf2008-12-281-9/+3
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-6/+6
* | | Fix for [Bug 2010422] "no event type or button # or keysymjenglish2008-08-051-5/+24
|/ /