summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-05clean up and document VST scanner src, add error logging to fileRobin Gareus
2014-03-04"correct" curve drawing (no artifacts during redraw)Paul Davis
2014-03-04tentative intermediate state for ArdourCanvas::CurvePaul Davis
2014-03-04only queue an item redraw from Item::show() or Item::Hide() if the call chang...Paul Davis
2014-03-04fix/adjust logic used to display automation linesPaul Davis
2014-03-04reduce number of points used to define x-fade curvesPaul Davis
2014-03-04break down GdkEventExpose into distinct rectangles for canvas expose rather t...Paul Davis
2014-03-04some more mingw x-compile fixesRobin Gareus
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-03even more small mingw/win fixesRobin Gareus
2014-03-03yet another mingw/win fixRobin Gareus
2014-03-03minor fix for libpbd wscript on windowsPaul Davis
2014-03-03some windows build fixesPaul Davis
2014-03-03some mingw related tweaks to the build-environment.Robin Gareus
2014-03-03detect VST midi-in/midi-out ports separately.Robin Gareus
2014-03-02paths-dialog gtkmm-2.20 compatibility (part two)Robin Gareus
2014-03-02paths-dialog gtkmm-2.20 compatibilityRobin Gareus
2014-03-02implement VST midi-outputRobin Gareus
2014-03-02remove recently added conflation of mingw64 and msvc with respect to symbol e...Paul Davis
2014-03-02fix missing const for windows vst_search_path()Paul Davis
2014-03-02install small-splash imagePaul Davis
2014-03-02add missing extra filePaul Davis
2014-03-02move fixup_bundle_environment() code into per-platform filesPaul Davis
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-01allow hardour to build even when --exports-hidden is used with waf configurePaul 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-28fix semantics of button press -> leave button -> button release, to match typ...Paul Davis
2014-02-28remove debug messages, for nowPaul Davis
2014-02-28change implementation of ArdourCanvas::Curve to use GIMP-inspired ideas.Paul Davis
2014-02-28change latency calibration button from "record enable button" to "generic but...Paul Davis
2014-02-28add generic button style for ArdourButtonsPaul Davis