summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-02-22add a clarifying commentPaul Davis
2016-02-22change operator<< for Keyboardkey to show state in hexPaul Davis
2016-02-22no more munging with keyvals/accels on OS XPaul Davis
2016-02-22remove Bindings::ignored_state and use Keyboard::RelevantModifierMaskPaul Davis
2016-02-22set PrimaryModifier on OS X to match the actual bits used by GTK for CommandPaul Davis
2016-02-22remove Gtkmm2ext::possibly_translate_mod_to_make_legal_accelerator().Paul Davis
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22change suffix of keybinding files to ".keys" to avoid conflict with earlier v...Paul Davis
2016-02-22update Mackie code to use new API to get all actionsPaul Davis
2016-02-22cleanup Bindings/ActionMap API to get all actions for various purposesPaul Davis
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-22various fixes for saving bindings statePaul Davis
2016-02-22fix memory lifetime management issuePaul 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-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-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-22move ui_scale static member from ARDOUR_UI to GtkUIPaul Davis
2016-02-22remove unused linesPaul 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-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-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-22add ::make_visible() to Tabbable classPaul Davis
2016-02-22remove debug outputPaul Davis
2016-02-22classes derived from WindowProxy are responsible for their own window creatio...Paul 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-22better way to switch to a tabPaul Davis
2016-02-22make tabs reorderablePaul Davis
2016-02-22when tearing off a tab, make the window be the same size as the allocation of...Paul Davis
2016-02-22first compilable version of tabbable design.Paul Davis