summaryrefslogtreecommitdiff
path: root/libs/surfaces/control_protocol
AgeCommit message (Expand)Author
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-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
2015-05-02professionalize peak-metersRobin Gareus
2015-04-12allow to set/change loop-range via OSCRobin Gareus
2015-02-16remove lib versioning for internal pluginsRobin Gareus
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-04-28remove redundant os.path.join() calls when specifying install path as bld.env...Paul Davis
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-11final eradication of jack header files from anything except the JACK backendPaul Davis
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
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