| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed segfault [a196fb11]: wrong handling in ClearLookupTable (if object is n... | sebres | 2020-01-31 | 1 | -2/+3 |
|
|
* | Minor improvement to previous commit: Put deprecate names _after_ non-depreca... | jan.nijtmans | 2019-10-10 | 1 | -1/+3 |
|
|
* | Add deprecate Key-names to ks_names.h, and make sure that deprecated Keynames... | jan.nijtmans | 2019-10-10 | 1 | -3/+1 |
|
|
* | Make XID typedef unsigned, since it's unsigned as well on all other platforms. | jan.nijtmans | 2019-10-10 | 1 | -1/+2 |
|
|
* | Fix bind-13.14 test-case on (e.g.) some 32-bit Linux, which considers -1 a va... | jan.nijtmans | 2019-10-10 | 1 | -1/+3 |
|
|
* | Fix usage of DEBUG() macro in tkBind.c | jan.nijtmans | 2019-10-05 | 1 | -27/+27 |
|
|
* | In Tk 8.6, there are only maximum 5 buttons ..... | jan.nijtmans | 2019-08-13 | 1 | -2/+1 |
|
|
* | Fix change leftover by [77c5995568] | fvogel | 2019-08-13 | 1 | -1/+1 |
|
|
* | Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMask() any more, s... | jan.nijtmans | 2019-08-13 | 1 | -28/+13 |
|
|
* | Header file cleanup, backported from [bug6e8afe516d-87] branch | jan.nijtmans | 2019-08-04 | 1 | -2/+0 |
|
|
* | Release too stringent constraint on numObjects that triggered a failed assert... | fvogel | 2019-06-08 | 1 | -1/+1 |
|
|
* | Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0 | jan.nijtmans | 2019-05-15 | 1 | -133/+118 |
|\ |
|
| * | Increase the size of the ring buffer for Aqua, and modify bgerror so it | culler | 2019-03-03 | 1 | -1/+1 |
|
|
* | | Tweaked comments | fvogel | 2019-02-03 | 1 | -6/+11 |
|
|
* | | Outdated code fragment has been removed (DONT_REDIRECT_GENERATED_KEY_EVENTS). | gcramer | 2019-01-26 | 1 | -6/+0 |
|
|
* | | Per default debugging should be disabled. | gcramer | 2019-01-26 | 1 | -1/+1 |
|
|
* | | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha... | gcramer | 2019-01-15 | 1 | -11/+13 |
|
|
* | | Fix in comparison of homegeneous equal sequences, a real problem with old imp... | gcramer | 2019-01-14 | 1 | -42/+58 |
|
|
* | | Superfluous comment removed. | gcramer | 2019-01-13 | 1 | -1/+0 |
|
|
* | | Reverting change of return type of function Tk_CreateBinding: 'unsigned long'... | gcramer | 2019-01-13 | 1 | -22/+25 |
|
|
* | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ... | gcramer | 2019-01-13 | 1 | -86/+189 |
|
|
* | | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, ... | gcramer | 2019-01-10 | 1 | -8/+25 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -2/+2 |
| |\ \ |
|
| | | * | Bring back more original "None" usages, and fix other warnings which graduall... | jan.nijtmans | 2019-01-03 | 1 | -1/+1 |
|
|
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -1/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -2/+2 |
|
|
| * | | | Merge 8.5. Undo previous introduced ***POTENTIAL INCOMPATIBLITY*** on win32 | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Change None/ControlMask on win32 (and MacOSX - which is harmless) to being an... | jan.nijtmans | 2018-12-26 | 1 | -1/+1 |
|
|
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols
| jan.nijtmans | 2018-12-20 | 1 | -3/+3 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2018-12-20 | 1 | -2/+2 |
|
|
| * | | Increase the size of the event ring to 45 on macOS, because the new code dema... | culler | 2018-10-26 | 1 | -1/+14 |
|
|
* | | | PREFER_MOST_SPECIALIZED_EVENT was broken, is working again. | gcramer | 2019-01-10 | 1 | -0/+5 |
|
|
* | | | TkBindDeadWindow reamoved, reset of repetition counters will now be realized ... | gcramer | 2019-01-02 | 1 | -93/+33 |
|
|
* | | | fflush the printfs | fvogel | 2019-01-01 | 1 | -4/+4 |
|
|
* | | | Another test version for Windows, dedicated to bind-15.23. | gcramer | 2018-12-31 | 1 | -0/+21 |
|
|
* | | | No real changes, only beautification. | gcramer | 2018-12-31 | 1 | -2/+2 |
|
|
* | | | Function TkpBindDeadWindow isn't a platform-dependent function, therefore ren... | fvogel | 2018-12-30 | 1 | -1/+1 |
|
|
* | | | Last fix was erroneous and has been reverted. Now I think I see the problem: ... | gcramer | 2018-12-30 | 1 | -45/+25 |
|
|
* | | | Fix in TkpBindDeadWindow: now promotion lists will be updated, this will hope... | gcramer | 2018-12-30 | 1 | -0/+25 |
|
|
* | | | Technical problem with NO_NUMBER fixed. | gcramer | 2018-12-28 | 1 | -18/+7 |
|
|
* | | | Temporary version of tkBind.c, testing failing bind-15.23 under Windoze. | gcramer | 2018-12-24 | 1 | -0/+14 |
|
|
* | | | Subset test of modifier masks has been beautified and is better readable now. | gcramer | 2018-12-23 | 1 | -13/+12 |
|
|
* | | | Memory holes elimnated. | gcramer | 2018-12-23 | 1 | -5/+26 |
|
|
* | | | Try to fix problem with test case bind-32.10 under Windoze. | gcramer | 2018-12-22 | 1 | -11/+66 |
|
|
* | | | Bugfix in matching virtual events, see new test case bind-32.11 | gcramer | 2018-12-18 | 1 | -1/+1 |
|
|
* | | | Now modifier keys will trigger Key events, conform to original implementation. | gcramer | 2018-12-11 | 1 | -17/+12 |
|
|
* | | | (1) Small fix in test version. | gcramer | 2018-12-09 | 1 | -3/+4 |
|
|
* | | | Intermediate test version for tracing test case bind-22.46 (Windoze). | gcramer | 2018-12-09 | 1 | -0/+9 |
|
|
* | | | Try to fix failing test case bind-15.23 (Windoze only). | gcramer | 2018-12-09 | 1 | -21/+23 |
|
|