summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-03-02move export_search_path(), previously in gtk2_ardour/main.cc, into libs/pbdPaul Davis
2014-03-02use "new" VST search path code and adjust build system to reflect new source ...Paul Davis
2014-03-02remove fallback_folders code, add simpler more focused get_vst_search_path() ...Paul Davis
2014-03-01for windows build, add fallback_folders.cc to libpbd source listPaul Davis
2014-03-01add likely stub code for adding linkage to libole when building libpbd on win...Paul Davis
2014-03-01add -DPROGRAM_NAME to libpbd compile flagsPaul Davis
2014-03-01REALLY REALLY CORRECT template export macros for libpbdPaul Davis
2014-03-01REALLY CORRECT template export macros for libpbdPaul Davis
2014-03-01use template export forms for MemementoCommandPaul Davis
2014-03-01CORRECT template export macros for libpbdPaul Davis
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