summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-08-04Unify support chat channel.Robin Gareus
2018-02-28Fix some GUI typos (thanks to IOhannes/debian for reporting)Robin Gareus
2018-02-20Re-add fixed-color DSP-load indicator backgroundRobin Gareus
2018-02-20Use standard Labels again.Robin Gareus
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-14Blink disk+dsp gauges on major errors ( disk out of space or xrun-while-recor...Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2018-01-14Add Toolbar disk-space widget.Robin Gareus
2017-12-28Add DSP-load & x-run widget to the toolbar.Robin Gareus
2017-12-22Add a separate, dedicated transport-control windowRobin Gareus
2017-12-22Separate and consolidate Transport-Control-UI codeRobin Gareus
2017-11-23Catch exceptions by const referenceRobin Gareus
2017-11-23Implement clock delta modesRobin Gareus
2017-10-31Fix NSM for distro-builds (waf install)Robin Gareus
2017-10-18Update GUI, use filename-extensionsRobin Gareus
2017-10-03Fix session-archive file extension filterRobin Gareus
2017-10-03Update Session-Archive Dialog: add compression-optionRobin Gareus
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-19correct version in pre-release warningPaul Davis
2017-09-18Menu Action list omit leading /Len Ovens
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18fully remove diskstream codePaul Davis
2017-08-22Reset RouteDialog: name edited by-userRobin Gareus
2017-08-20Pass session description or route comment as default descriptionJohannes Mueller
2017-08-20Let user add a route template description on saving route templatesJohannes Mueller
2017-08-20Let the user add a template description on saving session templatesJohannes Mueller
2017-08-19Lua may call C++ functions with throw. Catch themRobin Gareus
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
2017-08-18Push user track-templates to the template listRobin Gareus
2017-08-18Consolidate add/track/route/bus wrappers -- step one.Robin Gareus
2017-08-17Track Templates: redesign of Add Track dialog.Ben Loftis
2017-08-17Update GUI, session-format notifications, skip unusable in recent listRobin Gareus
2017-08-16Revert "Revert ongoing SessionDialog changes for 5.11 release."Robin Gareus
2017-08-16Revert ongoing SessionDialog changes for 5.11 release.5.11Robin Gareus
2017-08-16Replace advanced session-setup options with scriptRobin Gareus
2017-08-16Prepare for removal of Advanced Session Options (BusProfile)Robin Gareus
2017-08-15Re-add template script debugging (after 7d48e80e)Robin Gareus
2017-08-11Maybe fix crash on Close Session -> Quit (windows threading)Robin Gareus
2017-08-11Fix MSVC builds (binding external static members)Robin Gareus
2017-08-11Add support for scripted meta-templates.Robin Gareus
2017-08-10Add support for templates to invoke one-time scriptsRobin Gareus
2017-08-03Fix Session > New (cancel retains the current session if any)Robin Gareus
2017-07-26Ask user to save when using save-as or snapshot+switch.Robin Gareus
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Remove <gtkmm.h> include from header files.Robin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus