summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-151-33/+26
* Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
* Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-16/+16
|\
| * Merge 8.6jan.nijtmans2020-02-171-2/+3
| |\
| * | Fix [e3888d5820] (Grab on master prevents mouse pointer warp into slave widge...fvogel2020-01-251-11/+11
| * | Reorder code snippet in HandleEventGenerate to make it easier to understand. ...fvogel2020-01-061-5/+5
* | | Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore.fvogel2020-06-271-12/+56
|\ \ \
| * | | Let tests bind-33.20 and bind-33.21 pass.fvogel2020-06-211-2/+5
| * | | Make a bit more use of helper functions. No functional change.fvogel2020-05-031-10/+17
| * | | Now a mixture of my fix with Gregor's fix. All tests from bind.test do pass a...fvogel2020-05-031-5/+24
| * | | Revert my fix proposal [dfa8bbc5] and commit a fix proposal from Gregor. Test...fvogel2020-05-021-26/+19
| * | | Fix proposal for [16ef161925]: <Escape><Control-c> binding sequence not worki...fvogel2020-05-021-0/+20
| * | | Add commentsfvogel2020-05-021-2/+4
| * | | Use of IsSubsetOf function is clearer (no functional change).fvogel2020-04-121-1/+1
| | |/ | |/|
* | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it...jan.nijtmans2020-05-181-2/+2
* | | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x...jan.nijtmans2020-05-131-6/+6
* | | Use SET_NUMBER for Bool fields and make sure they print as Booleans; remove a...culler2020-05-121-10/+6
* | | Try to match signed/unsigned to xlib correctly; restore macros but try to use...marc_culler2020-05-111-55/+67
* | | Backout the last two commits. That was my error: the original #define KEY_BUT...fvogel2020-05-101-14/+14
* | | Remove one more apparently erroneously introduced check on the VIRTUAL flag.fvogel2020-05-101-1/+1
* | | Remove apparently erroneously introduced checks on the VIRTUAL flag.fvogel2020-05-101-13/+13
* | | Restore distinguishing of the case of CROSSING in %x and %y substitutions.fvogel2020-05-101-2/+6
* | | Remove a now useless test.fvogel2020-05-101-1/+1
* | | Remove useless defines and make some cosmetic changes.fvogel2020-05-101-15/+12
* | | Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent eve...fvogel2020-05-101-108/+100
* | | Fix [d2a10a14a8]: Don't lookup keysym for mousewheel events. Patch from Chris...fvogel2020-05-011-1/+1
|/ /
* | fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n...sebres2020-01-311-2/+3
|/
* Minor improvement to previous commit: Put deprecate names _after_ non-depreca...jan.nijtmans2019-10-101-1/+3
* Add deprecate Key-names to ks_names.h, and make sure that deprecated Keynames...jan.nijtmans2019-10-101-3/+1
* Make XID typedef unsigned, since it's unsigned as well on all other platforms.jan.nijtmans2019-10-101-1/+2
* Fix bind-13.14 test-case on (e.g.) some 32-bit Linux, which considers -1 a va...jan.nijtmans2019-10-101-1/+3
* Fix usage of DEBUG() macro in tkBind.cjan.nijtmans2019-10-051-27/+27
* In Tk 8.6, there are only maximum 5 buttons .....jan.nijtmans2019-08-131-2/+1
* Fix change leftover by [77c5995568]fvogel2019-08-131-1/+1
* Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMask() any more, s...jan.nijtmans2019-08-131-28/+13
* Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-2/+0
* Release too stringent constraint on numObjects that triggered a failed assert...fvogel2019-06-081-1/+1
* Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0jan.nijtmans2019-05-151-133/+118
|\
| * Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-031-1/+1
* | Tweaked commentsfvogel2019-02-031-6/+11
* | Outdated code fragment has been removed (DONT_REDIRECT_GENERATED_KEY_EVENTS).gcramer2019-01-261-6/+0
* | Per default debugging should be disabled.gcramer2019-01-261-1/+1
* | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha...gcramer2019-01-151-11/+13
* | Fix in comparison of homegeneous equal sequences, a real problem with old imp...gcramer2019-01-141-42/+58
* | Superfluous comment removed.gcramer2019-01-131-1/+0
* | Reverting change of return type of function Tk_CreateBinding: 'unsigned long'...gcramer2019-01-131-22/+25
* | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ...gcramer2019-01-131-86/+189
* | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ...gcramer2019-01-101-8/+25
* | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
| |\ \