summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2018-12-15fix issue with ProcessorBox inside MonitorSection (session was not set correc...Paul Davis
2018-12-13Fix Mixbus action fc83d044f8 & 65bda27d4 rebase orderingRobin Gareus
2018-12-13Video-Frame (not sample)Robin Gareus
2018-12-12 replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-12 replace ::cast_dynamic() with relevant ActionManager::get_*_action() callsPaul Davis
2018-12-11remove explicit use of ::cast_dynamic() from Gtk::Action to Gtk::ToggleActionPaul Davis
2018-12-11more changes flowing from a persistent MonitorSection objectPaul Davis
2018-12-11use syntactic sugarPaul Davis
2018-12-11do not reset session for MonitorSection just because monitor out was removedPaul Davis
2018-12-11use correct path for various actions/bindings in monitor sectionPaul Davis
2018-12-11fix commentaryPaul 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-10remove static from some members, after MonitorSection is now persistentPaul Davis
2018-12-10no longer delete and recreate MonitorSection when it is removed/added to a Se...Paul Davis
2018-12-10show-editor and show-mixer actions are now part of Common, not Window or Mixe...Paul Davis
2018-12-10reorder ARDOUR_UI action registration and adding tabbables to the main window...Paul Davis
2018-12-10remove method and inline its contents. Nothing gained by wrapping this upPaul Davis
2018-12-10remove long-lived bug that tried to make a non-existent action insensitivePaul 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-10use new action map API instead of ActionManager::get_actionPaul Davis
2018-12-10use new action map API instead of ActionManager::get_actionPaul Davis
2018-12-10use new action map API instead of ActionManager::get_actionPaul Davis
2018-12-10use new action map API instead of ActionManager::get_actionPaul Davis
2018-12-10use new action map API instead of ActionManager::get_actionPaul Davis
2018-12-10use new action map API instead of ActionManager::get_actionPaul Davis
2018-12-09Unhardode log-message domain when logging to stdoutRobin Gareus
2018-12-08Better version of 9ccc56e1625, implicit signal disconnectRobin Gareus
2018-12-08Fix CheckOption crash on session-reloadRobin Gareus
2018-12-08NO-OP: whitespace and some guaranteed assertion removalRobin Gareus
2018-12-08Fix crash when closing session, recursive mon-section removalRobin Gareus
2018-12-08Fix gmsynth detectionRobin Gareus
2018-12-07Tweaks to Mixer and Monitor keybindings:Ben Loftis
2018-12-07Remove redundant call (there's no session, nothing to save)Robin Gareus
2018-12-07Fix editor sizing issue introduced in 4dc65e66Robin Gareus
2018-12-06Prefer testing the session instead of using a global variableRobin Gareus
2018-12-06Fix inconsistent session-checkRobin Gareus
2018-12-05another replacement of ActionManager::get_action() by ActionMap::find_action()Paul Davis
2018-12-05start using ActionMap in preference to ActionManagerPaul Davis
2018-12-05Fix generic plugin UI for plugins with only propertiesRobin Gareus
2018-12-04Tab to prev/next name-entry: skip only rec-armed tracksRobin Gareus
2018-12-03Expose DSP load windowRobin Gareus
2018-12-03Don't show DSP stats of inserts that don't collect them.Robin Gareus
2018-12-02GUI Updates for plugin save/delete operationsRobin Gareus
2018-11-29fix incorrect accumulation of export video options each time the dialog is usedPaul Davis
2018-11-29Delete temporary Window Proxy for dialogsRobin Gareus
2018-11-28Consolidate API, prefer ->running()Robin Gareus
2018-11-28Consolidate two more engine-checksRobin Gareus