use modified API name in GUI
[ardour.git] / gtk2_ardour / route_ui.cc
2017-09-18 Paul Davisuse modified API name in GUI
2017-09-18 Paul Davisbasic GUI framework for setting Disk I/O options
2017-09-18 Paul Daviscue monitoring for audio (GUI aspects)
2017-09-09 Robin GareusMigrate PC dialog to RouteUI, midnam handing to RTAV.
2017-08-23 Robin GareusFix Route-template file suffix
2017-08-20 Johannes MuellerPass session description or route comment as default...
2017-08-20 Johannes MuellerUse const wherever you can
2017-08-20 Johannes MuellerLet user add a route template description on saving...
2017-08-18 Robin GareusRemove old destructive API (non layered is a dynamic...
2017-07-23 Robin GareusRemove unused "mark" parameter from stop_touch() API
2017-07-17 Robin GareusRemove ArdourPrompter wrapper
2017-07-17 Robin GareusRemove <gtkmm.h> include from header files.
2017-07-17 Robin GareusMove more Gtkmm2ext widgets into libwidget
2017-07-17 Robin GareusRemove unused sources & includes
2017-07-17 Robin GareusMove Gtkmm2ext widgets into libwidget
2017-07-17 Robin GareusSeparate Ardour UI widgets into dedicated library
2017-07-08 Robin GareusRemove old API (unused, incorrect for grouped tracks)
2017-07-01 Thomas BrandNO-OP whitespace (updated GH PR #357)
2017-06-15 Robin GareusPrepare VCA Automation Lanes -- refactor TAV
2017-06-12 Robin GareusFix Monitor Group override
2017-05-03 Robin GareusNO-OP: whitespace
2017-05-03 Robin GareusThe return of explicit exclusive solo.
2017-03-24 Robin GareusRevert "consistent use of context-menu popups"
2017-03-16 Robin Gareusconsistent use of context-menu popups
2017-03-10 Robin GareusUpdate color stripable color-picker(s)
2017-02-28 Robin GareusFix touching mute automation (mostly)
2017-02-28 Ben LoftisLikely fix for bug: cannot change track colors in older...
2017-01-20 Robin GareusAdd GUI part to immediately fan-out multi-out instrumen...
2017-01-20 Robin GareusPlug some mixer memory leaks
2017-01-16 Robin GareusAdd initial GUI support for global monitor states
2016-12-21 Nil GeisweillerFix indentation 8 whitespaces to tab
2016-12-17 Robin GareusHide/remove per-track record-mode in favor of global...
2016-11-29 Robin GareusFix route color selection dialog
2016-11-25 Robin GareusThe DisplaySuspender is useless with async Session...
2016-11-16 Robin GareusFix crash when fanning out from editor mixer
2016-11-11 Robin GareusRefine instrument fan-out:
2016-11-10 Robin GareusImplement instrument fan-out options (group, track...
2016-11-10 Robin GareusC++ implementation of fan_out_instrument.lua
2016-10-13 Robin Gareushandle blink-rec-arm change without application restart
2016-07-25 Robin Gareusthe endless quest to plug memory leaks -- episode 379
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-06 Paul Davismany changes associated with rationalizing selection...
2016-07-04 Paul Davisavoid unnecessary multiple calls to RouteUI::update_mon...
2016-07-04 Paul Davisoperate directly on realtime controls, not via Session
2016-07-01 Paul Davisfix logic of RouteUI::set_color_from_route()
2016-06-10 Paul Davismake sure RouteUIs show selection status at startup
2016-06-09 Robin Gareusphase out phase in favor of polarity
2016-06-09 Paul Daviscolor management and handling for VCAs
2016-06-09 Paul Davisuse new ControlSlaveUI object in mixer strip
2016-06-09 Paul Daviscomment and minor fix
2016-06-09 Paul Davisuse 4.x and earlier route colors
2016-06-09 Paul Davisalphabetize local includes
2016-06-06 Paul Davisuse, or mostly use PresentationInfo for selection statu...
2016-06-05 Paul Davisuse PresentationInfo color to set route colors. GUI...
2016-06-05 Paul Daviscatch up on change in definition of various AxisView...
2016-06-05 Paul DavisRouteUI is no longer an AxisView so use ARDOUR_UI:...
2016-06-05 Paul Davisadd braces
2016-06-05 Paul DavisRouteUI is now also derived from SessionHandlePtr but...
2016-06-05 Paul Davisadjust color API for RouteUI to use PresentationInfo...
2016-06-05 Paul Davismake AxisView::marked_for_display() be virtual so we...
2016-06-02 Paul Davisthere is no explicit "Remote Control ID" control anymor...
2016-05-31 Paul Davisuse new record safe control in GUI
2016-05-31 Paul Davisinitial implementation of VCA time axis views
2016-05-31 Paul Davisconvert editor routes code to use Stripable
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davisremove Route::listening_via_monitor()
2016-05-31 Paul Davismove ever close to working master/slave logic, this...
2016-05-31 Paul Davisremove more debug output
2016-05-31 Paul Davisa variety of changes that get closer to correctly funct...
2016-05-31 Paul Davisremove some debug output
2016-05-31 Paul Davisa slew of as-yet incomplete work to get VCA solo+mute...
2016-05-31 Paul Davissome tweaks for solo logic to get things working as...
2016-05-31 Paul Davisdirect connect monitoring changes to the real RouteUI...
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisshow VCA master mute state in RouteUI, even if Config...
2016-05-31 Paul Davisuse route automation control Changed() signals for...
2016-05-31 Paul Davistweak mixer VCA button appearance and prepare for live...
2016-05-31 Paul Davissingle button for VCA assignment, plus unassign now...
2016-05-24 Robin Gareusrec-safe GUI
2016-05-24 Robin Gareuscentralize rec-en sensitivity & prepare for rec-safe
2016-05-10 Robin Gareusadd route-ui pin-manager
2016-03-14 Paul DavisRouteUI solo buttons should trigger group actions
2016-01-26 Paul Daviswhen using InverseGroup for rec-enable, do not collect...
2016-01-26 Paul DavisNOOP: whitespace fixes
2016-01-26 Paul Daviswhen using InverseGroup for solo, do not collect group...
2016-01-26 Paul Daviswhen using InverseGroup, do not collect group members...
2016-01-22 Paul Davisrename Controllable::WholeGroup => InverseGroup to...
2016-01-22 Paul Davisfirst compiling, mostly working version of group contro...
2016-01-18 Paul Davisadd group disposition argument to Route::set_gain(...
2015-12-21 Robin Gareusunhardcode "ardour:" port-prefix
2015-11-17 Ben Loftisadd Duplicate action to track and mixer context menus
2015-11-04 Paul DavisMerge branch 'chaot4-f_overwrite_dialog_improvement'
2015-11-04 André NusserImprove behavior of overwrite_file_dialog.
2015-10-22 Paul DavisMerge branch 'chaot4-fix_overwrite_file'
2015-10-22 André NusserConfirmation on overwrite for track and session templat...
2015-10-15 Robin Gareusrework 8b80fe0, use std::string, not char*
2015-10-07 Robin Gareusadd missing include
2015-10-07 Robin Gareusfix solo-group override
2015-10-07 Robin Gareusamend prev commit.
2015-10-07 Robin Gareusupdate solo button callback semantics
next