summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
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
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-22Spelling correction patch from DebianAdrian Knoth
2016-02-22Fix compilation warnings. (libs part)André Nusser
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-22prepare for gcc6 rint() precision degradationRobin Gareus
2016-02-21prevent some mess when automating control ports on midi synthsRobin Gareus
2016-02-21alsa: allow environment variable ARDOUR_ALSA_DEVICE to identify a single, arb...Paul Davis
2016-02-21make threaded waveview rendering a configure time option (enabled by default)Paul Davis
2016-02-21OS X: fix the handling of SUPER,HYPER,META (see code comment for more)Paul Davis
2016-02-20add an OOM check.Robin Gareus
2016-02-20help clang static analyzerRobin Gareus
2016-02-20fix segfault in libardour unit-tests (possible crash in mackie sf)Robin Gareus
2016-02-20add processor lookup by PBD::ID via sessionRobin Gareus
2016-02-19third time luckyRobin Gareus
2016-02-19and now without typoRobin Gareus
2016-02-19fix Windows OSC supportRobin Gareus