provide GUI option to control WM visibility info use
[ardour.git] / gtk2_ardour /
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisfix theme path for ardev and cousins
2016-05-31 Paul Davisfix unused variable warning
2016-05-31 Paul Davisinstall theme files during waf install
2016-05-31 Paul Davisthe return of the theme selector, plus 3 new themes...
2016-05-31 Paul Davisset pane drag cursors in mixer
2016-05-31 Paul Davisuse new pane API
2016-05-31 Paul Davisrestore mixer pane sizing
2016-05-31 Paul Davisremove unneeded code with new pane
2016-05-31 Paul Davisset minimum size for editor list
2016-05-31 Paul Davisuse new record safe control in GUI
2016-05-31 Paul Davisset editor pane cursors
2016-05-31 Paul Davisstyle colors for Pane
2016-05-31 Paul Davisinitial sort-of-mostly-working integration of new Pane
2016-05-31 Paul Davisuse standard method to identify context click on patch...
2016-05-31 Paul Davismake double-click on patch change launch patch change...
2016-05-31 Paul Davisslight improvement of MIDI program names in verbose...
2016-05-31 Paul Davisstop playing silly games with widget packing when editi...
2016-05-31 Paul Davisminor state tweaks for VCA time axis solo+mute buttons
2016-05-31 Paul Davismake VCA strips sensitive to solo model
2016-05-31 Paul Davisdo not accidentally try to select VCA time axis views...
2016-05-31 Paul Davisinitial implementation of VCA time axis views
2016-05-31 Paul Davismake selectability of a TimeAxisView be overridable
2016-05-31 Paul Davisnot quite as many magic numbers when deciding if a...
2016-05-31 Paul Davisno-op: move comment to make scope more clear
2016-05-31 Paul Davisfix wierd TimeAxisView initial attachment for the name...
2016-05-31 Paul Davispre-size TimeAxisView controls_table to something more...
2016-05-31 Paul Davisconvert editor routes code to use Stripable
2016-05-31 Paul Davishacked up incomplete use of print-key-bindings-as-html
2016-05-31 Paul Davismake Escape (cancel drag or selection) work in mixer...
2016-05-31 Paul Davismake various button press events work on VCA strip...
2016-05-31 Paul Davismake create group with master actually create (and...
2016-05-31 Paul Davisno-op; change comment
2016-05-31 Paul Davisadd header required when boost shared ptr debugging...
2016-05-31 Paul Davisuse correct GTK response code, given YES/NO buttons
2016-05-31 Paul Davistypo fixes
2016-05-31 Paul Davismake drop button on VCA strip actually work
2016-05-31 Paul Davisremove name button from vca strip; add drop button
2016-05-31 Paul Davisrearrange group tabs menu
2016-05-31 Paul Davismore work on presenting GUI actions to connect Route...
2016-05-31 Paul Davisuse new ::slaved_to() method in VCA master strip
2016-05-31 Paul Davisa start at the group/master menu related structure
2016-05-31 Paul Davisadd route dialog should always show up wherever the...
2016-05-31 Paul Davisallow context click on blank space in VCA packer to...
2016-05-31 Paul Davisvca: make Remove context menu option work
2016-05-31 Paul Davisactual implementation of VCA spill for mixer
2016-05-31 Paul Davisbasics of spill control in place (actual change in...
2016-05-31 Paul Davisuse ArdourButton for the vertical space/button/label...
2016-05-31 Paul Davishack to ArdourButton to get sizing correct for 90 ...
2016-05-31 Paul Daviscode consolidation
2016-05-31 Paul Davisvertical VCA names in VCA strips
2016-05-31 Paul Davisfix GUI handling of surface select requests to include...
2016-05-31 Paul Davisremove now-redundant control protocol route-selection...
2016-05-31 Paul Davisremove no-longer-used TrackSelectionChanged signal...
2016-05-31 Paul Davisfix an issue with the add bus/track dialog name templat...
2016-05-31 Paul Davisclean up debug output for OrderKeys
2016-05-31 Paul Davisuse Session::notify_presentation_info_changed() rather...
2016-05-31 Paul Davismanually fix rebase/merge issues caused by addition...
2016-05-31 Paul Davistweak Editor to use Stripable methods for control-surfa...
2016-05-31 Paul Davistweak Editor to use Stripable methods for control-surfa...
2016-05-31 Paul Davisfix dialog message shown when a backup of an old sessio...
2016-05-31 Paul Davisfirst vaguely working version using PresentationInfo
2016-05-31 Paul Davismake VCA delete button work
2016-05-31 Paul Davisshow/hide VCA assign buttons depending on VCA existence
2016-05-31 Paul Davisuse Slavable API in GUI
2016-05-31 Paul Davisuse setlocale() in preference to gtk_set_locale()
2016-05-31 Paul Davisimprove clean-up of GUI VCA-related objects
2016-05-31 Paul Davisrestore right-click in track/bus scroller to drive...
2016-05-31 Paul Davischange API for ARDOUR_UI::add_route() to no longer...
2016-05-31 Paul Davisuse new paned-sizing strategy in editor
2016-05-31 Paul Davisno-op: comment
2016-05-31 Paul Davismove new fractional pane utility functions into libs...
2016-05-31 Paul Davisa big fat comment
2016-05-31 Paul Davisredesign pane-sizing mechanism for mixer
2016-05-31 Paul Davisget VCA status correct in strips on first load
2016-05-31 Paul Davisfix implicit active display in VCA strips for solo
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 Davisuse new API for control slave/master relationships
2016-05-31 Paul Davisstart adding a context menu for VCA strips
2016-05-31 Paul DavisGUI tweaks for VCAMasterStrip, including renaming
2016-05-31 Paul Davisfollow session track-number policy in mixer strip,...
2016-05-31 Paul Davistrivially change API of GainMeter but more importantly...
2016-05-31 Paul Davisremove VCA active button
2016-05-31 Paul Davismove VCA assignment up to Route level
2016-05-31 Paul Davisuse redesigned Route and VCA object architecture/API
2016-05-31 Paul Davisupdate VCA assign buttons to show status for VCA strips
2016-05-31 Paul Davisfix incorrect selection of all strips/tracks at opening.
2016-05-31 Paul Davisno self-assign for VCA masters
2016-05-31 Paul Davisadd GUI support for slaving VCAs to other VCAs
2016-05-31 Paul Davisadd solo/mute controls to VCAMasterStrip
next