summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_dependents.cc
AgeCommit message (Expand)Author
2017-02-18Consolidate ActionChanged callbacks, add tooltipsRobin Gareus
2017-02-18Allow to un-assign action-scripts via shift+right-clickRobin Gareus
2017-02-17Allow Lua action scripts to provide a button iconRobin Gareus
2017-02-17Allow binding Lua Action Scripts via right-clickRobin Gareus
2017-01-27remove editor/mixer selection change signals; make editor and mixer use Prese...Paul Davis
2016-12-20Allow to customize parts of the main toolbarRobin Gareus
2016-12-18Transport Layout:Ben Loftis
2016-12-17Commence transport tool bar re-layoutRobin Gareus
2016-12-02Making one string translatableOlivier Humbert
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-05-31fix manual merge errorPaul Davis
2016-05-31remove the entire idea of a tabbable for VCA master fadersPaul Davis
2016-05-31call ::set_session on master faders sectionPaul Davis
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
2016-05-25fix script button sensitivityRobin Gareus
2016-05-14action script GUI details (sensitivity + tooltip)Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-04-25add optional buttons to trigger lua scripted actions.Robin Gareus
2016-02-23Lua Script Console WindowRobin Gareus
2016-02-22a bunch of stuff to make tab/window switching work better, and provide Alt-m ...Paul Davis
2016-02-22get rid of a warning message by setting up the main window properties before ...Paul Davis
2016-02-22prevent dragging the last tab from the notebookPaul Davis
2016-02-22remove tab-related code for tabbed notebook, add tooltips to new buttonsPaul Davis
2016-02-22tab-free tabbed display, part 1.2Paul Davis
2016-02-22try using top-menu-bar buttons and not notebook tabs to control window visibi...Paul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22cleanup various merge conflict resolution errors/omissionsPaul 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-22switch all action registration/binding code over to new API.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-22hopefully get dynamic tabbable menu state right this timePaul Davis
2016-02-22add suggestive tooltips for tabs; remove position argument for Tabbable since...Paul Davis
2016-02-22cleaner code to figure out which Tabbable was just torn offPaul Davis
2016-02-22first compilable version of tabbable design.Paul Davis
2016-02-22the basics of tabbedPaul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2014-09-06speed up session load (display updates)Robin Gareus
2014-07-04move location of menus file loading and call ActionManager::enable_accelerato...Paul Davis
2013-10-07use new GtkUI design in ARDOUR_UIPaul Davis
2013-07-10implement meterbridge & meter-stripRobin Gareus
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2012-12-11do not show the mixer window if the (current) screen height is < 700 pixels (...Paul Davis
2012-06-27A (hopefully) better fix for toggle-mixer-on-top, using gtk_window_is_active(...Colin Fletcher
2012-06-13Patch from colinf to fix problems with toggle mixer on top (#2477).Carl Hetherington
2011-11-15provide link-editor-and-mixer-selection option. gui implementation is slightl...Paul Davis
2011-10-26new ArdourButton class, to start to provide more control over how our buttons...Paul Davis