summaryrefslogtreecommitdiff
path: root/libs/surfaces/control_protocol/control_protocol
AgeCommit message (Expand)Author
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2019-12-29provide new methods for BasicUI that wrap the "complexity" of how to show tra...Paul Davis
2019-11-02part 1 of replicating semantics of ARDOUR_UI::toggle_roll() in BasicUI::toggl...Paul Davis
2019-09-06NO-OP: whitespaceRobin Gareus
2019-09-06Fix MSVC compilationRobin Gareus
2019-08-03Update plugins/addons GPL boilerplate and (C) from git logRobin Gareus
2019-05-18Add some options for surfaces to jump in the timelineJohannes Mueller
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-05-15It might not be obvious why... but 'ARDOUR::ControlProtocol::name()' needs to...John Emmas
2017-05-12don't actually use a method from libardourcp inside libardour; use a PBD::Sig...Paul Davis
2017-05-12change the way ControlProtocols (control surfaces) are notified and handle St...Paul Davis
2017-02-01add new API to ControlProtocol to allow GUI to specify left-most mixer stripPaul Davis
2016-09-27change API for BasicUI::goto_start() to use optional roll-after argPaul Davis
2016-09-27add method (taken from GTK GUI) to goto_nth_marker() to BasicUIPaul Davis
2016-09-27add correct implementation for cancel all solo to BasicUIPaul Davis
2016-07-06restore/extend/simplify ControlProtocol API to allow tracking of selectionPaul Davis
2016-07-06remove a bunch of code that will no longer be usedPaul Davis
2016-07-04use session stripable selection APIPaul Davis
2016-06-10remove certain ControlProtocol signals related to stripable selectionPaul 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-31add Stripable analogs for Route signals and methods in ControlProtocolPaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-01-19Transport_play should not jump back.Ben Loftis
2016-01-19Add all_tracks_rec actionsBen Loftis
2016-01-18track scrolling and zoomingBen Loftis
2016-01-18add some horz and vert zoom actions; remove some whitespace from the code of...Ben Loftis
2016-01-18add more remote transport toggles for touchOSC: midi_panic, toggle_roll, sto...Ben Loftis
2016-01-18implement mark_in, mark_out, toggle_clickBen Loftis
2016-01-18implement remover_marker, jump_by_bars, and jump_by_secondsBen Loftis
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
2015-11-24add goto_zero() function for BasicUIPaul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-06-24rationalize save/restore of control surface "feedback" propertyPaul Davis
2015-04-12allow to set/change loop-range via OSCRobin Gareus
2014-04-11final eradication of jack header files from anything except the JACK backendPaul Davis
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-01-25try to get export/visibility and build conditionals right for surfaces/, once...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2014-01-05Small patch to see if Ben's build problem gets fixedJohn Emmas
2013-12-27merge exportvis branch into cairocanvas, to reduce the number of "floating" b...Paul Davis
2013-12-21clean up aspects of ControlProtocol APIPaul Davis
2013-12-05Only use __declspec(dllimport/dllexport) for MSVC compilerTim Mayberry
2013-10-18reverse the visibility.h files assumptions that we don't build shared libs by...Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add export control to control protocol libraryPaul Davis
2013-09-04'libs/surfaces' - Add an additional visibility specifier (ARDOURCP_API as wel...John Emmas