Tweaks to Mixer and Monitor keybindings:
[ardour.git] / gtk2_ardour / mixer_strip.cc
2018-12-07 Ben LoftisTweaks to Mixer and Monitor keybindings:
2018-11-28 Robin GareusNO-OP: Clarify function name
2018-11-27 Robin GareusUse central method to check for engine where required
2018-11-08 Len OvensChange get_routes to get_routelist where appropriate.
2018-03-13 Len OvensSame for midi input enable button
2018-03-12 Len OvensTrim and vca button should also be insensitive in strip...
2018-02-24 Robin GareusNO-OP: whitespace
2017-11-23 Robin GareusFix duplicate if(A) else if (A) condition
2017-09-18 Paul Davismanually fix up various cases where Gtk:Frame foo_frame...
2017-09-18 Paul Davisglobally change all use of "frame" to refer to audio...
2017-09-18 Paul Davisbasic GUI framework for setting Disk I/O options
2017-09-18 Paul Davismega-commit to save state of first "it compilesand...
2017-09-14 Robin GareusFix various tooltip markup (ampersand) entity-escape: 5.12
2017-09-09 Robin GareusMigrate PC dialog to RouteUI, midnam handing to RTAV.
2017-08-28 Julien "_FrnchFrgg... Refactor update_io_button
2017-08-25 Julien "_FrnchFrgg... Remove unneeded test
2017-08-24 Robin GareusFix typo in dea8ee7f
2017-08-24 Julien "_FrnchFrgg... Make clicks on io menu bundles always connect
2017-08-23 Julien "_FrnchFrgg... Make the output menu able to connect partial matches
2017-08-23 Julien "_FrnchFrgg... Populate strips output menus with a more user-friendly...
2017-08-23 Julien "_FrnchFrgg... Improve maybe_add_bundle_to_output_menu
2017-08-23 Julien "_FrnchFrgg... Use port enumeration instead of manual indexed loop
2017-08-23 Julien "_FrnchFrgg... Generalise heuristic for user-intended main type of...
2017-08-23 Julien "_FrnchFrgg... Remove never changing and/or unused arguments
2017-08-06 Robin GareusUpdate Selection API to include all Stripables
2017-07-23 Robin GareusAdd touch to trim-control
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-01 Thomas BrandNO-OP whitespace (updated GH PR #357)
2017-06-28 Robin GareusUse quotes for bundled library includes
2017-06-28 Robin GareusUse mnemonic-save API for menu-element texts
2017-06-22 Robin GareusUpdate GUI to follow Slavable API change
2017-06-21 Robin GareusRemove Cruft -- AutomationStyle never did anything.
2017-04-18 Tim MayberryUse PBD::to_string from pbd/string_convert.h in MixerSt...
2017-04-18 Tim MayberryUse AxisView::get/set_gui_property API in MixerStrip...
2017-03-24 Robin GareusRevert "consistent use of context-menu popups"
2017-03-16 Robin Gareusconsistent use of context-menu popups
2017-03-08 Robin GareusConsolidate code
2017-02-20 Robin Gareusconsolidate Ardour+Mixbus code, fix duplicate Separator...
2017-02-06 Paul Davissave/restore VCA master state inside slaves, so that...
2017-02-02 Ben LoftisRight-click on a VCA to assign it to the selected channels.
2017-01-24 Daniel SheelerMeter point toggle button now uses a popup menu instead...
2017-01-10 Ben LoftisBetter fix for widgets that do not apply to master...
2017-01-10 Ben LoftisRevert "Remove the Solo+Iso buttons in the Master bus."
2017-01-09 Ben LoftisRemove the Solo+Iso buttons in the Master bus.
2016-12-21 Robin GareusVertically line up mixer strip (backport from Mixbus)
2016-12-12 Ben LoftisUI tweak for the spacer at the bottom of the master...
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-09-15 Robin GareusSkip pin-management for MB channelstrip plugins
2016-08-18 Julien "_FrnchFrgg... Make name_button behave more like a Gtk::MenuToolButton
2016-08-18 Julien "_FrnchFrgg... Make in/out buttons behave more like Gtk::MenuToolButton
2016-08-16 Julien "_FrnchFrgg... Make the group button in MixerStrip behave like a dropdown
2016-07-24 Julien "_FrnchFrgg... Make the trim knob on busses show only if there is...
2016-07-14 Paul Davisenough with umpteen "i18n.h" files. Consolidate on...
2016-07-09 Julien "_FrnchFrgg... Better heuristics for guessing the primary type of...
2016-07-09 Julien "_FrnchFrgg... update_io_button: store input() or output() in a variable
2016-07-06 Paul Davismany changes associated with rationalizing selection...
2016-06-21 Robin Gareusshow first word of comment on track's comment-button
2016-06-19 Robin Gareusfix comment-button highlight
2016-06-14 Paul Davismark mixer strip name label (button) as having occasion...
2016-06-14 Paul Davisremove commented line
2016-06-14 Paul Davismark mixer strip width and hide buttons as square
2016-06-09 Paul Davisuse new ControlSlaveUI object in mixer strip
2016-06-06 Paul Davisuse, or mostly use PresentationInfo for selection statu...
2016-06-05 Paul DavisRouteUI connects to Route's PropertyChange signal;...
2016-06-05 Paul Davisuse new RouteGroup property names
2016-06-05 Paul DavisRouteUI is now also derived from SessionHandlePtr but...
2016-06-05 Paul Davischange AxisView color API to be virtual and implement...
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-06-02 Paul Davisremove un-used name_hbox widget from TimeAxisView
2016-06-01 Robin Gareusonly show "Pin Connections..." in mixer-strip if there...
2016-06-01 John EmmasMSVC itself defines a class called CheckMenuItem -...
2016-05-31 Paul Davisno-op; change comment
2016-05-31 Paul Davisuse Slavable API in GUI
2016-05-31 Paul Davisuniversal change in the design of the way Route/Track...
2016-05-31 Paul Davisuse new API for control slave/master relationships
2016-05-31 Paul Davisfollow session track-number policy in mixer strip,...
2016-05-31 Paul Davismove VCA assignment up to Route level
2016-05-31 Paul Davisadd GUI support for slaving VCAs to other VCAs
2016-05-31 Paul Davisadd solo/mute controls to VCAMasterStrip
2016-05-31 Paul Davisuse VCAUpdateStatus to keep VCA button current
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davischange sort ordering model in mixer and editor
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-31 Paul Davisstart shaping up VCA assign process
2016-05-31 Paul Davismostly restore VCA state on session loading.
2016-05-31 Paul Davisinitial part of vca assignment via context menu
2016-05-31 Paul Davisadd 4 harrison-style vca assign buttons to the mixer...
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-04-17 Robin Gareusfix 8f14f422e0536, port_prefix already includes colon
2016-04-17 Robin Gareusunhardcode "Program Name" string length
next