Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins related to "bug6e8afe516d"
2019-02-03
| ||
20:32 | Propagate the call to TkpInitKeymapInfo in TkpOpenDisplay from Linux to Windows and macOS. Leaf check-in: fba343f0 user: fvogel tags: bug6e8afe516d-87 | |
20:31 | Propagate the call to TkpInitKeymapInfo in TkpOpenDisplay from Linux to macOS. Leaf check-in: 8ad2b2d0 user: fvogel tags: bug6e8afe516d | |
20:22 | Propagate the call to TkpInitKeymapInfo in TkpOpenDisplay from Linux to Windows. check-in: a2d9055c user: fvogel tags: bug6e8afe516d | |
17:23 | Create a derivated version of TIP #532 targeting trunk (8.7), with PREFER_MOST_SPECIALIZED_EVENT=1 and SUPPORT_ADDITIONAL_MOTION_SYNTAX=1 check-in: 361f2173 user: fvogel tags: bug6e8afe516d-87 | |
17:18 | Tweaked comments check-in: 263b9cde user: fvogel tags: bug6e8afe516d | |
17:04 | Fix ultra-minor formatting issue in the rules for electing the matching sequence check-in: 8b49b98b user: fvogel tags: bug6e8afe516d | |
2019-01-26
| ||
13:46 | Outdated code fragment has been removed (DONT_REDIRECT_GENERATED_KEY_EVENTS). check-in: 59ce854f user: gcramer tags: bug6e8afe516d | |
13:43 | Per default debugging should be disabled. check-in: 85e3e1a8 user: gcramer tags: bug6e8afe516d | |
2019-01-15
| ||
14:44 | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) changed to make it more user-friendly (2) Minor modifications in bind.test (only textual changes) check-in: 149760d9 user: gcramer tags: bug6e8afe516d | |
2019-01-14
| ||
17:15 | Fix in comparison of homegeneous equal sequences, a real problem with old implementation, see new test case bind-33.15. check-in: be0be1ae user: gcramer tags: bug6e8afe516d | |
2019-01-13
| ||
15:48 | Superfluous comment removed. check-in: 408bdfa7 user: gcramer tags: bug6e8afe516d | |
12:09 | Reverting change of return type of function Tk_CreateBinding: 'unsigned long' -> 'Mask'. X11 headers are not using type 'Mask', so I will not use either. check-in: 834b7e14 user: gcramer tags: bug6e8afe516d | |
10:13 | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with homogeneous equal sequences. New test cases bind-32.12 and bind-32.13. check-in: ec38f729 user: gcramer tags: bug6e8afe516d | |
2019-01-10
| ||
14:14 | Fix in comparison of complex patterns, new test cases bind-33.9, bind-33.10, and bind-33.11. check-in: 417b4ef3 user: gcramer tags: bug6e8afe516d | |
11:39 | Merge 8.6 check-in: 60be4026 user: jan.nijtmans tags: bug6e8afe516d | |
11:28 | Missed 2 spots in previous commit (only relevant for test-suite) check-in: 36caa0cb user: jan.nijtmans tags: core-8-6-branch | |
09:54 | PREFER_MOST_SPECIALIZED_EVENT was broken, is working again. check-in: 7e6965a9 user: gcramer tags: bug6e8afe516d | |
2019-01-02
| ||
13:17 | Remove debug output from bind-15.23 check-in: 555acbca user: fvogel tags: bug6e8afe516d | |
12:16 | Mac OS X hack removed in tkInt.h check-in: 1fd96a3c user: gcramer tags: bug6e8afe516d | |
12:13 | Forgotten checkin of updated files, because TkBindDeadWindow has been removed. check-in: 3e7cbaff user: gcramer tags: bug6e8afe516d | |
12:12 | TkBindDeadWindow reamoved, reset of repetition counters will now be realized with the help of DestroyNotify event, because the call of TkBindDeadWindow comes too late. check-in: e3950814 user: gcramer tags: bug6e8afe516d | |
2019-01-01
| ||
14:40 | fflush the printfs check-in: 54cafd12 user: fvogel tags: bug6e8afe516d | |
2018-12-31
| ||
23:00 | Forgotten checkin of changed header file. check-in: c8fdf421 user: gcramer tags: bug6e8afe516d | |
16:46 | Another test version for Windows, dedicated to bind-15.23. check-in: 2bbced9e user: gcramer tags: bug6e8afe516d | |
12:06 | No real changes, only beautification. check-in: bef32e44 user: gcramer tags: bug6e8afe516d | |
2018-12-30
| ||
22:17 | Function TkpBindDeadWindow isn't a platform-dependent function, therefore rename it as TkBindDeadWindow check-in: e5574cbb user: fvogel tags: bug6e8afe516d | |
17:27 | Test cases 32.10 and 32.15 improved. check-in: e78437d5 user: gcramer tags: bug6e8afe516d | |
16:47 | New test cases added: reset button state after destroying window, and detect when window has changed. check-in: 6b1c0ed8 user: gcramer tags: bug6e8afe516d | |
16:31 | Last fix was erroneous and has been reverted. Now I think I see the problem: TkpBindDeadWindow() has to reset the button counters. check-in: e5db5761 user: gcramer tags: bug6e8afe516d | |
15:04 | Fix in TkpBindDeadWindow: now promotion lists will be updated, this will hopefully fix the Windows problem with test case bind-15.23. check-in: 1f1f7488 user: gcramer tags: bug6e8afe516d | |
2018-12-28
| ||
18:58 | Empty commit, required to realize previous commit (technical problems with fossil). check-in: 0420e1fa user: gcramer tags: bug6e8afe516d | |
18:56 | Technical problem with NO_NUMBER fixed. check-in: e18809b3 user: gcramer tags: bug6e8afe516d | |
2018-12-24
| ||
19:35 | Temporary version of tkBind.c, testing failing bind-15.23 under Windoze. check-in: 4e8f2bc6 user: gcramer tags: bug6e8afe516d | |
2018-12-23
| ||
11:59 | Subset test of modifier masks has been beautified and is better readable now. check-in: 9cd4bb98 user: gcramer tags: bug6e8afe516d | |
11:17 | Memory holes elimnated. check-in: bdc917a5 user: gcramer tags: bug6e8afe516d | |
2018-12-22
| ||
21:02 | Fix the build for Windows check-in: 4499a2c5 user: fvogel tags: bug6e8afe516d | |
18:13 | Make test case 32.10 safer. check-in: 193c0d77 user: gcramer tags: bug6e8afe516d | |
18:06 | Try to fix problem with test case 32.10 (Windoze). check-in: 40d90b42 user: gcramer tags: bug6e8afe516d | |
17:53 | Try to fix problem with test case bind-32.10 under Windoze. check-in: 0f6871d9 user: gcramer tags: bug6e8afe516d | |
2018-12-20
| ||
20:05 | Fix of test case bind-32.9 check-in: a3129f75 user: gcramer tags: bug6e8afe516d | |
2018-12-18
| ||
19:32 | merge-mark check-in: 781f20c0 user: jan.nijtmans tags: bug6e8afe516d | |
18:46 | Only correction of typo in comment. check-in: 2456add0 user: gcramer tags: bug6e8afe516d | |
18:37 | Bugfix in matching virtual events, see new test case bind-32.11 check-in: 9b04e0fe user: gcramer tags: bug6e8afe516d | |
2018-12-11
| ||
15:57 | Now modifier keys will trigger Key events, conform to original implementation. check-in: 087aca88 user: gcramer tags: bug6e8afe516d | |
2018-12-09
| ||
20:05 | fflush the debug printfs check-in: a8cb724b user: fvogel tags: bug6e8afe516d | |
19:20 | Bugfix in Unix: key map info has to be initialized immediately, otherwise "send event" will not be handled properly. check-in: 07586f21 user: gcramer tags: bug6e8afe516d | |
11:41 | (1) Small fix in test version. (2) Minor correction of error message. check-in: 2db79f1a user: gcramer tags: bug6e8afe516d | |
11:07 | Intermediate test version for tracing test case bind-22.46 (Windoze). check-in: 618252a2 user: gcramer tags: bug6e8afe516d | |
10:51 | Try to fix failing test case bind-15.23 (Windoze only). check-in: 50ebf7d5 user: gcramer tags: bug6e8afe516d | |
2018-12-07
| ||
20:15 | 64 bit problem finally solved, I hope. check-in: 18c2efa9 user: gcramer tags: bug6e8afe516d | |