summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #592 implementation: Stop support for Windows XP, Server 2003, Vista, Ser...jan.nijtmans2021-01-081-2/+2
* (c) -> ©jan.nijtmans2020-12-091-4/+4
* Merge trunkjan.nijtmans2020-11-051-0/+10
|\
| * Handle "Commmand-" bindings platform-dependant toojan.nijtmans2020-11-031-0/+6
| * (experiment) possible solution for [ef0e2629ea]jan.nijtmans2020-11-021-0/+4
* | Merge 8.7jan.nijtmans2020-10-221-4/+9
|\ \ | |/
| * Merge trunk. jan.nijtmans2020-09-291-6/+5
| |\
| * \ Merge 8.7. Make test-cases on MacOS and X11 pass (win32 not tested yet)jan.nijtmans2020-09-151-311/+331
| |\ \
| * \ \ Merge trunkjan.nijtmans2019-08-291-1847/+2845
| |\ \ \
| * | | | Further experiment: Bring scalefactor back to 120 (as it was for win32)jan.nijtmans2019-07-261-2/+2
| * | | | Experiment: Handle scaling fractors for the ScrollWheel sensibly. Trying "40"...jan.nijtmans2019-07-251-1/+9
| |\ \ \ \
| * | | | | A few more minor adaptations, and make it compile on X11 (XKeyEvent structure...jan.nijtmans2019-07-241-1/+1
| * | | | | Code simplification: Don't bother keeping track of the Button[n]Mask's for Bu...jan.nijtmans2019-07-241-4/+4
| * | | | | Merge trunkjan.nijtmans2019-07-241-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | (cherry-pick): Patch by Arjen sent to core 2018-09-21jan.nijtmans2019-07-241-14/+19
| * | | | | Fix [38dc27bd1d]: Tk does not support <Button-6> nor <Button-7> events. Now h...jan.nijtmans2019-07-231-0/+8
* | | | | | Merge tip-587jan.nijtmans2020-10-071-1/+1
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
* | | | | | Merge trunkjan.nijtmans2020-09-291-6/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.6jan.nijtmans2020-09-291-6/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Unshadow some variablesjan.nijtmans2020-09-291-6/+5
* | | | | | Fix most (except one) testcases on X11jan.nijtmans2020-09-181-8/+10
* | | | | | Merge trunkjan.nijtmans2020-09-161-3/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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-09-061-122/+139
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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