summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n...sebres2020-01-311-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
|/
* 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
* Fix change leftover by [77c5995568]fvogel2019-08-131-1/+1
* Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMask() any more, s...jan.nijtmans2019-08-131-28/+13
* Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-2/+0
* Release too stringent constraint on numObjects that triggered a failed assert...fvogel2019-06-081-1/+1
* Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0jan.nijtmans2019-05-151-133/+118
|\
| * Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-031-1/+1
* | Tweaked commentsfvogel2019-02-031-6/+11
* | Outdated code fragment has been removed (DONT_REDIRECT_GENERATED_KEY_EVENTS).gcramer2019-01-261-6/+0
* | Per default debugging should be disabled.gcramer2019-01-261-1/+1
* | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha...gcramer2019-01-151-11/+13
* | Fix in comparison of homegeneous equal sequences, a real problem with old imp...gcramer2019-01-141-42/+58
* | Superfluous comment removed.gcramer2019-01-131-1/+0
* | Reverting change of return type of function Tk_CreateBinding: 'unsigned long'...gcramer2019-01-131-22/+25
* | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ...gcramer2019-01-131-86/+189
* | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ...gcramer2019-01-101-8/+25
* | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-2/+2
| |\ \
| | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
| * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
| * | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32jan.nijtmans2018-12-261-1/+1
| |\ \ \ | | |/ /
| | * | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an...jan.nijtmans2018-12-261-1/+1
| * | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-3/+3
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-2/+2
| * | Increase the size of the event ring to 45 on macOS, because the new code dema...culler2018-10-261-1/+14
* | | PREFER_MOST_SPECIALIZED_EVENT was broken, is working again.gcramer2019-01-101-0/+5
* | | TkBindDeadWindow reamoved, reset of repetition counters will now be realized ...gcramer2019-01-021-93/+33
* | | fflush the printfsfvogel2019-01-011-4/+4
* | | Another test version for Windows, dedicated to bind-15.23.gcramer2018-12-311-0/+21
* | | No real changes, only beautification.gcramer2018-12-311-2/+2
* | | Function TkpBindDeadWindow isn't a platform-dependent function, therefore ren...fvogel2018-12-301-1/+1
* | | Last fix was erroneous and has been reverted. Now I think I see the problem: ...gcramer2018-12-301-45/+25
* | | Fix in TkpBindDeadWindow: now promotion lists will be updated, this will hope...gcramer2018-12-301-0/+25
* | | Technical problem with NO_NUMBER fixed.gcramer2018-12-281-18/+7