summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-03-01remove mingw64 special case from evoral visibility header (might be appropria...Paul Davis
2014-03-01add template export macros for libpbdPaul Davis
2014-03-01fix use of export macros to work with mingw(64). Template issues with msvc wi...Paul Davis
2014-03-01fix use of export macros to work with mingw(64)Paul Davis
2014-03-01fix correct export macro guard in libpbd for mingw64Paul Davis
2014-03-01fix a related-to-last-commit problem in build script for OSC supportPaul Davis
2014-03-01fix compilation of libcanvas so that when built as a shared lib (the default)...Paul Davis
2014-03-01ardour now requires export visibility macros for all added classesPaul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-03-01re-work VST paths configuration.Robin Gareus
2014-03-01change code that is never used into assert()s.Robin Gareus
2014-02-28remove debug messages, for nowPaul Davis
2014-02-28change implementation of ArdourCanvas::Curve to use GIMP-inspired ideas.Paul Davis
2014-02-28fix typo in docRobin Gareus
2014-02-28change default value for plugin scan progress windowRobin Gareus
2014-02-28path-dialogue: check for and disallow duplicatesRobin Gareus
2014-02-28break out ARDOUR::PluginTypeRobin Gareus
2014-02-27do not crash when considering a directory called midi (with any case) as an a...Paul Davis
2014-02-28move Paths Dialog to libgtkmm2extRobin Gareus
2014-02-27glib only allows <glib.h> these days; typedef enum in C++ code is redundantPaul Davis
2014-02-27remove unneeded extra methods in ArdourCanvas::CurvePaul Davis
2014-02-26increase number of steps in xfade curves (where applicable) from about 9 to 32Paul Davis
2014-02-27treat linux and windows VST plugins equivalent on session loadRobin Gareus
2014-02-26"cancel" only cancels [new VST] discovery, not index-cache-readingRobin Gareus
2014-02-26properly handle VST scan/discover cancellation.Robin Gareus
2014-02-26add note to filesystem pathsRobin Gareus
2014-02-26user-configurable VST search paths (backend)Robin Gareus
2014-02-26make PBD's path-scanner OS agnostic (use glib)Robin Gareus
2014-02-26fix typosRobin Gareus
2014-02-25fix canvas enter/leave bug when point is over a group/ignore-event item and w...Paul Davis
2014-02-25add DEBUG::CanvasEnterLeave to allow runtime toggling of canvas enter/leave e...Paul Davis
2014-02-25option to en/dis-able VST plugin discovery on startupRobin Gareus
2014-02-25tweak canvas rect drawing to correctly place bottom edge of rectangle inside ...Paul Davis
2014-02-25implement plugin-scan cancel-button sensitivityRobin Gareus
2014-02-25scan VSTs in background, allow to cancel & timeoutRobin Gareus
2014-02-25global static path to plugin scanner app.Robin Gareus
2014-02-25prepare plugin list refresh w/o instantiate (using cache only)Robin Gareus
2014-02-25VST scanner tool.. part twoRobin Gareus
2014-02-25fix system-exec (wait for app to start)Robin Gareus
2014-02-25update external VST scanner appRobin Gareus
2014-02-25prepare standalone VST scanner tool.. part oneRobin Gareus
2014-02-24remove unnecessary files from native audio backendPaul Davis
2014-02-25fix some code typos (compiler warnings)Robin Gareus
2014-02-24implement VST blacklistingRobin Gareus
2014-02-24preparations for VST blacklist (paths)Robin Gareus
2014-02-24remove incorrectly placed export declarationPaul Davis
2014-02-24add waves audio backend when building on applePaul Davis
2014-02-24add -fms-extensions to allow earlier apple gcc to support anonymous union, as...Paul Davis
2014-02-24remove SampleFormat code from waves audio backendPaul Davis
2014-02-24new audio engine backend for native CoreAudio audio I/O, and PortMIDI for MIDI.Paul Davis