summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
Interpolation errors still need addressing.
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 ↵Paul Davis
changes the visibility status of the item (i.e. make no-ops really be no-ops)
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 ↵Paul Davis
than drawing the entire region as a single rect
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 ↵Paul Davis
export
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
files
2014-03-02remove fallback_folders code, add simpler more focused get_vst_search_path() ↵Paul Davis
and breakout get_win_special_folder() into its own file
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 ↵Paul Davis
windows. I may have gotten the precise linkflags string incorrect, but this my best guess.
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 ↵Paul Davis
appropriate everywhere, needs testing)
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 ↵Paul Davis
will require a different solution (if they exist)
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
This would have had the effect of hiding -DPACKAGE="ardour_osc" but since there is no i18n stuff in our OSC support, it really had no effect.
2014-03-01fix compilation of libcanvas so that when built as a shared lib (the ↵Paul Davis
default), -DLIBCANVAS_DLL_EXPORTS=1 is not lost
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
__attribute__((visibility)) for export control
2014-03-01re-work VST paths configuration.Robin Gareus
environment vars provide the "default", but are no longer relevant once ardour-internal paths are configured.
2014-03-01change code that is never used into assert()s.Robin Gareus
plugin-scan should always happen explicitly (either on start or by user request).
2014-02-28fix semantics of button press -> leave button -> button release, to match ↵Paul Davis
typical GUI toolkits
2014-02-28remove debug messages, for nowPaul Davis
2014-02-28change implementation of ArdourCanvas::Curve to use GIMP-inspired ideas.Paul Davis
Presmooth with quadratic bezier, then interpolate when rendering. Not finished yet
2014-02-28change latency calibration button from "record enable button" to "generic ↵Paul Davis
button"
2014-02-28add generic button style for ArdourButtonsPaul Davis