summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
AgeCommit message (Expand)Author
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
2018-02-20Use standard Labels again.Robin Gareus
2018-02-20Keep track of unacknowledged log-level (error-indicator)Robin Gareus
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-17Remove display_message(); No more scary log message popups on osx.Ben Loftis
2018-02-14If the gauges arent clickable, perhaps they look best with hard edges, matchi...Ben Loftis
2018-02-14Re-pack the master meters (in the toolbar) so the editor_meter_peak_display b...Ben Loftis
2018-02-14Re-pack dsp_load_indicator next to feedback_indicator et al.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