indragiek / INAppStoreWindow

NSWindow subclass with a highly customizable title bar and traffic lights
BSD 2-Clause "Simplified" License
1.06k stars 162 forks source link

Native title rendering #176

Closed jakepetroules closed 10 years ago

indragiek commented 10 years ago

Could you separate this from the commit that updates the pod spec so I can merge it in separately? Thanks!

jakepetroules commented 10 years ago

Yes, I just realized that got mixed up in there. One moment...

jakepetroules commented 10 years ago

Done, and please have a sanity check before merging.

indragiek commented 10 years ago

Tried it, it works :+1: My main concern was whether the HITheme* APIs could handle the retina scale factor correctly, but everything appears to be drawn fine.

jakepetroules commented 10 years ago

HITheme is nothing but a wrapper around CoreUI these days. CoreUI handles scale factors internally.