summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-151-3/+2
|\
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-40/+40
* | Merge 8.7jan.nijtmans2020-08-131-33/+26
|\ \
| * \ Merge 8.6jan.nijtmans2020-07-151-34/+27
| |\ \ | | |/
| | * Code simplifications: Don't bother the typedefs 'EventMask' and 'ModMask' for...jan.nijtmans2020-07-151-33/+26
* | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-7/+7
|/ /
* | Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
|\ \ | |/
| * 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
| |\
* | \ Fix [e3888d5820]: Grab on master prevents mouse pointer warp into slave widge...fvogel2020-07-061-69/+49
|\ \ \
| * | | Rename DoWarpWrtWin --> TkDoWarpWrtWinfvogel2020-06-021-2/+2
| * | | Remove function DoWarpWrtScreen which was called from only one place, and add...fvogel2020-06-021-38/+3
| * | | Rename DoWarp to DoWarWrtScreen, add function DoWarpWrtWin to factorize the c...fvogel2020-06-021-4/+50
| * | | Remove the TK_DISPLAY_IN_WARP machinery completely.fvogel2020-06-021-35/+3
| * | | Warping with respect to the whole screen is now synchronous as well (it is no...fvogel2020-06-021-10/+7
| * | | A more robust approach to warping with respect to a window: make the call to ...fvogel2020-06-021-15/+19
| | |/ | |/|
| * | 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
|\ \ | |/