summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_engine.cc
AgeCommit message (Collapse)Author
2020-05-15better update/improve for generic subscribe URLPaul Davis
2020-05-14update/improve generic subscribe URLPaul Davis
2020-02-27Dialog default to cancel (#7915)Robin Gareus
There are various ways to cancel a dialog. Only checking for RESPONSE_CANCEL is not sufficient. e.g. Esc causes a delete-event. * Gtk::RESPONSE_CLOSE * Gtk::RESPONSE_REJECT * Gtk::RESPONSE_DELETE_EVENT * Gtk::RESPONSE_CANCEL * Gtk::RESPONSE_NO Among others this fixes "Clicking session > open, then hitting ESC opens the currently selected folder and session"
2019-12-14First batch of MessageDialog replacementsRobin Gareus
2019-11-06remove unused APIPaul Davis
2019-09-26More i18n include order fixesRobin Gareus
2019-09-23split apart ardour_ui.cc into a series of distinct source modules.Paul Davis
Should be a 100% no-op - no code was altered, just moved