| Commit message (Expand) | Author | Age | Files | Lines |
* | Header include file cleanup | jan.nijtmans | 2019-08-04 | 1 | -2/+0 |
|
|
* | Tk_Offset -> offsetof | jan.nijtmans | 2019-08-04 | 1 | -41/+41 |
|
|
* | Release too stringent constraint on numObjects that triggered a failed assert... | fvogel | 2019-06-08 | 1 | -1/+1 |
|
|
* | Propagate 'bool' -> 'int', 'true' -> 1, 'false' -> 0 changes made in [f8e4173... | fvogel | 2019-06-08 | 1 | -132/+117 |
|
|
* | Create a derivated version of TIP #532 targeting trunk (8.7), with PREFER_MOS... | fvogel | 2019-02-03 | 1 | -5/+5 |
|
|
* | 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 |
|
|
* | | | 64 bit problem finally solved, I hope. | gcramer | 2018-12-07 | 1 | -25/+27 |
|
|
* | | | Minor review: bit-flags are not use anywhere in Tk, better not use it here ei... | jan.nijtmans | 2018-12-04 | 1 | -14/+15 |
|
|
* | | | Some refinments, but no real changes. | gcramer | 2018-11-06 | 1 | -67/+60 |
|
|
* | | | 64 bit problem solved, pattern buffer must be initialized. | gcramer | 2018-11-02 | 1 | -0/+3 |
|
|
* | | | Only beautification. | gcramer | 2018-10-28 | 1 | -10/+5 |
|
|
* | | | (1) tkBind.c reviewed and a bit overworked, now it's the final version (excep... | gcramer | 2018-10-26 | 1 | -90/+161 |
|
|
* | | | Important fix: on 64 bit systems the key did contain uninitialized bytes. Hop... | gcramer | 2018-10-25 | 1 | -2/+7 |
|
|
* | | | (1) Some fixes for Windows. (2) Some minor corrections in test cases. | gcramer | 2018-10-23 | 1 | -35/+38 |
|
|