summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/action_model.cc
AgeCommit message (Collapse)Author
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2019-04-20Provide ActionModel::build_custom_action_combo() for Control ProtcolsJohannes Mueller
to consolidate code that's identical in several control protocols.
2019-04-20Provide a function to fill a Gtk::ComboBox with all available actionsJohannes Mueller
2019-04-20Provide an API to get all available actions by one singleton classJohannes Mueller
The singleton ActionModel provides a Gtk::Treestore of all actions known to ardour. To be used for example by surface control editors to implement action bindings.