summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
AgeCommit message (Expand)Author
2020-04-10Synchronize meter-reset #7465Robin Gareus
2020-04-07GUI: follow LatencyUpdated signal handler, prevent duplicate updatesRobin Gareus
2020-03-30Statusbar: fix double-click to reset x-run counterRobin 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-24basic pass at deleting scratch sessionsPaul Davis
2020-03-24when saving an unnamed session, rename it (GUI edition)Paul Davis
2020-03-24introduce the idea of an "unnamed" session (GUI edition)Paul Davis
2020-03-19Remove Audio+MIDI track, and consolidate route creation methodsRobin Gareus
2020-02-27Punch/Loop GUI control sensitivityRobin Gareus
2020-01-30Add some const'nessRobin Gareus
2020-01-09Allow to configure sample-rate of new sessionsRobin Gareus
2019-12-14Remove unused API (no more unconditional splash pop-back)Robin Gareus
2019-12-11when loading a session into a running instance, if the SR doesn't match the e...Paul Davis
2019-11-19Improve toolbar layout consistencyRobin Gareus
2019-11-06remove unused APIPaul Davis
2019-11-01fix logic error with contents of session dialog shown after "Close"Paul Davis
2019-10-24make ARDOUR_UI::gui_idle_handler() public and remove API that became part of ...Paul Davis
2019-10-24remove now-unused member variablePaul Davis
2019-10-18Super basic Virtual-Keyboard UIRobin Gareus
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-10make ARDOUR_UI::load_session_from_startup_fsm() return a value, and use itPaul Davis
2019-10-10fix decl of method with const argPaul Davis
2019-10-10changes to ARDOUR_UI to reflect new startupFSM and non-modal SessionDialog ha...Paul Davis
2019-10-10add initial version of StartupFSM along with its owners/usersPaul Davis
2019-10-03factor out NSM startup codePaul Davis
2019-09-29Add Latency Control Toolbar WidgetsRobin Gareus
2019-09-03Increase available Lua action script slotsRobin Gareus
2019-08-26Push UI theme to backend, LV2 plugin optionsRobin Gareus
2019-08-06Gui should allow foldback bus to be mono.Len Ovens
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-06-09Remove toolbar meter (meter type) context-menuRobin Gareus
2019-03-07Fix some Gtk::Menu memory leaksRobin Gareus
2019-01-16(libs) call ARDOUR::init_post_engine() from within libardour rather than requ...Paul Davis
2019-01-13re-order startup process, registering actions earlyPaul Davis
2018-12-10remove method and inline its contents. Nothing gained by wrapping this upPaul 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-12-06Prefer testing the session instead of using a global variableRobin Gareus
2018-11-12Make foldback bus match foldback sends namewiseLen Ovens
2018-11-01Allow ListenBus to be added by GUILen Ovens
2018-10-04Unhardcode and increase bindable Lua-script-action countRobin Gareus
2018-09-25Add a window that shows DSP usage of all pluginsRobin Gareus
2018-09-23rename transport masters dialog -> windowPaul Davis
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-08-08Add method to show/hide VCA (and Mixbus) Mixer paneRobin Gareus