13
0
livetrax/libs/surfaces
David Robillard 941aa20148 Fix font size on Push2
At least on my machine, the fonts on the Push display were ridiculously large,
making everything overlapping and unusable.  I suspect this is because
pango_cairo_font_map_get_default() inherits DPI from the system, so the
monitor scaling factor got applied to the Push display as well.

This commit instead creates a new plain font map, and sets the resolution to
96, which looks like what the UI was designed for.  Some more tweaking of the
Pango context might make things more optimal on the Push, but just setting the
resolution makes things look reasonable to me anyway.
2019-12-09 23:38:10 +01:00
..
cc121 Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
contourdesign Fix deprecated-copy warnings 2019-12-09 23:25:59 +01:00
control_protocol part 1 of replicating semantics of ARDOUR_UI::toggle_roll() in BasicUI::toggle_roll() 2019-11-02 16:32:18 -06:00
faderport Faderport: use well-known-controls API 2019-09-25 14:02:45 +02:00
faderport8 NO-OP: fix some Wimplicit-fallthrough 2019-09-18 17:37:54 +02:00
frontier Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
generic_midi Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
launch_control_xl Consolidate and extend "well-known" controls: 2019-09-25 14:02:45 +02:00
mackie rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
maschine2 Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
osc NO-OP: fix some Wimplicit-fallthrough 2019-09-18 17:37:54 +02:00
push2 Fix font size on Push2 2019-12-09 23:38:10 +01:00
tranzport
us2400 rename all Evoral source from .(hpp|cpp)$ to .(h|cc) 2019-11-02 16:32:18 -06:00
wiimote Update plugins/addons GPL boilerplate and (C) from git log 2019-08-03 15:53:18 +02:00
wscript