kfix / MacPin

a webapp container & site specific browser made from WebKit.swift and JavaScriptCore
GNU General Public License v3.0
331 stars 27 forks source link

Retina support #3

Closed anjiro closed 9 years ago

anjiro commented 9 years ago

MacPin doesn't seem to support retina displays. At least, the apps in release v1.3.0b1 are all fuzzy on my retina macbook pro.

kfix commented 9 years ago

I don't have a retina screen to test on. for b1, I tried setting some keys in the Info.plist to enable Cocoa's automatic scaling, since there's few NSImages in use.

kfix commented 9 years ago

Alfonsomga, +1's are not useful on GitHub or anywhere really. what version did you try?

alfonmga commented 9 years ago

Hey kfix, I tried v1.3.0b1.

kfix commented 9 years ago

Ok, I'll try simulating retina on my mini (http://stackoverflow.com/a/13596261) to debug it

anjiro commented 9 years ago

Works great, thanks for fixing it!

alfonmga commented 9 years ago

Same here, thank you kfix!