Tk Source Code

Changes On Branch tip-494
Login

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

Changes In Branch tip-494 Excluding Merge-Ins

This is equivalent to a diff from cc2ef92f to 785b85f4

2018-07-11
19:55
Promote some internal variables from int to size_t. This makes Tk compile with TIP #494-enabled Tcl, without the need for -DTCL_USE_INT_RETURN check-in: bda7be3d user: jan.nijtmans tags: trunk
2018-07-10
19:22
Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible problems Closed-Leaf check-in: 785b85f4 user: jan.nijtmans tags: tip-494
2018-07-09
18:12
Ongoing work (not finished yet) making Tk fully 64-bit size_t aware (see TIP #494) without compatibility macros check-in: 0ff4b2be user: jan.nijtmans tags: tip-494
18:10
Make Tk compile with TIP #494 (being tested now) using compatibility macros. Without TIP #494 there is no effect check-in: cc2ef92f user: jan.nijtmans tags: trunk
2018-07-04
08:46
Fix [309b426171]: ttk partly fails in Windows high-contrast-mode using wrong colors. Patch provided by cjmcdonald. check-in: 9d657700 user: fvogel tags: trunk

Changes to generic/tkBind.c.

Changes to generic/tkCanvPs.c.

Changes to generic/tkFont.c.

Changes to generic/tkImgBmap.c.

Changes to generic/tkImgGIF.c.

Changes to generic/tkImgPNG.c.

Changes to generic/tkImgPPM.c.

Changes to generic/tkInt.h.

Changes to generic/tkMain.c.

Changes to generic/tkOption.c.

Changes to generic/tkUtil.c.

Changes to generic/ttk/ttkState.c.

Changes to unix/Makefile.in.

Changes to unix/tkUnixKey.c.

Changes to win/Makefile.in.