summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-02-22thicken up lines of close cross iconPaul Davis
2016-02-22dynamically update menus/actions controlling tabbable show/hide/attach/detach...Paul Davis
2016-02-22provide a sigc::signal to track display state changes for a TabbablePaul Davis
2016-02-22add explanatory/reminder commentPaul Davis
2016-02-22remove use of current_toplevel() where unnecessary, fix broken necessary case...Paul Davis
2016-02-22changes to get show/hide/attach/detach workingPaul Davis
2016-02-22break out window ops for Tabbables into show/hide/attach/detachPaul Davis
2016-02-22change/extend Tabbable API to allow for show/hide/attach/detachPaul Davis
2016-02-22re-run fmt-bindings to generate syntactically correct editor.bindingsPaul Davis
2016-02-22fix typo in mnemonic key binding definitionPaul Davis
2016-02-22use new CairoIcon to add a tab-close "button" to tabsPaul Davis
2016-02-22second part of: add new CairoWidget-derived class that does nothing but shown...Paul 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-22compile time fixes for top-menubar (i.e. OS X) systemsPaul Davis
2016-02-22some changes for top menubar systems (i.e. OS X)Paul Davis
2016-02-22remove "toggle-foo" style actions related to editor/mixer windows and provide...Paul Davis