| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore. | fvogel | 2020-06-27 | 1 | -12/+56 |
|\ |
|
| * | Fix [16ef161925]: <Escape><Control-c> binding sequence not working anymore. | fvogel | 2020-06-27 | 1 | -12/+56 |
| |\ |
|
| | * | Let tests bind-33.20 and bind-33.21 pass. | fvogel | 2020-06-21 | 1 | -2/+5 |
|
|
| | * | Make a bit more use of helper functions. No functional change. | fvogel | 2020-05-03 | 1 | -10/+17 |
|
|
| | * | Now a mixture of my fix with Gregor's fix. All tests from bind.test do pass a... | fvogel | 2020-05-03 | 1 | -5/+24 |
|
|
| | * | Revert my fix proposal [dfa8bbc5] and commit a fix proposal from Gregor. Test... | fvogel | 2020-05-02 | 1 | -26/+19 |
|
|
| | * | Fix proposal for [16ef161925]: <Escape><Control-c> binding sequence not worki... | fvogel | 2020-05-02 | 1 | -0/+20 |
|
|
| | * | Add comments | fvogel | 2020-05-02 | 1 | -2/+4 |
|
|
| | * | Use of IsSubsetOf function is clearer (no functional change). | fvogel | 2020-04-12 | 1 | -1/+1 |
|
|
| * | | Add support for setting InputLanguage encoding to "utf-8". I don't know if it... | jan.nijtmans | 2020-05-18 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-05-13 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x... | jan.nijtmans | 2020-05-13 | 1 | -6/+6 |
|
|
* | | | Small adjustments to tkBind.c. Thanks, Francois | culler | 2020-05-12 | 1 | -10/+6 |
|\ \ \
| |/ / |
|
| * | | Use SET_NUMBER for Bool fields and make sure they print as Booleans; remove a... | culler | 2020-05-12 | 1 | -10/+6 |
|
|
* | | | Fix [d2a10a14a8]: Give mousewheel events their own flag and event struct; avo... | culler | 2020-05-12 | 1 | -113/+118 |
|\ \ \
| |/ / |
|
| * | | Try to match signed/unsigned to xlib correctly; restore macros but try to use... | marc_culler | 2020-05-11 | 1 | -55/+67 |
|
|
| * | | Backout the last two commits. That was my error: the original #define KEY_BUT... | fvogel | 2020-05-10 | 1 | -14/+14 |
|
|
| * | | Remove one more apparently erroneously introduced check on the VIRTUAL flag. | fvogel | 2020-05-10 | 1 | -1/+1 |
|
|
| * | | Remove apparently erroneously introduced checks on the VIRTUAL flag. | fvogel | 2020-05-10 | 1 | -13/+13 |
|
|
| * | | Restore distinguishing of the case of CROSSING in %x and %y substitutions. | fvogel | 2020-05-10 | 1 | -2/+6 |
|
|
| * | | Remove a now useless test. | fvogel | 2020-05-10 | 1 | -1/+1 |
|
|
| * | | Remove useless defines and make some cosmetic changes. | fvogel | 2020-05-10 | 1 | -15/+12 |
|
|
| * | | Add a separate flag for MouseWheel events (tkBind.c) and a new WheelEvent eve... | fvogel | 2020-05-10 | 1 | -108/+100 |
|
|
| * | | Fix [d2a10a14a8]: Don't lookup keysym for mousewheel events. Patch from Chris... | fvogel | 2020-05-01 | 1 | -1/+1 |
| |/ |
|
* | | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
|\ \ |
|
* \ \ | Merge trunk | jan.nijtmans | 2020-02-05 | 1 | -2/+3 |
|\ \ \
| |/ / |
|
| * | | Merge 8.6 | jan.nijtmans | 2020-02-03 | 1 | -2/+3 |
| |\ \
| | |/ |
|
| | * | fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n... | sebres | 2020-01-31 | 1 | -2/+3 |
|
|
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -33/+35 |
|
|
* | | | WIP: Add support for C++ | jan.nijtmans | 2019-12-12 | 1 | -5/+5 |
|/ / |
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-10 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Minor improvement to previous commit: Put deprecate names _after_ non-depreca... | jan.nijtmans | 2019-10-10 | 1 | -1/+3 |
|
|
* | | Merge 8.6. | jan.nijtmans | 2019-10-10 | 1 | -3/+1 |
|\ \
| |/ |
|
| * | Add deprecate Key-names to ks_names.h, and make sure that deprecated Keynames... | jan.nijtmans | 2019-10-10 | 1 | -3/+1 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-10 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Make XID typedef unsigned, since it's unsigned as well on all other platforms. | jan.nijtmans | 2019-10-10 | 1 | -1/+2 |
|
|
| * | Fix bind-13.14 test-case on (e.g.) some 32-bit Linux, which considers -1 a va... | jan.nijtmans | 2019-10-10 | 1 | -1/+3 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-10-05 | 1 | -27/+27 |
|\ \
| |/ |
|
| * | Fix usage of DEBUG() macro in tkBind.c | jan.nijtmans | 2019-10-05 | 1 | -27/+27 |
|
|
| * | In Tk 8.6, there are only maximum 5 buttons ..... | jan.nijtmans | 2019-08-13 | 1 | -2/+1 |
|
|
| * | Fix change leftover by [77c5995568] | fvogel | 2019-08-13 | 1 | -1/+1 |
|
|
| * | Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMask() any more, s... | jan.nijtmans | 2019-08-13 | 1 | -28/+13 |
|
|
| * | Header file cleanup, backported from [bug6e8afe516d-87] branch | jan.nijtmans | 2019-08-04 | 1 | -2/+0 |
|
|
| * | Release too stringent constraint on numObjects that triggered a failed assert... | fvogel | 2019-06-08 | 1 | -1/+1 |
|
|
| * | Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0 | jan.nijtmans | 2019-05-15 | 1 | -133/+118 |
| |\ |
|
* | | | end-of-line spacing | jan.nijtmans | 2019-09-09 | 1 | -1/+1 |
|
|
* | | | TIP #532 implementation lost handling of Button 6 up to 9. Restore that, and ... | jan.nijtmans | 2019-08-29 | 1 | -1/+1 |
|
|
* | | | Merge TIP #532 implementation for 8.7 now that [c1c842ef7792] (new tkBind.c: ... | fvogel | 2019-08-28 | 1 | -1836/+2839 |
|\ \ \ |
|
| * | | | (cherry-pick): Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMas... | jan.nijtmans | 2019-08-13 | 1 | -33/+21 |
|
|
| * | | | Header include file cleanup | jan.nijtmans | 2019-08-04 | 1 | -2/+0 |
|
|