summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-05-31stop playing silly games with widget packing when editing a route name in the...Paul Davis
2016-05-31minor state tweaks for VCA time axis solo+mute buttonsPaul Davis
2016-05-31make VCA strips sensitive to solo modelPaul Davis
2016-05-31do not accidentally try to select VCA time axis views for context clicks or o...Paul Davis
2016-05-31initial implementation of VCA time axis viewsPaul Davis
2016-05-31make selectability of a TimeAxisView be overridablePaul Davis
2016-05-31not quite as many magic numbers when deciding if a group color is too close t...Paul Davis
2016-05-31no-op: move comment to make scope more clearPaul Davis
2016-05-31fix wierd TimeAxisView initial attachment for the name hboxPaul Davis
2016-05-31pre-size TimeAxisView controls_table to something more like the correct rows ...Paul Davis
2016-05-31convert editor routes code to use StripablePaul Davis
2016-05-31hacked up incomplete use of print-key-bindings-as-htmlPaul Davis
2016-05-31make Escape (cancel drag or selection) work in mixer as well as editorPaul Davis
2016-05-31make various button press events work on VCA strip vertical button; improve s...Paul Davis
2016-05-31make create group with master actually create (and name) masterPaul Davis
2016-05-31no-op; change commentPaul Davis
2016-05-31add header required when boost shared ptr debugging is in usePaul Davis
2016-05-31use correct GTK response code, given YES/NO buttonsPaul Davis
2016-05-31typo fixesPaul Davis
2016-05-31make drop button on VCA strip actually workPaul Davis
2016-05-31remove name button from vca strip; add drop buttonPaul Davis
2016-05-31rearrange group tabs menuPaul Davis
2016-05-31more work on presenting GUI actions to connect Route groups and control mastersPaul Davis
2016-05-31use new ::slaved_to() method in VCA master stripPaul Davis
2016-05-31a start at the group/master menu related structurePaul Davis
2016-05-31add route dialog should always show up wherever the mouse is, not in its last...Paul Davis
2016-05-31allow context click on blank space in VCA packer to drive add route dialogPaul Davis
2016-05-31vca: make Remove context menu option workPaul Davis
2016-05-31actual implementation of VCA spill for mixerPaul Davis
2016-05-31basics of spill control in place (actual change in mixer display, not done)Paul Davis
2016-05-31use ArdourButton for the vertical space/button/label in VCAMasterStripPaul Davis
2016-05-31hack to ArdourButton to get sizing correct for 90 + 270 degree rotated textPaul Davis
2016-05-31code consolidationPaul Davis
2016-05-31vertical VCA names in VCA stripsPaul Davis
2016-05-31fix GUI handling of surface select requests to include possibility of selecti...Paul Davis
2016-05-31remove now-redundant control protocol route-selection signalsPaul Davis
2016-05-31remove no-longer-used TrackSelectionChanged signal from ControlProtocolPaul Davis
2016-05-31fix an issue with the add bus/track dialog name template, left unchanged afte...Paul Davis
2016-05-31clean up debug output for OrderKeysPaul Davis
2016-05-31use Session::notify_presentation_info_changed() rather than emitting Stripabl...Paul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31tweak Editor to use Stripable methods for control-surface-driven selectionPaul Davis
2016-05-31tweak Editor to use Stripable methods for control-surface-driven selectionPaul Davis
2016-05-31fix dialog message shown when a backup of an old session file is madePaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31make VCA delete button workPaul Davis
2016-05-31show/hide VCA assign buttons depending on VCA existencePaul Davis
2016-05-31use Slavable API in GUIPaul Davis
2016-05-31use setlocale() in preference to gtk_set_locale()Paul Davis
2016-05-31improve clean-up of GUI VCA-related objectsPaul Davis