Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events occurring around ec38f729fa472023.

2019-01-15
20:46 Ticket [70e53191] several issues with menubuttons on all platforms status still Open with 3 other changes artifact: d550fc5e user: fvogel
14:48
Fix name collision on macOS. Clarify some logic in the geometry computation. check-in: 4f4bec1d user: culler tags: bug-70e531918e
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, tip-532
14:00
Use TkGetMenuIndex to parse the index argument to the post command. check-in: 31984285 user: culler tags: bug-70e531918e
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, tip-532
13:57
Fix the underlying problem with empty menubuttons on the mac, rather than the symptom. check-in: d1a4f177 user: culler tags: bug-70e531918e
2019-01-13
19:24
Deal with empty menubuttons on the mac. check-in: 0bf6de05 user: culler tags: bug-70e531918e
18:02
Add TkpPostTearoffMenu, called by TkPostTearoffMenu and used in the menu post command; eliminates #ifdef in the generic code. check-in: 0f8ee94e user: culler tags: bug-70e531918e
16:43
Avoid errors when a menu is destroyed before its postcommand is run. check-in: 877bea7a user: culler tags: bug-70e531918e
16:27 Edit [2eedf1d4ee9aa274|2eedf1d4]: Change branch background color to "#a0a0a0". Move to branch mistake. Add propagating "closed". Add propagating "hidden". artifact: 45026e51 user: marc_culler
15:48
Superfluous comment removed. check-in: 408bdfa7 user: gcramer tags: bug6e8afe516d, tip-532
14:51
Merge 8.7 check-in: bc4fe2e6 user: jan.nijtmans tags: offsetof
14:50
Merge 8.6 check-in: 823fb797 user: jan.nijtmans tags: trunk
14:48
Merge 8.5 check-in: 1993e127 user: jan.nijtmans tags: core-8-6-branch
14:44
Not actually necessary to fix those (they don't give warnings because those are switched off), but while on it it's better to correct those ill-usages of 'None' too check-in: 442ad0d2 user: jan.nijtmans tags: core-8-5-branch
14:37 Ticket [3003895f] improved range for Scale widget status still Open with 5 other changes artifact: 4a28c8db user: fvogel
14:35
Fix [3003895fff] and [1899040fff] with a different fix, this time it does not resurrect [220665ffff] or duplicates [220265ffff] [779559ffff]. All scale.test tests do pass now. check-in: 83c7e670 user: fvogel tags: bug-3003895fff, bug-1899040fff
12:20 Ticket [6e8afe51] Severe bugs in binding (tkBind.c) status still Open with 3 other changes artifact: 0d91b66b user: gcramer
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, tip-532
11:41 Ticket [6e8afe51] Severe bugs in binding (tkBind.c) status still Open with 3 other changes artifact: 0c817838 user: fvogel
11:25 Add attachment Review - fvogel - 13 Jan 2019.txt to ticket [70e53191] artifact: 8cdaeece user: fvogel
11:24 Ticket [70e53191] several issues with menubuttons on all platforms status still Open with 3 other changes artifact: ac5a3f8d user: fvogel ... 1 similar event omitted.
10:43 Ticket [6e8afe51] Severe bugs in binding (tkBind.c) status still Open with 3 other changes artifact: 495b4534 user: gcramer
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, tip-532
2019-01-12
20:38 Ticket [4c595d4d] high cpu usage (100%) in tkTextDisp.c status still Open with 4 other changes artifact: 25b6c04b user: fvogel
16:56
Fix the build after previous commit check-in: abff3a1d user: fvogel tags: revised_text, tip-466
2019-01-11
21:47
Fix related menubutton issues on linux and Windows. check-in: 63fef3c5 user: culler tags: bug-70e531918e
21:11 Ticket [70e53191] several issues with menubuttons on all platforms status still Open with 4 other changes artifact: 7297a655 user: marc_culler
15:22 Closed ticket [9e31fd94]: X11/X.h and Windows.h have conflicting symbols plus 5 other changes artifact: c3733c6f user: jan.nijtmans
14:58 Add attachment elide_test.tgz to ticket [4c595d4d] artifact: 7faa8068 user: anonymous
14:28 Ticket [70e53191] several issues with menubuttons on all platforms status still Open with 6 other changes artifact: d44317c1 user: marc_culler
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, tip-532
12:27
Merge trunk check-in: 98493932 user: jan.nijtmans tags: revised_text, tip-466
11:39
Merge 8.6 check-in: 60be4026 user: jan.nijtmans tags: bug6e8afe516d, tip-532
11:28
Missed 2 spots in previous commit (only relevant for test-suite) check-in: 36caa0cb user: jan.nijtmans tags: core-8-6-branch
10:07
Merge 8.6 check-in: 371c4059 user: jan.nijtmans tags: trunk
09:54
PREFER_MOST_SPECIALIZED_EVENT was broken, is working again. check-in: 7e6965a9 user: gcramer tags: bug6e8afe516d, tip-532
08:10
Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. check-in: c707c501 user: jan.nijtmans tags: core-8-6-branch
2019-01-09
22:10 Ticket [3003895f] improved range for Scale widget status still Open with 3 other changes artifact: 4d20d0bd user: fvogel ... 1 similar event omitted.
21:58
Add new test scale-14.13 to guard against regressions with [220665ffff], and duplicates [220265ffff] and [779559ffff]. This test currently fails in the present bugfix branch but passes in core-8-6-branch check-in: 497ab896 user: fvogel tags: bug-3003895fff, bug-1899040fff
21:57 Closed ticket [779559ff]: scale widget triggering on enter/leave events (LINUX only) plus 4 other changes artifact: a1609bcb user: fvogel ... 1 similar event omitted.
14:28
Fix bug [70e531918e]: geometry issues with menubuttons on macOS check-in: 06cc21c0 user: culler tags: bug-70e531918e
14:24 New ticket [70e53191] several issues with menubuttons on macOS. artifact: ab189b56 user: marc_culler
13:40 Ticket [e02aac5c] Grab documentation does not have caveats for windows & mac status still Open with 4 other changes artifact: efb2c9c8 user: marc_culler
13:36 Closed ticket [b94c17d2]: implement local grabs for Aqua plus 8 other changes artifact: 370659ca user: marc_culler
13:01
Implement local grabs on macOS. check-in: 10f2f6f2 user: culler tags: trunk
08:01 Ticket [9e31fd94] X11/X.h and Windows.h have conflicting symbols status still Open with 3 other changes artifact: c310e28c user: jan.nijtmans