summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-10use buf_index_in() to identify VST MIDI bufferPaul Davis
2014-03-10use PBD::downcase() rather than non-portable MS-based strlwr()Paul Davis
2014-03-10required header for new search_paths.hPaul Davis
2014-03-10add PBD::downcase() functions to libpbdPaul Davis
2014-03-10Just noticed a small problem with my previous commit. Windows config files sh...John Emmas
2014-03-10Modify 'user_config_directory()' and 'user_cache_directory()' so that (on Win...John Emmas
2014-03-10Modify 'user_config_dir_name' to use the program name (e.g. Ardour or Mixbus)...John Emmas
2014-03-10Move 'template_search_path()' and 'route_template_search_path()' into 'libs/a...John Emmas
2014-03-10Transfer 'vst_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'panner_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'midi_patch_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'lv2_bundled_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'ladspa_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'export_formats_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Transfer 'control_protocol_search_path()' into 'libs/ardour/search_paths.cc'John Emmas
2014-03-10Create 'libs/ardour/search_paths.cc/.h' and transfer backend_search_path() t...John Emmas
2014-03-10improve (though not 100% perfect) handling of region trim handles and mouse m...Paul Davis
2014-03-10tiny red dots, be gone (expand poly_item bounding box by correct (?) amount)Paul Davis
2014-03-10missing iterator advancePaul Davis
2014-03-10tempo match midi auditioning - #5881Robin Gareus
2014-03-09add missing include to define LIBPBD_API (mingw build)Robin Gareus
2014-03-09default plugin scan timeout preferenceRobin Gareus
2014-03-09[VST] scan timeout display and per plugin timeout override.Robin Gareus
2014-03-09prepare configurable VST scan timeoutRobin Gareus
2014-03-09stupid hack to fix rectangle damage noisePaul Davis
2014-03-09Modified nesting to ensure that 'vst_search_path()' shouldn't return NULL if ...John Emmas
2014-03-09fix reading VST shell-plugin .fsi cacheRobin Gareus
2014-03-08VST? yes, we can do.Robin Gareus
2014-03-08paths dialog: use selection as default when adding new dirsRobin Gareus
2014-03-08fix double-free() when scanning VST shell pluginsRobin Gareus
2014-03-08VST scanner: fix Ardour type IDsRobin Gareus
2014-03-08Add a couple of visibility specifiers that were missingJohn Emmas
2014-03-08Use LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API where appropriateJohn Emmas
2014-03-07use fill transparency detection to avoid rendering transparent (invisible) re...Paul Davis
2014-03-07if a Fill object is given a zero-alpha (transparent) color, note thatPaul Davis
2014-03-07don't show frame trim handles when in internal editing modePaul Davis
2014-03-07alter ArdourCanvas::Rect::expand() to not clamp to all-positive values becaus...Paul Davis
2014-03-07slightly optimize bounding box computation for ArdourCanvas::PolyItem by avoi...Paul Davis
2014-03-07third part of the logic fix for percussive note trimmingPaul Davis
2014-03-07second part of the logic fix for percussive note trimmingPaul Davis
2014-03-07move an assert to cover only cases where it is neededPaul Davis
2014-03-07fix up some logic that allowed hits (percussive note display) to be trimmed w...Paul Davis
2014-03-07remove irrelevant commentPaul Davis
2014-03-06fix missing Hit destructor, which left polygons all over the canvas after del...Paul Davis
2014-03-06fix apparent logic error for MidiRegionView when redisplaying note modelPaul Davis
2014-03-06tweak Polygon::render() to work whether or not fill or outline are unsetPaul Davis
2014-03-06trivial API change for MidiRegionView::update_hit()Paul Davis
2014-03-06comment editPaul Davis
2014-03-06use CANVAS_DEBUG_NAME instead of explicit #ifdef to set canvas item namePaul Davis