summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore.fvogel2020-06-271-12/+56
|\
| * 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
* | | Merge 8.6jan.nijtmans2020-05-131-8/+8
|\ \ \ | |/ /
| * | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x...jan.nijtmans2020-05-131-6/+6
* | | Small adjustments to tkBind.c. Thanks, Francoisculler2020-05-121-10/+6
|\ \ \ | |/ /
| * | Use SET_NUMBER for Bool fields and make sure they print as Booleans; remove a...culler2020-05-121-10/+6
* | | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo...culler2020-05-121-113/+118
|\ \ \ | |/ /
| * | 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
| |/
* | Merge trunkjan.nijtmans2020-02-261-1/+1
|\ \
* \ \ Merge trunkjan.nijtmans2020-02-051-2/+3
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-02-031-2/+3
| |\ \ | | |/
| | * fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n...sebres2020-01-311-2/+3
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-33/+35
* | | WIP: Add support for C++jan.nijtmans2019-12-121-5/+5
|/ /
* | Merge 8.6jan.nijtmans2019-10-101-1/+3
|\ \ | |/
| * Minor improvement to previous commit: Put deprecate names _after_ non-depreca...jan.nijtmans2019-10-101-1/+3
* | Merge 8.6.jan.nijtmans2019-10-101-3/+1
|\ \ | |/
| * Add deprecate Key-names to ks_names.h, and make sure that deprecated Keynames...jan.nijtmans2019-10-101-3/+1
* | Merge 8.6jan.nijtmans2019-10-101-0/+3
|\ \ | |/
| * 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
* | Merge 8.6jan.nijtmans2019-10-051-27/+27
|\ \ | |/
| * 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
| |\
* | | end-of-line spacingjan.nijtmans2019-09-091-1/+1
* | | TIP #532 implementation lost handling of Button 6 up to 9. Restore that, and ...jan.nijtmans2019-08-291-1/+1
* | | Merge TIP #532 implementation for 8.7 now that [c1c842ef7792] (new tkBind.c: ...fvogel2019-08-281-1836/+2839
|\ \ \
| * | | (cherry-pick): Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMas...jan.nijtmans2019-08-131-33/+21
| * | | Header include file cleanupjan.nijtmans2019-08-041-2/+0