ardour.git
2016-05-31 Paul Davisimproved, functioning regexp for revisions
2016-05-31 Paul Davismore useful regexp to allow 5.x-preN version tags
2016-05-31 Paul Davisfix conditional used to decide whether to copy old...
2016-05-31 Paul Davisadjust theme search path
2016-05-31 Paul Davisrename color files to be program specific, and rename...
2016-05-31 Paul Davisinstall program-specific color files
2016-05-31 Paul Davisrework of color theme file management
2016-05-31 Paul Davisadd theme name to each color theme file
2016-05-31 Paul Davisit is probably a mistake to rename dark -> Dark at...
2016-05-31 Paul Davismake pane divider placement a little safer
2016-05-31 Paul Davishandle old-version pane positions by ignoring them
2016-05-31 Paul Davistweak layout in theme manager prefs
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 Davisinfrastructure for finding theme files
2016-05-31 Paul Davisset pane drag cursors in mixer
2016-05-31 Paul Davisfix default pane divider cursor for vertical panes
2016-05-31 Paul Davisshrink down pane divider/handle width
2016-05-31 Paul Davisfix pane behaviour when children are hidden/shown
2016-05-31 Paul Davisexplicitly expose dividers
2016-05-31 Paul Davisuse new pane API
2016-05-31 Paul Davismore sensible API for Pane::set_child_minsize
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 Davisprovide a mechanism to avoid allocating too small of...
2016-05-31 Paul Davisuse new record safe control in GUI
2016-05-31 Paul Davisuse new record safe control in surface support
2016-05-31 Paul Davisuse new record safe control in libardour
2016-05-31 Paul Davisnew RecordSafeControl control
2016-05-31 Paul Davisset editor pane cursors
2016-05-31 Paul Davisvarious work on Pane, including cursors, more styling...
2016-05-31 Paul Davisstyle colors for Pane
2016-05-31 Paul DavisPane: use style-provided colors, and change colors...
2016-05-31 Paul Davisinitial sort-of-mostly-working integration of new Pane
2016-05-31 Paul Davisfix use of widget allocation origin in Gtkm2mext::Pane
2016-05-31 Paul Davisset default pane divider position to 0.5
2016-05-31 Paul Davisworking but incomplete version of new Pane replacement...
2016-05-31 Paul Davisfix SNAFU in which Stripable::rec_enable_control()...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisremove debug output
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 Davisno-op: explanatory comments
2016-05-31 Paul Davisno-op: explanatory comments
2016-05-31 Paul Davisfix typo in definition of solo-safe automation control...
2016-05-31 Paul Davisreduce number of Controls attempted for auto-slave...
2016-05-31 Paul Davisslight improvement of MIDI program names in verbose...
2016-05-31 Paul Davisadd new API to InstrumentInfo to get program names...
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 Davisremove useless code recently added to RouteGroup
2016-05-31 Paul Davishacked up incomplete use of print-key-bindings-as-html
2016-05-31 Paul Davisbasics of printing 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 DavisVCA: fix numbering scheme to allow contiguous numbers...
2016-05-31 Paul Davisremove debug output
2016-05-31 Paul Davisno-op: move some declarations
2016-05-31 Paul Davisno-op; change comment
2016-05-31 Paul Davisdon't store shared_ptr<VCA> in functor for Drop or...
2016-05-31 Paul Davisuse (possibly null) macros to mark VCAs for boost share...
2016-05-31 Paul Davisadd macro for boost shared ptr debugging of VCAs
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 Davisprovide mechanism for "drop all slaves" for VCA master
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 Davisfix issues with route group assignment to control master
2016-05-31 Paul Davisfix some bugs with unassigning from a control master
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 Davisprovisional code to support assigning an entire RouteGr...
2016-05-31 Paul Davisadd ::n_vcas() method to VCAManager
2016-05-31 Paul Davisadd slaved_to() and slaved() methods to VCA
2016-05-31 Paul Davisadd generic ::slaved() method to Route
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
next