summaryrefslogtreecommitdiff
path: root/libs/surfaces/control_protocol
AgeCommit message (Expand)Author
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-12move -fvisibility=hidden to the top of the source tree, and remove its intern...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-23fix redrawing of canvas with an optimized buildPaul Davis
2013-12-21clean up aspects of ControlProtocol APIPaul 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-18use libltc and libtimecode as static libs, and upgrade to waf 1.7Paul Davis
2013-10-18Merge remote-tracking branch 'remotes/origin/exportvis' into windows+ccJohn Emmas
2013-10-17add -fvisibility=hidden to libardour_cp (control protocol)Paul Davis
2013-10-17add -fvisibility=hidden to evoral, and make things workPaul Davis
2013-10-17add export control to control protocol libraryPaul Davis
2013-09-21Merge remote-tracking branch 'remotes/origin/cairocanvas' into windowsJohn Emmas
2013-09-06Use correct define when building ControlProtocol to export symbolsTim Mayberry
2013-09-04'libs/surfaces' - Add an additional visibility specifier (ARDOURCP_API as wel...John Emmas
2013-09-03use visibility macros to control visibility in control surface DLL/DSO'sPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-20initial, prototype modifications to permit compilation of local libraries as ...Paul Davis
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2012-05-24Compile cleanly with clang.David Robillard
2012-05-14remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, ...Paul Davis
2012-04-28control surfaces: make it possible to keep display of current GUI/selection s...Paul Davis
2012-04-26MCP: ctrl-select toggle selections status, analogous to GUI opPaul Davis
2012-04-26MCP: more sensible version of previous commit, and better behaviour for play ...Paul Davis
2012-04-26MCP: lots of good stuff - recenable bug fixed, cursor keys for vertical scrol...Paul Davis
2012-04-23ControlProtocol doesn't actually need any record of an event loop and doesn't...Paul Davis
2012-04-22MCP: a fistful of improvements. probably best to just try it and see what it ...Paul Davis
2012-04-13MCP: timeout display of value when altering with fader or pot; range ops on s...Paul Davis
2012-04-12propagate GUI track selection to control protocols; make MCP update when GUI ...Paul Davis
2012-04-11MCP: more tracing for rewind; change play LED illumination rulePaul Davis
2012-04-11MCP: share add-marker code with BasicUI; don't allow route locking if the str...Paul Davis
2012-04-11MCP: make BasicUI::rewind() behave symmetrically to BasicUI::ffwd(); basics o...Paul Davis
2012-04-11MCP: tweak operation of most transport buttons, make save button work, start ...Paul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-04-09MCP: different meter debug trace; initial support for track selectionPaul Davis
2012-04-09allow ControlProtocols to call for undo/redo in GUI; make MCP use thisPaul Davis
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-08-13track changes to config parameters for MMC device id's correctly (from roy ve...Paul Davis
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-13Eliminate circular dependency kludge for control_protocol/smpte.o.David Robillard
2010-12-02A few type fixes.Carl Hetherington
2010-12-01Revert previous incorrect patch.Carl Hetherington
2010-12-01Remove unused timecode offset stuff.Carl Hetherington