13
0
livetrax/libs/gtkmm2ext
Robin Gareus cba8fd090f Fix widget retina scaling (#9243)
For normal cairo-widgets ardour should not use image surfaces on macOS,
because that bypasses retina scaling. In theory explicit upsampling could
be performed (compere to openGL/cairo), but for the case at hand that is
overkill and inconvenient.

Performance critical widgets that render periodically can enable openGL
backing. Casual widgets (buttons with text, knobs, sliders etc) can be
rendered directly without any significant performance penalty.
2023-02-17 15:57:32 +01:00
..
gtkmm2ext Add API to set openGL backing scale 2023-02-04 22:25:52 +01:00
MSVCgtkmm2ext
po Fix the latest French translation update 2022-11-11 14:45:09 +03:00
action_model.cc
actions.cc Fix various typos 2022-04-08 19:51:02 +02:00
application.cc
AUTHORS
bindings.cc Fix various typos 2022-08-03 12:10:01 -06:00
cairo_packer.cc
cairo_theme.cc
cairo_widget.cc Fix widget retina scaling (#9243) 2023-02-17 15:57:32 +01:00
cell_renderer_color_selector.cc
cell_renderer_pixbuf_multi.cc
cell_renderer_pixbuf_toggle.cc
colors.cc move color utility functions from ARDOUR_UI_UTILS to Gtkmm2ext namespace (libs) 2022-08-10 21:11:46 -06:00
colorspace.cc
COPYING
cursors.cc
debug.cc
dndtreeview.cc DnD-TV: Allow to specify TargetFlags 2022-01-10 20:40:46 +01:00
emscale.cc
gtk_ui.cc Fix source typos (heirarchy->hierarchy) 2022-04-08 21:38:00 +02:00
gtkapplication_quartz.mm Apple+H (hide window) shortcut does not work, so hide it 2022-09-18 16:33:29 +02:00
gtkapplication_win32.c
gtkapplication_x11.c
gtkapplication.c
gtkutils.cc
keyboard.cc Add API to format keyboard modifiers for tooltips 2022-06-21 22:11:49 +02:00
libgtkmm2ext.pc.in
libgtkmm2ext.spec.in
menu_elems.cc
nsglview.mm Add API to set openGL backing scale 2023-02-04 22:25:52 +01:00
persistent_tooltip.cc gtkmm: use get_visible() instead of deprecated Gtk::Widget::is_visible() 2022-04-08 20:20:10 +02:00
sync-menu.c
textviewer.cc
treeutils.cc
utils.cc Update size-request when font/style is set 2022-09-20 03:33:15 +02:00
visibility_tracker.cc gtkmm: use get_mapped instead of deprecated Gtk::Widget::is_mapped() 2022-04-08 20:20:10 +02:00
window_proxy.cc Attempted fix for idle_drop_window random crashes (2/2) 2022-12-03 19:27:53 +01:00
window_title.cc
wscript wscript: consistently have at most one empty separator line 2022-04-09 12:16:40 +02:00