summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Merge TIP #532 implementation for 8.7 now that [c1c842ef7792] (new tkBind.c: ...fvogel2019-08-289-1909/+4006
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | (cherry-pick): Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMas...jan.nijtmans2019-08-131-33/+21
| | * | | | | | | | | | | Merge 8.7jan.nijtmans2019-08-136-25/+23
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Also remove unused TkDisplay fields when compiling against Tcl 9.0...jan.nijtmans2019-08-041-0/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Header include file cleanupjan.nijtmans2019-08-047-12/+4
| | * | | | | | | | | | | | | Tk_Offset -> offsetofjan.nijtmans2019-08-041-41/+41
| | * | | | | | | | | | | | | merge trunk (after fixing conflicts)fvogel2019-08-0476-1406/+1384
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | Remove unused static function definition (same as [2136a574])fvogel2019-08-041-1/+0
| | * | | | | | | | | | | | | Cherrypicked [3b3c3b02]: Remove the crazy function UpdateButtonEventState whi...fvogel2019-08-042-68/+1
| | * | | | | | | | | | | | | Release too stringent constraint on numObjects that triggered a failed assert...fvogel2019-06-081-1/+1
| | * | | | | | | | | | | | | Propagate 'bool' -> 'int', 'true' -> 1, 'false' -> 0 changes made in [f8e4173...fvogel2019-06-081-132/+117
| | * | | | | | | | | | | | | merge trunkfvogel2019-06-0866-681/+7306
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ rebase to trunkfvogel2019-02-03114-2839/+3807
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Create a derivated version of TIP #532 targeting trunk (8.7), with PREFER_MOS...fvogel2019-02-031-5/+5
| | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | 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-136-32/+35
| | * | | | | | | | | | | | | | (1) Return type of Tk_CreateBinding changed to 'Mask'. (2) Fix of issue with ...gcramer2019-01-137-112/+225
| | * | | | | | | | | | | | | | 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-1059-353/+366
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | PREFER_MOST_SPECIALIZED_EVENT was broken, is working again.gcramer2019-01-101-0/+5
| | * | | | | | | | | | | | | | | Mac OS X hack removed in tkInt.hgcramer2019-01-021-5/+0
| | * | | | | | | | | | | | | | | Forgotten checkin of updated files, because TkBindDeadWindow has been removed.gcramer2019-01-022-7/+5
| | * | | | | | | | | | | | | | | TkBindDeadWindow reamoved, reset of repetition counters will now be realized ...gcramer2019-01-021-93/+33
| | * | | | | | | | | | | | | | | fflush the printfsfvogel2019-01-011-4/+4
| | * | | | | | | | | | | | | | | Forgotten checkin of changed header file.gcramer2018-12-311-0/+14
| | * | | | | | | | | | | | | | | 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-303-3/+3
| | * | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | Fix the build for Windowsfvogel2018-12-221-0/+1
| | * | | | | | | | | | | | | | | Try to fix problem with test case bind-32.10 under Windoze.gcramer2018-12-222-11/+72
| | * | | | | | | | | | | | | | | 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
| | * | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2018-12-043-8/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Minor review: bit-flags are not use anywhere in Tk, better not use it here ei...jan.nijtmans2018-12-041-14/+15
| | * | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2018-11-2914-132/+212
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \