summaryrefslogtreecommitdiffstats
path: root/generic/tkBind.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Temporary version of tkBind.c, testing failing bind-15.23 under Windoze.gcramer2018-12-241-0/+14
* | | Subset test of modifier masks has been beautified and is better readable now.gcramer2018-12-231-13/+12
* | | Memory holes elimnated.gcramer2018-12-231-5/+26
* | | Try to fix problem with test case bind-32.10 under Windoze.gcramer2018-12-221-11/+66
* | | Bugfix in matching virtual events, see new test case bind-32.11gcramer2018-12-181-1/+1
* | | Now modifier keys will trigger Key events, conform to original implementation.gcramer2018-12-111-17/+12
* | | (1) Small fix in test version.gcramer2018-12-091-3/+4
* | | Intermediate test version for tracing test case bind-22.46 (Windoze).gcramer2018-12-091-0/+9
* | | Try to fix failing test case bind-15.23 (Windoze only).gcramer2018-12-091-21/+23
* | | 64 bit problem finally solved, I hope.gcramer2018-12-071-25/+27
* | | Minor review: bit-flags are not use anywhere in Tk, better not use it here ei...jan.nijtmans2018-12-041-14/+15
* | | Some refinments, but no real changes.gcramer2018-11-061-67/+60
* | | 64 bit problem solved, pattern buffer must be initialized.gcramer2018-11-021-0/+3
* | | Only beautification.gcramer2018-10-281-10/+5
* | | (1) tkBind.c reviewed and a bit overworked, now it's the final version (excep...gcramer2018-10-261-90/+161