| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct legacy comment no longer exact. Since TIP #532 the PAT_NEARBY define ... | fvogel | 2022-03-19 | 1 | -1/+1 |
|
|
* | Backout [https://core.tcl-lang.org/tk/info/6ffcea9b093deb5a|6ffcea9b09]: Bett... | jan.nijtmans | 2021-10-11 | 1 | -16/+4 |
|
|
* | Fully handle 64-bit sec/usec values when Win64 Tk is loaded in Cygwin64 Tclsh | jan.nijtmans | 2021-09-21 | 1 | -4/+15 |
|
|
* | Fix crash, seen on Cygwin: Tcl_Time still has 32-bit fields on Windows, this ... | jan.nijtmans | 2021-09-20 | 1 | -3/+6 |
|
|
* | Add more implicit type-casts. Backported from 8.7 | jan.nijtmans | 2021-04-23 | 1 | -3/+3 |
|
|
* | Unshadow some variables | jan.nijtmans | 2020-09-29 | 1 | -6/+5 |
|
|
* | More usage of TCL_UNUSED() and explicit type-casts | jan.nijtmans | 2020-09-15 | 1 | -40/+40 |
|
|
* | Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for... | jan.nijtmans | 2020-07-15 | 1 | -33/+26 |
|
|
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez. | fvogel | 2020-07-08 | 1 | -1/+1 |
|
|
* | Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge... | fvogel | 2020-07-06 | 1 | -16/+16 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-02-17 | 1 | -2/+3 |
| |\ |
|
| * | | Fix [e3888d5820] (Grab on master prevents mouse pointer warp into slave widge... | fvogel | 2020-01-25 | 1 | -11/+11 |
|
|
| * | | Reorder code snippet in HandleEventGenerate to make it easier to understand. ... | fvogel | 2020-01-06 | 1 | -5/+5 |
|
|
* | | | 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 |
|
|
* | | | Quick-fix for build problem on X11 (unfortunately, this means mis-using the x... | jan.nijtmans | 2020-05-13 | 1 | -6/+6 |
|
|
* | | | Use SET_NUMBER for Bool fields and make sure they print as Booleans; remove a... | culler | 2020-05-12 | 1 | -10/+6 |
|
|
* | | | 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 |
|/ / |
|
* | | fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n... | sebres | 2020-01-31 | 1 | -2/+3 |
|/ |
|
* | Minor improvement to previous commit: Put deprecate names _after_ non-depreca... | jan.nijtmans | 2019-10-10 | 1 | -1/+3 |
|
|
* | Add deprecate Key-names to ks_names.h, and make sure that deprecated Keynames... | jan.nijtmans | 2019-10-10 | 1 | -3/+1 |
|
|
* | 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 |
|
|
* | 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 |
|\ |
|
| * | Increase the size of the ring buffer for Aqua, and modify bgerror so it | culler | 2019-03-03 | 1 | -1/+1 |
|
|
* | | Tweaked comments | fvogel | 2019-02-03 | 1 | -6/+11 |
|
|
* | | Outdated code fragment has been removed (DONT_REDIRECT_GENERATED_KEY_EVENTS). | gcramer | 2019-01-26 | 1 | -6/+0 |
|
|
* | | Per default debugging should be disabled. | gcramer | 2019-01-26 | 1 | -1/+1 |
|
|
* | | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha... | gcramer | 2019-01-15 | 1 | -11/+13 |
|
|