Tk Source Code

Timeline
Login

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

50 events occurring around be0be1ae8b124170.

2019-01-20
08:46
Remove the last remaining reference to NO_WINRGBFIX check-in: 5bfb6631 user: fvogel tags: bug-21525158b0
2019-01-19
15:30 Ticket [4c595d4d] high cpu usage (100%) in tkTextDisp.c status still Open with 3 other changes artifact: 39a09f06 user: fvogel
2019-01-18
22:01 Edit [1b415f98841e347e|1b415f98]: Mark "Closed". artifact: 5b4495d6 user: marc_culler
22:01 Ticket [707778ff] canvas/scrollbar/text return wrong configure synonym info status still Open with 3 other changes artifact: e5bf8942 user: fvogel
22:01 Closed ticket [e733d377]: On macOS the button geometry is not quite correct plus 7 other changes artifact: e326d4c6 user: marc_culler
18:08
Clean up Aqua button geometry code so unixButton tests pass, and make a few small adjustments to the appearance. check-in: 6cfd57f0 user: culler tags: trunk
18:05
Clean up Aqua button geometry code so unixButton tests pass, and make a few small adjustments to the appearance. check-in: 521c2e75 user: culler tags: core-8-6-branch
15:26 Ticket [7bf9bd3a] ProgressbarStepCommand sets value to 0 when reaching maximum status still Open with 3 other changes artifact: 66f2da23 user: bll ... 6 similar events omitted.
2019-01-16
14:06
Tiny adjustment to text position, to match native buttons. check-in: 1b415f98 user: culler tags: bug-e733d3770f
03:49 Ticket [e733d377] On macOS the button geometry is not quite correct status still Open with 3 other changes artifact: bc728dd6 user: marc_culler
03:41
Fix bug [e733d3770f]: geometry issues with buttons on macOS check-in: 00ef6559 user: culler tags: bug-e733d3770f
03:33 New ticket [e733d377] On macOS the button geometry is not quite correct. artifact: b72e2a86 user: marc_culler
2019-01-15
21:22
For macOS, guard against a crash in TkpPostMenu and fix TkPostTearoffMenu. Adjust menu.test for the new argument name. check-in: 2672c32f user: culler tags: bug-70e531918e
20:47 Ticket [6e8afe51] Severe bugs in binding (tkBind.c) status still Open with 3 other changes artifact: e8cd17c9 user: fvogel
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