query windows registry for xjadeo & harvid path
[ardour.git] / libs / ardour /
2014-04-20 Robin Gareusfix issue with duplicate entry in "Recent" menu after...
2014-04-18 Robin Gareusno vfork wrapper on windows
2014-04-17 Paul Davisnew transport option, "loop-is-mode" which optionally...
2014-04-16 Paul Davisadd new config parameter controlling visibility of...
2014-04-15 Paul Davisfix ridiculous spelling error
2014-04-14 Robin Gareusremove code intended for use with basename(), fix memor...
2014-04-14 Paul Davismore work on linking file existence and removability
2014-04-14 Paul Davischeck whether a source with the same path exists in...
2014-04-14 Paul Davisfurther code simplification and rationalization related...
2014-04-14 Paul Davisdramatic change in logic and naming for operations...
2014-04-12 Robin Gareusremove unnecessary include
2014-04-11 unknownanother stab at a working vst on windows
2014-04-11 unknowninterim vst fixes
2014-04-11 Robin Gareusamend previous commit, remove cruft, no more extern...
2014-04-11 John EmmasOops - correct some typos in my previous commit
2014-04-11 John EmmasMake sure we use the correct style of filepath separato...
2014-04-11 Paul Davisfinal eradication of jack header files from anything...
2014-04-10 Paul Davisremove use of JACK headers to allow building on systems...
2014-04-10 Paul Davisredesign technique for naming/creating regions for...
2014-04-10 Paul Davisname-change of RuntimeProfile element
2014-04-10 Paul Davisadd new element to ARDOUR::RuntimeProfile
2014-04-08 John EmmasAdd the main VC project files for building Ardour3...
2014-04-07 Sakari BergenMake tests build again (fix linker issues)
2014-04-04 Paul Davisafter cloning a MIDI region, mark the source file as...
2014-04-04 Paul Davisclarify comments for SndFileSource constructors
2014-04-04 Paul Davisfix typo in comment
2014-03-24 Paul Davisfix return in ::drop_device()
2014-03-24 Paul Daviscall AudioBackend::drop_device() when dropping a backend.
2014-03-24 Paul Davisadd ::drop_device() method to ARDOUR::AudioBackend
2014-03-23 Robin Gareusjust bail out (to prevent further harm) if no panners...
2014-03-23 Robin Gareusfix yet another possible memory leak
2014-03-23 Robin Gareuscatch OOM
2014-03-23 Robin Gareusassure midi patch ID is set before assigning it
2014-03-23 Robin Gareusremove dead code (PIChaser has been superseded with...
2014-03-22 Robin Gareusfix some memory leaks
2014-03-22 Robin Gareusfix edge case (partial write of LV2 worker message...
2014-03-22 Robin Gareusremove unused header file
2014-03-22 Robin Gareusreplace use of Gio:: for plugin state
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 Paul Davisfix thinko
2014-03-21 Robin Gareuscheck if session dir is writable (needed for .bak files...
2014-03-21 John EmmasWhen finding the control surface DLLs (MSVC built)...
2014-03-19 John EmmasUse glibmm to simplify my earlier efforts with 'user_co...
2014-03-19 John EmmasModify 'ardour_config_search_path()' and 'ardour_data_s...
2014-03-18 Robin Gareusfixed a few warnings from clang static analysis
2014-03-18 John EmmasRe-validate our iterator after SessionEventManager...
2014-03-18 John EmmasWhen finding (MSVC built) panner DLLs, make sure we...
2014-03-17 John EmmasMake sure that windows_search_path() is 'visible' in...
2014-03-14 Robin Gareuscomment libardour functions that are not used in extern...
2014-03-14 Paul Daviscall BaseUI::quit() from inside the MIDI Control UI...
2014-03-13 Robin Gareusrework SystemExec - use vfork wrapper (and lots of...
2014-03-12 Paul Davismore error messages if session renaming fails, and...
2014-03-10 Paul Davisfix up waf build in wake of search path changes earlier...
2014-03-10 Paul Davisuse buf_index_in() to identify VST MIDI buffer
2014-03-10 Paul Davisuse PBD::downcase() rather than non-portable MS-based...
2014-03-10 Paul Davisrequired header for new search_paths.h
2014-03-10 John EmmasJust noticed a small problem with my previous commit...
2014-03-10 John EmmasModify 'user_config_directory()' and 'user_cache_direct...
2014-03-10 John EmmasModify 'user_config_dir_name' to use the program name...
2014-03-10 John EmmasMove 'template_search_path()' and 'route_template_searc...
2014-03-10 John EmmasTransfer 'vst_search_path()' into 'libs/ardour/search_p...
2014-03-10 John EmmasTransfer 'panner_search_path()' into 'libs/ardour/searc...
2014-03-10 John EmmasTransfer 'midi_patch_search_path()' into 'libs/ardour...
2014-03-10 John EmmasTransfer 'lv2_bundled_search_path()' into 'libs/ardour...
2014-03-10 John EmmasTransfer 'ladspa_search_path()' into 'libs/ardour/searc...
2014-03-10 John EmmasTransfer 'export_formats_search_path()' into 'libs...
2014-03-10 John EmmasTransfer 'control_protocol_search_path()' into 'libs...
2014-03-10 John EmmasCreate 'libs/ardour/search_paths.cc/.h' and transfer...
2014-03-09 Robin Gareustempo match midi auditioning - #5881
2014-03-09 Robin Gareus[VST] scan timeout display and per plugin timeout override.
2014-03-09 Robin Gareusprepare configurable VST scan timeout
2014-03-09 John EmmasModified nesting to ensure that 'vst_search_path()...
2014-03-08 Robin Gareusfix reading VST shell-plugin .fsi cache
2014-03-08 Robin GareusVST? yes, we can do.
2014-03-08 Robin Gareusfix double-free() when scanning VST shell plugins
2014-03-08 Robin GareusVST scanner: fix Ardour type IDs
2014-03-05 Robin Gareusno dot prefix for VST cache files on windows.
2014-03-05 Robin Gareusmove vst detection code into ARDOUR namespace
2014-03-05 Robin Gareusclean up and document VST scanner src, add error loggin...
2014-03-05 Paul Davisreduce number of points used to define x-fade curves
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-03-03 Robin Gareuseven more small mingw/win fixes
2014-03-03 Robin Gareusyet another mingw/win fix
2014-03-03 Paul Davissome windows build fixes
2014-03-03 Robin Gareusdetect VST midi-in/midi-out ports separately.
2014-03-02 Robin Gareusimplement VST midi-output
2014-03-02 Paul Davisremove recently added conflation of mingw64 and msvc...
2014-03-02 Paul Davisfix missing const for windows vst_search_path()
2014-03-02 Paul Davisadd missing extra file
2014-03-02 Paul Davisuse "new" VST search path code and adjust build system...
2014-03-02 Paul Davisremove fallback_folders code, add simpler more focused...
2014-03-01 Paul Daviswhen mingw is mingw64, it appears that we need to use...
2014-03-01 Robin Gareusre-work VST paths configuration.
2014-03-01 Robin Gareuschange code that is never used into assert()s.
2014-02-28 Robin Gareusfix typo in doc
2014-02-28 Robin Gareuschange default value for plugin scan progress window
2014-02-28 Robin Gareusbreak out ARDOUR::PluginType
2014-02-28 Paul Davis(backport from cairocanvas branch) do not crash when...
2014-02-28 Paul Davisdo not crash when considering a directory called midi...
2014-02-26 Paul Davisincrease number of steps in xfade curves (where applica...
next