Tk Source Code

Check-in [d0b64851]
Login

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

Overview
Comment:Switch back to using Tcl_UtfToExternalDString() in tkWinFont.c, since - somehow - changing it doesn't work. More usage of implicit WCHAR, since we are always building with UNICODE.
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | tip-548
Files: files | file ages | folders
SHA3-256: d0b64851baeb2dfc3ed0e0186202f68ca6c37c7a6783983f3296fca23281643e
User & Date: jan.nijtmans 2019-06-11 15:14:16.145
Context
2019-06-15
20:56
Merge trunk check-in: 5e217f2e user: jan.nijtmans tags: tip-548
2019-06-11
15:14
Switch back to using Tcl_UtfToExternalDString() in tkWinFont.c, since - somehow - changing it doesn't work. More usage of implicit WCHAR, since we are always building with UNICODE. check-in: d0b64851 user: jan.nijtmans tags: tip-548
12:52
Missing Tcl_DStringInit() call. check-in: 08f54084 user: jan.nijtmans tags: tip-548
Changes
Unified Diff Side-by-Side Diff Patch
Changes to win/tkWinFont.c.
Changes to win/tkWinInt.h.
Changes to win/tkWinTest.c.