xiph / daala

Modern video compression for the internet

Home Page:https://xiph.org/daala/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retina support for our wxWidgets based tools.

mbebenita opened this issue · comments

Retina support for our wxWidgets based tools.

This requires at least moving to wxWidgets 3.0.

From the wxwidget wiki:

Retina display support
To have text rendered sharply on macs with a Retina display the key "NSPrincipalClass" should exist in the info.plist of your application. Its value seems to be irrelevant - probably it's best to just set it to the default "NSApplication".
Ref: https://wiki.wxwidgets.org/WxMac-specific_topics#Retina_display_support

We don't have an app only an executable...