Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins related to "core-8-6-branch"
2021-03-08
| ||
15:16 | Merge 8.6 check-in: 076264ca5d user: jan.nijtmans tags: trunk, main | |
15:13 | Mark more testcases with failsOnXQuarz Leaf check-in: 9bcf997a43 user: jan.nijtmans tags: core-8-6-branch | |
14:46 | Mark more testcases with failsOnQuarz Leaf check-in: 9525daf6ee user: jan.nijtmans tags: core-8-5-branch | |
14:06 | Eliminate unnecessary spacing check-in: 2ffc10bc2d user: jan.nijtmans tags: core-8-6-branch | |
2021-03-05
| ||
16:15 | Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackground Leaf check-in: cdbd93edca user: culler tags: bug-58222c42b3 | |
14:22 | Merge-mark check-in: 35174c6fc2 user: jan.nijtmans tags: core-8-6-branch | |
14:21 | Attempt to make more ttk testcases pass on github actions, by backporting some textual changes from 8.6 check-in: 3d788a8595 user: jan.nijtmans tags: core-8-5-branch | |
2021-03-04
| ||
20:39 | Experiment check-in: 1daccaf10b user: fvogel tags: gcc_unstable_tests | |
2021-03-02
| ||
19:04 | Merge 8.6 check-in: ea7782aad8 user: culler tags: trunk, main | |
19:03 | Fix [1626ed65b8]: Aqua aborts when dead keys are used as menu accelerators. check-in: db32fe0bba user: culler tags: core-8-6-branch | |
19:02 | Adjust the key event processing logic to handle dead keys being used as menu accelerators. This prevents the crash at exit. Closed-Leaf check-in: 6cff5cd5cb user: culler tags: bug-1626ed65b8 | |
2021-03-01
| ||
17:34 | Fix [1626ed65b8]: Aqua aborts when Command-backquote is pressed on a Spanish keyboard. check-in: bdb2ce53bb user: culler tags: bug-1626ed65b8 | |
16:36 | Merge 8.6 check-in: 6d6dd61020 user: jan.nijtmans tags: trunk, main | |
16:24 | Need extra "update" after "after 50" check-in: cbcceb14ed user: jan.nijtmans tags: core-8-6-branch | |
15:59 | Fix event-9 testcase on Windows on Tk 8.6. See also [85c8397412] check-in: d9552e2ede user: jan.nijtmans tags: core-8-6-branch | |
08:12 | Merge 8.6 check-in: 32ebdabbc4 user: jan.nijtmans tags: trunk, main | |
08:11 | Fix a few "$tcl_platform(platform) ==" which should have been "[tk windowingsystem] ==". On Cygwin this makes a difference check-in: 24f86105cc user: jan.nijtmans tags: core-8-6-branch | |
2021-02-28
| ||
09:20 | merge core-8-6-branch Leaf check-in: ccd791480b user: fvogel tags: patch-85c8397412-86 | |
09:08 | Binding to all in test event-9 introduces coupling between this test and other tests, for instance textTag-18.1, which then fails when event.test and textTag.test are run together. Fix this binding to .top only, which produces the same result (see the 'bind' man page: 'If the tag is the name of a toplevel window the binding applies to the toplevel window and all its internal windows.'). check-in: bd3e44551e user: fvogel tags: trunk, main | |
09:08 | Binding to all in test event-9 introduces coupling between this test and other tests, for instance textTag-18.1, which then fails when event.test and textTag.test are run together. Fix this binding to .top only, which produces the same result (see the 'bind' man page: 'If the tag is the name of a toplevel window the binding applies to the toplevel window and all its internal windows.'). check-in: 0232e0db8d user: fvogel tags: core-8-6-branch | |
09:07 | merge the part of core-8-6-branch that was left out in previous merge due to wrong baseline Closed-Leaf check-in: 17f37d12c2 user: fvogel tags: bug-9e1312f32c | |
08:43 | merge core-8-6-branch check-in: 894b5a96b8 user: fvogel tags: bug-9e1312f32c | |
03:56 | Merge 8.6 check-in: ea1c1aade2 user: marc_culler tags: trunk, main | |
03:55 | Fix [3b9296159c]: The NULL pointer guard in XSetupEvent is misplaced. (Why it is needed remains a mystery.) check-in: 1ce1d38ab4 user: marc_culler tags: core-8-6-branch | |
2021-02-25
| ||
16:44 | Merge 8.6 check-in: 119b5f7314 user: jan.nijtmans tags: patch-85c8397412-86 | |
10:19 | Merge 8.6 check-in: 7a8c527978 user: jan.nijtmans tags: trunk, main | |
10:17 | Fix [be9cade996]: sigsegv in tkwait check-in: e208aac777 user: jan.nijtmans tags: core-8-6-branch | |
10:11 | Fix [234ee4f83b]: macOS Crash - Pasting text with special characters into Text widget check-in: 5ddef083ba user: jan.nijtmans tags: core-8-6-branch | |
10:08 | ClipboardGetProc() should never assume the bytes it receives are valid UTF-8 Closed-Leaf check-in: e7bdb2bae3 user: jan.nijtmans tags: bug-234ee4f83b | |
08:27 | Fix [234ee4f83b]: macOS Crash - Pasting text with special characters into Text widget check-in: 11f53b46d0 user: jan.nijtmans tags: bug-234ee4f83b | |
2021-02-20
| ||
14:11 | Fix [be9cade996]: sigsegv in tkwait. Propagate the fix from https://core.tcl-lang.org/tcl/tktview/16828b3744521541660af48501fa06e63e564ad3 from vwait to tkwait. Closed-Leaf check-in: fda7fe5d81 user: fvogel tags: bug-be9cade996 | |
2021-02-11
| ||
21:25 | Patch [85c8397412]: Wrapper proc for exerting timing control over pointer warping. This is the patch for 8.6 (with many conflicts fixed). check-in: aaec2f4432 user: fvogel tags: patch-85c8397412-86 | |
09:30 | Expperiment: let's see if the change in tkPointer.c is responsable for test-case breakage on Windows (don't care other platforms for now) Closed-Leaf check-in: 62698b87c0 user: jan.nijtmans tags: bug-9e1312f32c | |
2021-02-10
| ||
10:23 | Merge 8.6 check-in: c2c7ce7bf1 user: jan.nijtmans tags: trunk, main | |
10:17 | Fix [d3cd4c6949]: Make the ttk::notebook::CycleTab proc more robust check-in: 68ada642c4 user: jan.nijtmans tags: core-8-6-branch | |
10:16 | Sync win/rules.vc with Tcl check-in: af89689779 user: jan.nijtmans tags: core-8-6-branch | |
2021-02-09
| ||
08:48 | merge-mark check-in: 5cda544159 user: jan.nijtmans tags: core-8-6-branch | |
08:46 | Add two missing rules (needed because we removed the dependency on the UNIX directory from win32 build) check-in: 8557b30d2c user: jan.nijtmans tags: core-8-5-branch | |
2021-02-08
| ||
13:37 | Merge 8.6 check-in: efab92a903 user: jan.nijtmans tags: trunk, main | |
13:26 | Merge 8.5 check-in: 46be8a55d9 user: jan.nijtmans tags: core-8-6-branch | |
12:15 | Fix [44eaf9a908]: 'make distclean' fails on trunk Undo ttk.decls from unnecessary "current" and ending semicolon Don't use "catch" in Tk's pkgIndex.tcl, and don't use "load" 2th argument check-in: 19231832cf user: jan.nijtmans tags: core-8-5-branch | |
07:59 | Merge-mark check-in: 0bf5087d0c user: jan.nijtmans tags: core-8-6-branch | |
07:47 | Fix [f10f49430c]: core-8-5-branch does not build with MSVC 2019 Use "/D" in stead of "-D" in the cl command line, for consistancy check-in: 29134572e3 user: jan.nijtmans tags: core-8-5-branch | |
2021-02-07
| ||
20:17 | merge core-8-6-branch check-in: 8a66724134 user: fvogel tags: trunk, main | |
20:16 | merge mark check-in: 9c17766522 user: fvogel tags: core-8-6-branch | |
20:14 | Marking textTag-18.1 as knownBug in [c62fb2ba] wasn't so satisfying to me, so I have backported the fix from core-8-6-branch. check-in: 21fd2346a9 user: fvogel tags: core-8-5-branch | |
14:18 | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of slave widget check-in: 94e45daa73 user: fvogel tags: trunk, main | |
14:16 | Fix [9e1312f32c]: Delivery of <Enter> event to master after destruction of slave widget check-in: f4ef2a3f17 user: fvogel tags: core-8-6-branch | |
14:13 | Merge 8.6 check-in: 0989be3405 user: fvogel tags: bug-9e1312f32c | |
2021-02-02
| ||
16:07 | Merge 8.6 check-in: 57b384d026 user: jan.nijtmans tags: trunk, main | |