summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
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
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-12First draft of a template management dialogJohannes Mueller
2017-07-03Another approach for stuck splash-screens:Robin Gareus
2017-07-01Fix some typos (closes GH PR #356)Thomas Brand
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-07-01Fix crash when rapidly switching snapshotsRobin Gareus
2017-06-17Fix adding tracks/busses at the topRobin Gareus
2017-06-03add route dialog now has "Add" and "Add and Close" buttons. "Add" keeps dial...Daniel Sheeler
2017-05-29when creating a new session after working on one, the "Cancel" button should ...Paul Davis
2017-05-26Use correct property names for Editor transport controllable stateTim Mayberry
2017-05-11Tweak/fix splash screen event-loopRobin Gareus
2017-04-29Make -A open action list in a browser instead of command terminal.Len Ovens
2017-04-29Set -b to open in browser.Len Ovens
2017-04-28Change actions to -A and use -b to output keybindingsLen Ovens
2017-04-27Allow to hide engine dialog w/o unloading session.Robin Gareus
2017-04-22Changed "ardour" to PROGRAM_NAMELen Ovens
2017-04-22Set -b switch to only two columns, correct options text.Len Ovens
2017-04-21Add HTML output for -b so that output can replace actions page in manual.Len Ovens
2017-04-19Use PBD::to_string instead of std::ostream when setting up video server urlTim Mayberry
2017-04-19Use XMLNode::get/set_property API in ARDOUR_UI classTim Mayberry
2017-04-19Use ID::to_s() in gtk2_ardour instead of ID::print()Tim Mayberry
2017-03-26Add option to disable blinking alert buttons.Robin Gareus
2017-03-15Add GUI-Idle debugging/profiling utilRobin Gareus
2017-03-06Fix save-as progress dialog.Robin Gareus