<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">I was able to get 0.46-0 working with retina resolution on OSX. It's pretty easy.<div><br></div><div><div style="margin: 0px;">* replace Contents/MacOS/Pd with Tk 8.5 Wish.app binary:  /System/Library/Frameworks/Tk.framework/Versions/8.5/Resources/Wish.app/Contents/MacOS/Wish</div><div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;">* add <a href="http://superuser.com/questions/620824/is-it-possible-to-have-git-gui-gitk-look-good-on-a-retina-macbook-pro">the following</a> to Contents/Info.plist:</div><div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;"><key>NSHighResolutionCapable</key></div><div style="margin: 0px;"><true/></div><div style="margin: 0px; min-height: 14px;"><br></div><div style="margin: 0px;">* change package require Tcl version to 8.5 in Contents/Resources/tcl/pd-gui.tcl</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">Looking at the app bundle build script, it would only involve updating the wish-shell.tgz with the new Wish.app and renaming all instances of  "Wish Shell" to "Wish" as I found "Wish Shell.app" is now a static link to "Wish.app".</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">The only problem I noticed is that the font at size 10 or less is so thin that it becomes illegible. I think simply bolding it on retina screens would work.</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">I wasn't able to find a way in tk to get the screen dpi, so maybe using the max screen size would work:</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">wm maxsize</div><div style="margin: 0px;"><br></div><div style="margin: 0px;">If the width and height are greater than, say 2000 & 1500 then bold the small fonts? It's kind of dumb but might work.</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica;  font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; border-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--------</div><div>Dan Wilcox</div><div>@danomatika</div><div><a href="http://danomatika.com">danomatika.com</a></div><div><a href="http://robotcowboy.com">robotcowboy.com</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></div></span><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></div></div></body></html>