summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext
AgeCommit message (Expand)Author
2016-02-22create a two-way association between an action map and a bindings object, rat...Paul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22change/extend/rework Bindings API to allow replacement and provide stub/hook/...Paul Davis
2016-02-22initial compilable version of saving key bindings with "new" schemePaul Davis
2016-02-22small rationalization of naming and code for managing plugin GUI visibilityPaul Davis
2016-02-22bindings: prevent double registration and double signal connection, and provi...Paul Davis
2016-02-22remove all action-registering API from Gtkmm2ext::ActionManagerPaul Davis
2016-02-22changes to Bindings and Keyboard API to support (mostly) GTK-free keyboard bi...Paul Davis
2016-02-22extend API for tabbable visibility managementPaul Davis
2016-02-22convert CairoIcon into a NO_WINDOW widget that just draws into its parent widgetPaul Davis
2016-02-22clean up tabbable state maintainance; drop Gtk::Button unintentionally used f...Paul Davis
2016-02-22move ui_scale static member from ARDOUR_UI to GtkUIPaul Davis
2016-02-22hopefully get dynamic tabbable menu state right this timePaul Davis
2016-02-22provide a sigc::signal to track display state changes for a TabbablePaul Davis
2016-02-22changes to get show/hide/attach/detach workingPaul Davis
2016-02-22change/extend Tabbable API to allow for show/hide/attach/detachPaul Davis
2016-02-22use new CairoIcon to add a tab-close "button" to tabsPaul Davis
2016-02-22add new CairoWidget-derived class that does nothing but shown an ArdourIcon.Paul Davis
2016-02-22add tab-closing buttons to tabs.Paul Davis
2016-02-22add ::make_visible() to Tabbable classPaul Davis
2016-02-22widespread changes to get the new (oldArdour binding scheme to be used for ke...Paul Davis
2016-02-22add suggestive tooltips for tabs; remove position argument for Tabbable since...Paul Davis
2016-02-22save/restore tabbable statePaul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-02-22compilable version of WindowProxyPaul Davis
2016-02-22initial versions of Tabbable objectPaul Davis
2016-02-22first version of Gtkmm2ext::WindowProxyPaul Davis
2016-02-22better system for managing kbd focus after cmd-w closing a dialog.Paul Davis
2016-02-22manually revert most of previous commit related to dialog/main window focus m...Paul Davis
2016-02-22os x: an initial attempt at fixing loss of keyboard focus after cmd-w to clos...Paul Davis
2016-02-12Allow partial CairoWidget exposureRobin Gareus
2016-02-11remove all traces of "prolooks" and related classesPaul Davis
2016-02-11Change CairoWidget::get_active() to be constTim Mayberry
2015-12-30allow to set per item drag targetsRobin Gareus
2015-12-29allow to set parent for modal dialogRobin Gareus
2015-12-29fix window-title (separate application name, thread name)Robin Gareus
2015-12-28missing drag-end (fix possible crash)Robin Gareus
2015-12-28allow DnD between DnDTreeView and DnDVboxRobin Gareus
2015-12-24Treeview Drag: allow to use single column as drag-widgetRobin Gareus
2015-12-22extend Drag/Drop mechanismRobin Gareus
2015-10-20remove cruftRobin Gareus
2015-10-20remove unused "copy modifier hint"Robin Gareus
2015-10-16API to add system-specific file chooser shortcutsRobin Gareus
2015-10-15prepare better solution of Glib's << operatorRobin Gareus
2015-10-05remove unused API (and ifstream)Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-10-01there's no class called "The" :)Robin Gareus
2015-09-17associate label more closely with VST path button. the plugin tab needs a co...Ben Loftis