summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-041-1/+1
|\
| * Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-031-1/+1
* | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.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-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
| * | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32jan.nijtmans2018-12-261-1/+1
| |\ \ \ | | |/ /
| | * | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an...jan.nijtmans2018-12-261-1/+1
| * | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-3/+3
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-2/+2
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-10/+9
* | | Many updates for macOS. Most, but not all, were triggered by changes between...culler2018-10-301-1/+14
|\ \ \ | |/ /
| * | Increase the size of the event ring to 45 on macOS, because the new code dema...culler2018-10-261-1/+14
* | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range.jan.nijtmans2018-10-221-5/+5
* | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-1/+1
* | | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible pro...jan.nijtmans2018-07-101-2/+0
* | | Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP ...jan.nijtmans2018-07-091-1/+4
* | | Fix indentation that was lost in [f057be0817]fvogel2018-01-281-1/+1
|\ \ \ | |/ /
| * | Fix indentation that was lost in [f057be0817]fvogel2018-01-281-1/+1
* | | Merge core-8-6-branch into trunk. Fixes [1088805fff]. See [0feb63f139]culler2017-12-051-4/+5
|\ \ \ | |/ /
| * | Add an explicit procedure in bind.test which clears the pattern matcher'sculler2017-12-031-3/+3
| * | Modify the bind-15.23 test so the events left over in the ring buffer from bi...culler2017-12-031-3/+4
* | | merge core-8-6-branchjan.nijtmans2017-05-101-7/+29
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /
| * | [db8c541b6b] Prevent access of freed memory in warp pointer callbacks.dgp2017-04-061-2/+23
* | | Fix [7a838c38a1]: X11 bind event ring buffer and NoExpose event. Patch from C...fvogel2017-01-091-0/+10
|\ \ \ | |/ /
| * | Better comment explaining why some events are ignored.fvogel2017-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...fvogel2016-08-231-1/+1
|\ \ \ | |/ /
| * | Fixed [a2abc45ee6] - Cursor at wrong position after event generate -warp on s...fvogel2016-08-131-1/+1
* | | Fixed tests cases bad interactions and a forgotten mouse warping case (event ...fvogel2016-05-301-2/+5
|\ \ \ | |/ /
| * | Fixed crash when calling event generate {} <Motion> -warp 1fvogel2016-05-301-2/+5
* | | Fixed [79549a9134] - Mouse pointer warping crashesfvogel2016-05-301-2/+11
|\ \ \ | |/ /
| * | 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
* | | Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: [8356a...jan.nijtmans2016-04-111-1/+1
* | | Suggested fix for [38dc27bd1d0ecd68]: Tk does not support <Button-6> nor <But...jan.nijtmans2016-03-141-1/+1
|/ /
* | 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