summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2016-06-10Various changes to PresentationInfo and a small consolidation of sorters.Paul Davis
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul Davis
2016-06-10Apply some constraints to bbt dragging.nick_m
2016-06-09OSC: Finished Select send levelsLen Ovens
2016-06-09OSC: change the word phase to polarity as per mailing list.Len Ovens
2016-06-09provide a heuristic to decide if the color has been set for a PresentationInf...Paul Davis
2016-06-09OSC: add phase controlLen Ovens
2016-06-09OSC: Added pan width to selectedLen Ovens
2016-06-09namespace requiredPaul Davis
2016-06-10Amend last commit.nick_m
2016-06-10Audio locked meters with an existing tempo may be dragged past that tempo's l...nick_m
2016-06-08OSC: select commands for pan and trim added, feedback for select sends. GUI_s...Len Ovens
2016-06-09Possible fix for memory pool problem in session click.nick_m
2016-06-08Fix a couple of build errors in the test suite.Colin Fletcher
2016-06-08fix thinko in Pane expose event handler.Paul Davis
2016-06-08move gui_changed() signal from Route to StripablePaul Davis
2016-06-08fix mute automation for busses & consolidate code.Robin Gareus
2016-06-08consistent API name for region-listRobin Gareus
2016-06-07fix faderport's use of action namePaul Davis
2016-06-07minor optimization when search for actionsPaul Davis
2016-06-07make it possible to disable VisibilityTracker's use of WM visibilityPaul Davis
2016-06-07add meta-data placeholders for post-export commandRobin Gareus
2016-06-07fix up logic that connects ControlGroups and RouteGroupsPaul Davis
2016-06-06OSC: reset select strip on bank change or select for non-existing stripable.Len Ovens
2016-06-06OSC: Respond to GUI select.Len Ovens
2016-06-06remove incorrect allocation of a second VCAManager in a session.Paul Davis
2016-06-07Ensure correct lock style before setting position.nick_m
2016-06-07MidiRegion ctor inherits length_beats.nick_m
2016-06-07Region ctor inherits position, start and beat.nick_m
2016-06-06fix crashing bug in Pane when accessing dividersPaul Davis
2016-06-06add a destructor for Gtkmm2ext::Pane that unparents the children.Paul Davis
2016-06-07Fix initialization of Region::_beat.nick_m
2016-06-07Fix midi region split, trim and move operations.nick_m
2016-06-07Region always sets position before length.nick_m
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-06MSVC won't allow floating point types to be mapped directly to enumsJohn Emmas
2016-06-06Accommodate newly introduced source(s) in our MSVC project (ardour_osc)John Emmas
2016-06-05OSC: More controls in /select/*, off by one fixedLen Ovens
2016-06-06Consolidate notifications when MidiRegion changes length due to position change.nick_m
2016-06-05fix Session::get_remote_nth_stripable() to use zero-based numberingPaul Davis
2016-06-05extend/modify PresentationInfo to make searching for routes via Session::get_...Paul Davis
2016-06-05OS X clang build issue fixPaul Davis
2016-06-05don't connect to individual PresentationInfo signals per Stripable; we only r...Paul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05extensive changes to PresentationInfo APIPaul Davis
2016-06-05fix registration of PresentationInfo enumsPaul Davis
2016-06-05extend comments to avoid unused-variable warnings from commented codePaul Davis
2016-06-05change property names (not quark/strings) for RouteGroup properties to avoid ...Paul Davis
2016-06-06Midi regions recalculate their length in frames when moved/copied.nick_m