summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2020-03-25stop transport clocks from jumping after the playhead is moved via a CursorDragPaul Davis
2020-03-25if user chooses not to delete a scratch session, removed the file that identi...Paul Davis
2020-03-24basic pass at deleting scratch sessionsPaul Davis
2020-03-25Fix crash at exit when closing session before quitRobin Gareus
2020-03-24handle scratch session when quittingPaul Davis
2020-03-24when saving an unnamed session, rename it (GUI edition)Paul Davis
2020-03-19Remove Audio+MIDI track, and consolidate route creation methodsRobin Gareus
2020-03-17Prevent adding routes in read-only sessionsRobin Gareus
2020-02-24Remove GUI thread x-run reset on engine re-startRobin Gareus
2020-01-30Add some const'nessRobin Gareus
2020-01-28Clarify pending-state messageRobin Gareus
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2020-01-12Fix external timecode GUI displayRobin Gareus
2019-12-16Add additional roll check in transport_recordNikolaus Gullotta
2019-12-14Remove unused API (no more unconditional splash pop-back)Robin Gareus
2019-12-14First batch of MessageDialog replacementsRobin Gareus
2019-12-13Fix session sensitivity of some toolbar controlsRobin Gareus
2019-11-21GUI: Use new boost::optional APIRobin Gareus
2019-11-08fix crash caused by storing clock modes while loading a sessionPaul Davis
2019-11-02improve operation of ARDOUR_UI::toggle_roll() for loop mode (particularly whe...Paul Davis
2019-11-01remove seamless looping as an option (it's now the only kind of looping we su...Paul Davis
2019-10-24remove now-unused member variablePaul Davis
2019-10-24startupFSM is now responsible for attaching GUI to AudioEnginePaul Davis
2019-10-18Super basic Virtual-Keyboard UIRobin Gareus
2019-10-12remove Session::AudioMidiSetupRequired signal (no longer necessary)Paul Davis
2019-10-11do not accidentally re-create splashPaul Davis
2019-10-11enforce singleton nature of Splash a little more rigorously, and slightly rat...Paul Davis
2019-10-10move pre-release dialog into StartupFSM (and enlarge font sizing)Paul Davis
2019-10-10center all(?) early-startup dialogsPaul Davis
2019-10-10add initial version of StartupFSM along with its owners/usersPaul Davis
2019-10-10rename ArdourStartup to NewUserWizard and rename source file(s)Paul Davis
2019-09-29Show pre-release dialog also for source-tree self-buildsRobin Gareus
2019-09-29Add Latency Control Toolbar WidgetsRobin Gareus
2019-09-25goodbye Profile->...trxPaul Davis
2019-09-23split apart ardour_ui.cc into a series of distinct source modules.Paul Davis
2019-09-22UI goto_start() action no longer forces roll-after-locatePaul Davis
2019-09-18NO-OP: fix some Wimplicit-fallthrough, see prev commitRobin Gareus
2019-09-11Foldback gui: Added hide and showLen Ovens
2019-09-09Remove NO-OP, ProcessThread::init() does nothingRobin Gareus
2019-08-26Push UI theme to backend, LV2 plugin optionsRobin Gareus
2019-08-16Prefer implicit deletion of .pendingRobin Gareus
2019-08-11Allow to inhibit screensaver/system sleepRobin Gareus
2019-08-06Gui should allow foldback bus to be mono.Len Ovens
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-07-26Prefix env variable with "ARDOUR_" 2/2Robin Gareus
2019-07-18remove -C,-E and -U command line optionsPaul Davis
2019-07-18remove debug outputPaul Davis
2019-07-18don't bother with session dialog if user has already provided the namePaul Davis
2019-07-18if a user specifies just a session name (not path) and it does not exist, use...Paul Davis