| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | Merge TIP #532 implementation for 8.7 now that [c1c842ef7792] (new tkBind.c: ... | fvogel | 2019-08-28 | 9 | -1909/+4006 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|/ / / / / / / /
| |/| | | | | | | | | | | |
|
| | * | | | | | | | | | | | (cherry-pick): Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMas... | jan.nijtmans | 2019-08-13 | 1 | -33/+21 |
|
|
| | * | | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2019-08-13 | 6 | -25/+23 |
| | |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge 8.7. Also remove unused TkDisplay fields when compiling against Tcl 9.0... | jan.nijtmans | 2019-08-04 | 1 | -0/+7 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | Header include file cleanup | jan.nijtmans | 2019-08-04 | 7 | -12/+4 |
|
|
| | * | | | | | | | | | | | | | Tk_Offset -> offsetof | jan.nijtmans | 2019-08-04 | 1 | -41/+41 |
|
|
| | * | | | | | | | | | | | | | merge trunk (after fixing conflicts) | fvogel | 2019-08-04 | 76 | -1406/+1384 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | Remove unused static function definition (same as [2136a574]) | fvogel | 2019-08-04 | 1 | -1/+0 |
|
|
| | * | | | | | | | | | | | | | Cherrypicked [3b3c3b02]: Remove the crazy function UpdateButtonEventState whi... | fvogel | 2019-08-04 | 2 | -68/+1 |
|
|
| | * | | | | | | | | | | | | | 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 |
|
|
| | * | | | | | | | | | | | | | merge trunk | fvogel | 2019-06-08 | 66 | -681/+7306 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | rebase to trunk | fvogel | 2019-02-03 | 114 | -2839/+3807 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | 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 | 6 | -32/+35 |
|
|
| | * | | | | | | | | | | | | | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ... | gcramer | 2019-01-13 | 7 | -112/+225 |
|
|
| | * | | | | | | | | | | | | | | 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 | 59 | -353/+366 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | PREFER_MOST_SPECIALIZED_EVENT was broken, is working again. | gcramer | 2019-01-10 | 1 | -0/+5 |
|
|
| | * | | | | | | | | | | | | | | | Mac OS X hack removed in tkInt.h | gcramer | 2019-01-02 | 1 | -5/+0 |
|
|
| | * | | | | | | | | | | | | | | | Forgotten checkin of updated files, because TkBindDeadWindow has been removed. | gcramer | 2019-01-02 | 2 | -7/+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 |
|
|
| | * | | | | | | | | | | | | | | | Forgotten checkin of changed header file. | gcramer | 2018-12-31 | 1 | -0/+14 |
|
|
| | * | | | | | | | | | | | | | | | 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 | 3 | -3/+3 |
|
|
| | * | | | | | | | | | | | | | | | 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 |
|
|
| | * | | | | | | | | | | | | | | | Fix the build for Windows | fvogel | 2018-12-22 | 1 | -0/+1 |
|
|
| | * | | | | | | | | | | | | | | | Try to fix problem with test case bind-32.10 under Windoze. | gcramer | 2018-12-22 | 2 | -11/+72 |
|
|
| | * | | | | | | | | | | | | | | | 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 |
|
|
| | * | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2018-12-04 | 3 | -8/+8 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | | | Minor review: bit-flags are not use anywhere in Tk, better not use it here ei... | jan.nijtmans | 2018-12-04 | 1 | -14/+15 |
|
|
| | * | | | | | | | | | | | | | | | | Merge 8.6 | jan.nijtmans | 2018-11-29 | 14 | -132/+212 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|