summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2020-05-12Ignore idempotent set_name() callsRobin Gareus
2020-05-01force provision of "menu-name" for all WindowProxy objects, and thus TabbablesPaul Davis
2020-04-12some tweaks to Bindings API to allow ::is_bound() to indicate the action path...Paul Davis
2020-02-28Allow to limit error dumpRobin Gareus
2020-01-08Revert to use an image surface for CairoWidgetsRobin Gareus
2019-12-27Replace explicit image-surface with cairo pattern/groupRobin Gareus
2019-12-27Allow for per-widget image-surface backingRobin Gareus
2019-11-06add a signal to Gtkmm2ext::Keyboard to allow (possible) handling of close-cur...Paul Davis
2019-10-10remove unnecessary template methods (replicated in libs/gtkmm2ext/doi.hPaul Davis
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
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
2019-04-11NO-OP: whitespaceRobin Gareus
2019-04-11Add API to render a reflectionRobin Gareus
2019-03-20make ::ardour_action_name() private to Bindings, because nothing else uses it...Paul Davis
2019-03-19Compiler fix for 201110.Ben Loftis
2019-03-19use a new unhandled (thus far) exception rather than ::abort() when an action...Paul Davis
2019-01-13additional API to make it nicer to get an existing action groupPaul Davis
2018-12-11add ActionManager::get_actions() to fetch all actions created in ActionGroups...Paul Davis
2018-12-10add basic concept of an "owner" for an action group, to allow later groupingPaul Davis
2018-12-10add ActionManager::set_sensitive() for Gtk::ActionGroupPaul Davis
2018-12-10change ActionManager::find_action() back to ActionManager::get_action()Paul Davis
2018-12-10consolidate ActionMap and ActionManager APIs into a single namespacePaul Davis
2018-12-10provide (Static)ActionMapOwner::action_map()Paul Davis
2018-12-06add syntactic sugar for fetching toggle and radio actionsPaul Davis
2018-12-05some ActionMap infrastructure to start removing ActionManagerPaul Davis
2018-12-05add new variant of ActionMap::find_action()Paul Davis
2018-11-29NO-OP: whitespaceRobin Gareus
2018-10-02Prepare a boxy, no round borders, button-styleRobin Gareus
2017-08-09Separate set_toggleaction_state () APIRobin Gareus
2017-07-17add required stdint.hPaul Davis
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-04Allow DnDVbox to sort the selection, using original orderRobin Gareus
2017-07-02Add binding-proxy to ClickBoxRobin Gareus
2017-07-02Add control-focus notifications from bindable widgets.Robin Gareus
2017-06-29Add a convenience MenuHelper c'torRobin Gareus
2017-05-05remove cruft (unused UI::ui_scale)Robin Gareus
2017-03-21The new class 'Gtkmm2ext::EventBoxExt' needs to be exportable when building w...John Emmas
2017-03-21Fix gcc4 buildsRobin Gareus
2017-03-20Towards a consistent render() API.Robin Gareus
2017-03-20Forward un/map events to NSGLViewRobin Gareus
2017-03-20NSGLView: default to hidden, add API to un/hideRobin Gareus
2017-03-20Add a EventBox wrapper to forward unmap events.Robin Gareus
2017-03-20Allow CairoWidget to be backed by NSGLViewRobin Gareus
2017-03-20Move NSGlView into libgtkmm2extRobin Gareus