summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
AgeCommit message (Expand)Author
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
2017-12-22Add a separate, dedicated transport-control windowRobin Gareus
2017-12-22Separate and consolidate Transport-Control-UI codeRobin Gareus
2017-11-23Implement clock delta modesRobin Gareus
2017-09-18manually fix up various cases where Gtk:Frame foo_frame had been changed to f...Paul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-08-20Let the user add a template description on saving session templatesJohannes Mueller
2017-08-19remove unused header (fixes OSX builds)Robin Gareus
2017-08-18Redesign Session+Route Template Meta Script APIRobin Gareus
2017-08-18Consolidate add/track/route/bus wrappers -- step one.Robin Gareus
2017-08-16Prepare for removal of Advanced Session Options (BusProfile)Robin Gareus
2017-08-11Add support for scripted meta-templates.Robin Gareus
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17remove cruft (no more ButtonJoiner)Robin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-12First draft of a template management dialogJohannes Mueller
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand