summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* New internal function TkpCancelWarp(), which does a proper warp clean-up when...jan.nijtmans2017-05-101-8/+30
* [db8c541b6b] Prevent access of freed memory in warp pointer callbacks.dgp2017-04-061-2/+23
* Better comment explaining why some events are ignored.bug_7a838c38a1fvogel2017-01-091-3/+3
* Patch from chw for [7a838c38a1]: X11 bind event ring buffer and GraphicsExpos...fvogel2017-01-071-0/+10
* Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on s...bug_a2abc45ee6fvogel2016-08-131-1/+1
* Fixed crash when calling event generate {} <Motion> -warp 1fvogel2016-05-301-2/+5
* More complete fix for [79549a9134] - Mouse pointer warping crashes, with a no...fvogel2016-05-261-3/+4
* Fixed [79549a9134] - Mouse pointer warping crashesfvogel2016-05-261-2/+10
* Silence some compiler warnings.dgp2015-02-121-18/+18
|\
| * Different approach to stubs for the TkpScanWindowId() declaration.dgp2015-02-121-19/+19
* | Add support for an 'M' binding substitution that is replaced with the number ...Joe Mistachkin2015-02-061-2/+10
|\ \ | |/
| * Merge updates from core 8.5 branch.Joe Mistachkin2014-11-111-1/+1
| |\
| * | Add support for an 'M' binding substitution that is replaced with the number ...Joe Mistachkin2012-11-161-2/+10
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-2/+2
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-1/+1
* | | more places convertedjan.nijtmans2013-01-241-4/+4
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
|\ \ \ | | |/ | |/|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
| |\ \ | | |/ | |/|
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-1/+1
| | * unneccessary variablejan.nijtmans2012-05-021-8/+0
| * | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-20/+0
| |\ \ | | |/
| | * [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-12/+0
| | |\
* | | | minor improvements to flag handlingdkf2012-07-311-3/+3
* | | | more auditing of error codesdkf2012-07-301-1/+2
* | | | Working towards making the error codes more consistent.dkf2012-07-301-4/+7
* | | | Purged Tcl_AppendElement from all non-test code.dkf2012-07-291-55/+45
* | | | Much more cleaning up of result handling.dkf2012-07-231-20/+21
* | | | consistent error formatting, added error codesdkf2012-07-211-19/+23
* | | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-0/+25
* | | | merge trunkjan.nijtmans2012-04-261-4/+4
|\ \ \ \
| * \ \ \ [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-221-4/+4
| |\ \ \ \ | | |/ / /
| | * | | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-221-4/+4
| | |\ \ \ | | | |/ /
| | | * | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined!dkf2012-04-221-4/+4
* | | | | same bugfix, but now applied to trunkjan.nijtmans2012-04-211-16/+2
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | fix (hopefully) menu posting in the same way as window placementjan.nijtmans2012-04-201-12/+0
| | |/ | |/|
* | | [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-1/+1
|\ \ \ | | |/ | |/|
| * | [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-1/+1
| |\ \ | | |/
| | * [Bug 3176239] control-MouseWheel causes segvjan.nijtmans2012-04-061-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
| | * * generic/tkBind.c (TkBindInit): for REDO_KEYSYM_LOOKUP, changedas2006-07-211-7/+9
| | * * generic/tkBind.c (Tk_BindEvent, ChangeScreen): replacehobbs2006-04-111-6/+9
| | * * generic/tkBind.c <HandleEventGenerate>: Modified to fix wishdgp2004-05-131-3/+11
| | * * generic/tkBind.c (HandleEventGenerate): only modify root[xy]hobbs2004-02-181-11/+24
| * | Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]).jenglish2010-05-311-2/+6
| * | Fix various gcc-4.4 warnings and formatting, allnijtmans2010-01-291-163/+144
| * | revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-111-2/+1
| * | * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-101-1/+2
* | | Eliminate some more unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-141-3/+2