Tk Source Code

Timeline
Login

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

50 events occurring around 370c87b2e6cc613a.

2019-06-26
07:38
Merge 8.5 check-in: 693c45d1 user: jan.nijtmans tags: core-8-6-branch
07:34
Remove use of/documentation regarding deprecated symbols/macro's, which moved to Tcl headers long ago. check-in: 039af3ad user: jan.nijtmans tags: core-8-5-branch
07:12 New ticket [bfa290b1] Trunk does not build on macOS X Mojave. artifact: 68cfb530 user: bouvier
2019-06-25
21:51
Merge trunk check-in: bfb5c4c5 user: jan.nijtmans tags: revised_text, tip-466
21:30
Merge 8.6 check-in: 97844c5e user: jan.nijtmans tags: trunk
21:27
CONST -> const. Eliminate unnecessary type-casts and end-of-line spacing check-in: fba3fe56 user: jan.nijtmans tags: core-8-6-branch
15:25
Eliminate warning, when compiling with 9.0 Tcl headers on Windows check-in: 556f6ed6 user: jan.nijtmans tags: trunk
14:33 Ticket [06f3922f] High CPU usage status still Open with 4 other changes artifact: ada762e2 user: marc_culler
2019-06-24
18:54
Remove unnecessary call to NSUpdateDynamicServices() which can cause crashes check-in: 348159fe user: culler tags: trunk
18:52
Remove unnecessary call to NSUpdateDynamicServices() which can cause crashes. check-in: 8ad24530 user: culler tags: core-8-6-branch
10:11 Closed ticket [505fe5a0]: Tk does not build with enable-aqua options on macOS Mojave 10.14.5 plus 7 other changes artifact: 849a1701 user: jan.nijtmans
08:28
Merge 8.6 check-in: b99a8f55 user: jan.nijtmans tags: trunk
08:02
Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: [505fe5a0e2] check-in: bae97c3c user: jan.nijtmans tags: core-8-6-branch
07:13 Add attachment tkMacOSXWm.patch to ticket [505fe5a0] artifact: c84cbbfd user: bouvier
07:12 New ticket [505fe5a0] Tk does not build with enable-aqua options on macOS Mojave 10.14.5. artifact: 440af26e user: bouvier
2019-06-22
22:20 Closed ticket [0c6933a7]: Setting scaling on Windows 10 causes graphics to be zoomed plus 5 other changes artifact: d5007142 user: jal_frezie ... 4 similar events omitted.
06:25
CONST to const; make code compile check-in: 841fa91c user: dkf tags: trunk
2019-06-21
18:07 Ticket [bc6a4959] Documentation bug for upper case %X an %Y binding script substitutions status still Open with 3 other changes artifact: f1f5b484 user: erikleunissen
13:23
Make better use of full range for string lengths, if Tk is compiled with Tcl 9.0 headers. check-in: 6f8877ea user: jan.nijtmans tags: trunk
12:40
Eliminate some redundant type-casts check-in: e496a360 user: jan.nijtmans tags: trunk
12:34
Resolve compiler warnings and segfault in imgListFormat tests. check-in: 370c87b2 user: dgp tags: trunk
12:06 Closed ticket [a8c4d415]: Typos in macosx/README plus 5 other changes artifact: e4a35dfe user: kevin_walzer
12:06 Closed ticket [c2ff4a11]: Duplicates in tkMacOSXConstants.h plus 6 other changes artifact: a9a18202 user: kevin_walzer
12:05 Closed ticket [405261c5]: Update section reference in macosx/README plus 6 other changes artifact: ca594e64 user: kevin_walzer
12:03
Documentation cleanup and removal of redundant constants; thanks to Christopher Chavez for reports and patch check-in: 43bd571c user: kevin_walzer tags: trunk
12:01
Documentation cleanup and removal of redundant constants; thanks to Christopher Chavez for reports and patch check-in: d34b5c40 user: kevin_walzer tags: core-8-6-branch
11:53 Edit [80dbafd8e15e7059|80dbafd8]: Edit check-in comment. artifact: b620ed19 user: jan.nijtmans
11:32
Make better use of the full range for Menu indexes, if Tk is compiled with Tcl 9.0 headers. check-in: 80dbafd8 user: jan.nijtmans tags: trunk
07:16 Ticket [405261c5] Update section reference in macosx/README status still Open with 3 other changes artifact: 49175ca1 user: chrstphrchvz
07:15 Ticket [a8c4d415] Typos in macosx/README status still Open with 4 other changes artifact: 0e0451ff user: chrstphrchvz ... 3 similar events omitted.
06:46 New ticket [405261c5] Update section reference in macosx/README. artifact: 36d559e0 user: chrstphrchvz
05:45 Add attachment dedup-constants.diff to ticket [c2ff4a11] artifact: 3708560d user: chrstphrchvz
05:44 New ticket [c2ff4a11] Duplicates in tkMacOSXConstants.h. artifact: 00e677d9 user: chrstphrchvz
04:25 Ticket [0c6933a7] Setting scaling on Windows 10 causes graphics to be zoomed status still Open with 4 other changes artifact: 2bd9f4b0 user: chrstphrchvz
2019-06-20
21:05 Ticket [bc6a4959] Documentation bug for upper case %X an %Y binding script substitutions status still Open with 4 other changes artifact: 80535281 user: fvogel ... 1 similar event omitted.
13:52
Handle SVG string > 2G, when compiled with Tcl 9 headers. Make TCL_INDEX_NONE symbol usable in Tk, even when compiled against Tcl 8.6 headers. check-in: 305b9df3 user: jan.nijtmans tags: trunk
13:32
Merge trunk check-in: 9ee03939 user: jan.nijtmans tags: tip-548
12:40
Merge 8.6 check-in: d6652a45 user: jan.nijtmans tags: trunk
12:39
Don't use wcslen() in combination with Tcl_WinTCharToUtf(): Using -1 has the same effect already (it even was wrong in tkWinTest.c's previous commit, forgot to multiply with sizeof(WCHAR)). check-in: 85a33e2a user: jan.nijtmans tags: core-8-6-branch
2019-06-19
15:27
Merge 8.6. Code cleanup, possible because we know we are compiling in UNICODE mode on Windows. check-in: 61cdcacd user: jan.nijtmans tags: trunk
14:08
Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if provided by Tcl (TIP #547). If Tcl doesn't provide those encodings, proceed as usual. Closed-Leaf check-in: 472fafa9 user: jan.nijtmans tags: tip-547
13:35
Don't re-reference encoding "unicode", when we can re-use the encoding. check-in: cbb1a6c9 user: jan.nijtmans tags: core-8-6-branch