summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-22action maps now have namesPaul Davis
2016-02-22create a two-way association between an action map and a bindings object, rat...Paul Davis
2016-02-22Window Manager object should use global action map, since bindings are part o...Paul Davis
2016-02-22merge once again with masterPaul Davis
2016-02-22tweak to start addressing mis-classification of various editor commands as gl...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-22various fixes for saving bindings statePaul Davis
2016-02-22fix memory lifetime management issuePaul Davis
2016-02-22fix typo in binding key namePaul Davis
2016-02-22use Bindings API for binding replacementPaul Davis
2016-02-22change/extend/rework Bindings API to allow replacement and provide stub/hook/...Paul Davis
2016-02-22use X_() to mark binding names as non-translatedPaul Davis
2016-02-22initial compilable version of saving key bindings with "new" schemePaul Davis
2016-02-22add step entry bindings pointer to step entry window so that bindings will be...Paul Davis
2016-02-22small rationalization of naming and code for managing plugin GUI visibilityPaul Davis
2016-02-22changes to support new key bindings editor designPaul Davis
2016-02-22clean up registration of toggle window actionsPaul Davis
2016-02-22redesign key editor to work with tabbed notebook, one tab per set of bindingsPaul Davis
2016-02-22fix double initialization of key bindings editor AND rename video import menu...Paul Davis
2016-02-22bindings: prevent double registration and double signal connection, and provi...Paul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis
2016-02-22remove all action-registering API from Gtkmm2ext::ActionManagerPaul Davis
2016-02-22remove unused filePaul Davis
2016-02-22fix command used to build keyboard bindingsPaul Davis
2016-02-22changes to Bindings and Keyboard API to support (mostly) GTK-free keyboard bi...Paul Davis
2016-02-22fix another XML typoPaul Davis
2016-02-22fix XML typoPaul Davis
2016-02-22adjust fixed bindings files for use with new fmt-bindings toolPaul Davis
2016-02-22redesign fmt-bindings to generate Ardour native binding files.Paul Davis
2016-02-22correct fix previous merge conflictPaul Davis
2016-02-22remove all tearoffs except the monitor section.Paul Davis
2016-02-22remove debug outputPaul Davis
2016-02-22get current tab on startup correct.Paul Davis
2016-02-22handle main window delete events sensiblyPaul Davis
2016-02-22more fixes for tabbable visibility managementPaul Davis
2016-02-22extend API for tabbable visibility managementPaul Davis
2016-02-22handle button events on main window notebook so that we can handle close butt...Paul Davis
2016-02-22set "close-button" data on Tabbable contents.Paul Davis
2016-02-22convert CairoIcon into a NO_WINDOW widget that just draws into its parent widgetPaul Davis
2016-02-22clocks in selection/punch displays do actually need the backgroundPaul Davis
2016-02-22if _need_bg is set to false in a CairoWidget, then don't actually draw the ba...Paul Davis
2016-02-22clean up tabbable state maintainance; drop Gtk::Button unintentionally used f...Paul Davis
2016-02-22scale CairoIcon by Gtkmm2ext::UI::ui_scalePaul Davis
2016-02-22revert to thin lines for close cross iconPaul Davis
2016-02-22remove debug outputPaul Davis
2016-02-22move ui_scale static member from ARDOUR_UI to GtkUIPaul Davis
2016-02-22remove unused linesPaul Davis
2016-02-22hide splash in a sensible and understandable wayPaul Davis
2016-02-22hopefully get dynamic tabbable menu state right this timePaul Davis