summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_ed.cc
AgeCommit message (Expand)Author
2020-03-30Tweak wording: Rebuild (not reset)Robin Gareus
2020-03-30Statusbar: fix double-click to reset x-run counterRobin Gareus
2020-03-30Statusbar: tweak tooltipsRobin Gareus
2020-03-30Statusbar: finishing touches (tooltips, engine-dialog)Robin Gareus
2020-03-30Statusbar: link session property dialog for format & timecodeRobin Gareus
2020-03-30Statusbar: respond to mouse-clicksRobin Gareus
2020-03-30Statusbar: add session-path displayRobin Gareus
2020-03-29Statusbar: increase spacing around the clockRobin Gareus
2020-03-29Reorder "WallClock" visibility option to match L->R layoutRobin Gareus
2020-03-29Tweak status-bar layout & designRobin Gareus
2020-03-29StatusBar: move clock to the rightRobin Gareus
2020-03-24when saving an unnamed session, rename it (GUI edition)Paul Davis
2020-01-22Split Select-All-Tracks into 2 appropriately named actionsBen Loftis
2019-12-13Fix session sensitivity of some toolbar controlsRobin Gareus
2019-11-24Remember Virtual-Keyboard window size and positionRobin Gareus
2019-11-01fix logic error with contents of session dialog shown after "Close"Paul Davis
2019-10-20Virtual-Keyboard: save/restore stateRobin Gareus
2019-10-10changes to ARDOUR_UI to reflect new startupFSM and non-modal SessionDialog ha...Paul Davis
2019-10-10rename ArdourStartup to NewUserWizard and rename source file(s)Paul Davis
2019-09-29Add Latency Control Toolbar WidgetsRobin Gareus
2019-08-26Push UI theme to backend, LV2 plugin optionsRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-08-01(Source List) merge fixesBen Loftis
2019-08-01(Source List) Source list, Region List: Resolve various action+behaviors bet...Ben Loftis
2019-04-08Remove hardcoded project-name from ActionsRobin Gareus
2019-02-16rename Main_menu action to Main menuPaul Davis
2019-02-16get ordering correct of global binding set creation and action registration (...Paul Davis
2019-01-13re-order startup process, registering actions earlyPaul Davis
2018-12-11fix commentaryPaul Davis
2018-12-11full (?) set of changes required to make MonitorSection an "always-there" com...Paul Davis
2018-12-11change action group owner pointer to be the relevant keybindings; reorder set...Paul Davis
2018-12-10add nominal owners for all action groupsPaul Davis
2018-12-10show-editor and show-mixer actions are now part of Common, not Window or Mixe...Paul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objects, and remove all pe...Paul Davis
2018-12-10use new action map API instead of ActionManager::get_actionPaul Davis
2018-12-07Tweaks to Mixer and Monitor keybindings:Ben Loftis
2018-08-24move select-all-tracks,deselect-all,invert-selection to be global actions (an...Paul Davis
2018-08-08Add method to show/hide VCA (and Mixbus) Mixer paneRobin Gareus
2018-05-08Plugin Order: Use the new plugin_manager function to save plugin order.Ben Loftis
2018-02-20Use standard Labels again.Robin Gareus
2018-02-19Replace missing widget-name that got lost.Ben Loftis
2018-02-19Add drop-shadow decorators to menu bar and transport toolbar.Ben Loftis
2018-02-17Revert some theme tweaks. Left-justify gauge text.Ben Loftis
2018-02-17Shuffle order of items in status bar; change behavior per oofus on irc.Ben Loftis
2018-02-17Consistently use Gauge to avoid the overloaded term Indicator.Ben Loftis
2018-02-17Remove unused status labels. (using gauges instead)Ben Loftis
2018-02-17Add Disk IO gauge.Ben Loftis
2018-02-17Move cpu and disk gauges into the status bar at top.Ben Loftis
2018-02-17GTKOSX is not a valid check. Use __APPLE__Ben Loftis
2018-02-17MacOS: Move status info to top, just like win+linux. (but no menu up there o...Ben Loftis