mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #15587: Enable Tk high-resolution text rendering on Macs with
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X framework builds linked with Cocoa Tk 8.5+. Suggested by Kevin Walzer
This commit is contained in:
parent
a8a3468abe
commit
6e7da15279
3 changed files with 8 additions and 0 deletions
|
@ -51,6 +51,8 @@
|
||||||
<string>%VERSION%</string>
|
<string>%VERSION%</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>%VERSION%</string>
|
<string>%VERSION%</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
<!--
|
<!--
|
||||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||||
<dict>
|
<dict>
|
||||||
|
|
|
@ -56,5 +56,7 @@
|
||||||
<true/>
|
<true/>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
<string>(c) 2013 Python Software Foundation.</string>
|
<string>(c) 2013 Python Software Foundation.</string>
|
||||||
|
<key>NSHighResolutionCapable</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -800,6 +800,10 @@ Build
|
||||||
|
|
||||||
- Issue #14437: Fix building the _io module under Cygwin.
|
- Issue #14437: Fix building the _io module under Cygwin.
|
||||||
|
|
||||||
|
- Issue #15587: Enable Tk high-resolution text rendering on Macs with
|
||||||
|
Retina displays. Applies to Tkinter apps, such as IDLE, on OS X
|
||||||
|
framework builds linked with Cocoa Tk 8.5.
|
||||||
|
|
||||||
Tools/Demos
|
Tools/Demos
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue