summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [47d4f29159]: Ignored binding scripts for events with detail field Notify...fvogel2024-02-251-17/+2
* Fix broken commit [6659c39e]. See [4c6c553d5a]: tkBind.c: error: conflicting ...jan.nijtmans2023-10-131-7/+6
* Fix [74bfd42098]: tkBind.c: error: unknown type name 'Tcl_Size'jan.nijtmans2023-10-131-7/+7
* Make somewhat more C++-compatible (backported from 8.7)jan.nijtmans2023-10-121-40/+40
* Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
* Rework comments a bit more.fvogel2022-10-251-3/+3
* Rework comments a bit.fvogel2022-10-251-47/+47
* Fix [43573999ca]: Problem with tkBind.c since Tk 8.6.10 (various assertions f...fvogel2022-10-241-17/+41
* Work around [d93c8175fd]: MSVC optimization bug.fvogel2022-10-161-0/+5
* Make 'event debug' subcommand right. This is only available when SUPPORT_DEBU...fvogel2022-10-021-14/+30
* Correct legacy comment no longer exact. Since TIP #532 the PAT_NEARBY define ...fvogel2022-03-191-1/+1
* Backout [https://core.tcl-lang.org/tk/info/6ffcea9b093deb5a|6ffcea9b09]: Bett...jan.nijtmans2021-10-111-16/+4
* Fully handle 64-bit sec/usec values when Win64 Tk is loaded in Cygwin64 Tclshjan.nijtmans2021-09-211-4/+15
* Fix crash, seen on Cygwin: Tcl_Time still has 32-bit fields on Windows, this ...jan.nijtmans2021-09-201-3/+6
* Add more implicit type-casts. Backported from 8.7jan.nijtmans2021-04-231-3/+3
* Unshadow some variablesjan.nijtmans2020-09-291-6/+5
* More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-40/+40
* 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