summaryrefslogtreecommitdiff
path: root/gtk2_ardour/monitor_section.cc
AgeCommit message (Expand)Author
2020-01-28Initialize monitor-section output buttonRobin Gareus
2020-01-12Apply some missing widget namesBen Loftis
2019-12-10Monitor Section: Add a spacer so the topmost buttons are not visually grouped...Ben Loftis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-05-25Re-use the Mixer's PluginManager (singleton)Robin Gareus
2019-04-12Update Mixbus Mon-section #ifdefRobin Gareus
2019-04-12Revert another sample/frame confusionRobin Gareus
2019-03-06Properly map MonitorSection state on session loadRobin Gareus
2019-03-01GUI updates to handle monitor-section changesRobin Gareus
2019-02-16fix mistaken action paths used in MonitorSectionPaul Davis
2019-02-16MonitorSection should only define global actions for mono/dim/cut (all channels)Paul Davis
2018-12-27remove debug outputPaul Davis
2018-12-19more organized and coherent handling of route control connections in MonitorS...Paul Davis
2018-12-15fix issue with ProcessorBox inside MonitorSection (session was not set correc...Paul Davis
2018-12-12 replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-11more changes flowing from a persistent MonitorSection objectPaul Davis
2018-12-11full (?) set of changes required to make MonitorSection an "always-there" com...Paul Davis
2018-12-11change action group owner pointer to be the relevant keybindings; reorder set...Paul Davis
2018-12-10add nominal owners for all action groupsPaul Davis
2018-12-10no longer delete and recreate MonitorSection when it is removed/added to a Se...Paul Davis
2018-12-10use ActionManager namespace, rather than ActionMap objects, and remove all pe...Paul Davis
2018-12-07Tweaks to Mixer and Monitor keybindings:Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Remove unused sources & includesRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-05-05use CoreSelection for track selectionPaul Davis
2017-03-26Add option to disable blinking alert buttons.Robin Gareus
2017-01-19Update monitor section controls when channelcount changesRobin Gareus
2016-12-21Align mon-section bottom buttonRobin Gareus
2016-11-11static MonitorSection Action -- fixes #7098Robin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-06-05use, or mostly use PresentationInfo for selection status of Routes.Paul Davis
2016-06-05RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initi...Paul Davis
2016-05-31use new record safe control in GUIPaul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-03-15change the way the key editor gets populated; drop binding sets with no actionsPaul Davis
2016-03-15safety pointer resets in MonitorSection dtor. Not intended to fix any known bugsPaul Davis
2016-03-15add and remove monitor section bindings as MS is created/destroyedPaul Davis
2016-03-15give monitor section its own bindingsPaul Davis
2016-02-27Implements review commentsMathias Buhr
2016-02-27Fixes a memory corruption upon closing the 2nd sessionMathias Buhr
2016-02-25restore monitor section visibility, broken after the merged with tabbedPaul Davis
2016-02-22replicate the remove-all-trailing whitespace commit(s) in masterPaul Davis
2016-02-22ensure that all callers of ARDOUR_UI_UTILS::relay_key_press() provide a windowPaul Davis
2016-02-22action maps now have namesPaul Davis
2016-02-22more changes to Bindings, Keyboard APIsPaul Davis
2016-02-22radically change Keyboard/Binding API design to disconnect Gtk::Action lookup...Paul Davis
2016-02-22switch all action registration/binding code over to new API.Paul Davis