Tk Source Code

Check-in [f98feb70]
Login

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

Overview
Comment:Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(), making use of Tcl_UtfToUniCharDString()
Downloads: See separate download page
Timelines: family | ancestors | descendants | both | core-8-6-branch
Files: files | file ages | folders
SHA3-256: f98feb70beed0f7bae6d737ce9f3530b889e4fcecbdde2f9caff9d2fc412e64d
User & Date: jan.nijtmans 2019-12-04 20:35:17.916
Context
2019-12-05
13:05
Build without -DUNICDE -D_UNICODE, since it's not necessary any-more (all code uses implicit *W-API now). This also eliminates the need for the TK_ASCII_MAIN hack. check-in: a548d14c user: jan.nijtmans tags: core-8-6-branch
2019-12-04
22:38
Merge 8.6. Introduce the new Unicode-handling functions here too: Tk 8.7 could be loaded in Tcl 8.6 .... Further improvements are still possible check-in: 2c72c39e user: jan.nijtmans tags: trunk
20:35
Make MODULE_SCOPE functions start with "Tk". Also simplify TkUtfToNSString(), making use of Tcl_UtfToUniCharDString() check-in: f98feb70 user: jan.nijtmans tags: core-8-6-branch
14:17
Fix [749bd9bb1b]: systemControlAccentColor can have incorrect RGB on older macOS systems. check-in: 00b45e1d user: marc_culler tags: core-8-6-branch
Changes
Unified Diff Side-by-Side Diff Patch
Changes to macosx/tkMacOSXClipboard.c.
Changes to macosx/tkMacOSXFont.c.
Changes to macosx/tkMacOSXKeyEvent.c.
Changes to macosx/tkMacOSXPrivate.h.
Changes to macosx/tkMacOSXRegion.c.