ardour.git
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-24 Ben Loftisadd needed separator
2014-03-23 Ben Loftisfiles for ArdourMenu
2014-03-23 harrisonNew theme for editor window using ArdourMenu
2014-03-23 Robin Gareusproper vpab speaker constraints
2014-03-23 Robin Gareusprepare for the day when there can be TimeAxisView...
2014-03-23 Robin Gareusjust bail out (to prevent further harm) if no panners...
2014-03-23 Robin Gareusfix undefined value, support netjack2
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-23 Robin Gareusfix timecode initialization
2014-03-22 Robin Gareusfix some memory leaks
2014-03-22 Robin Gareusfix mismatch typo in sizeof
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 Robin Gareusreplace use of Gio:: with primitives (fix for #5889...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 Paul Davisfix thinko
2014-03-21 John EmmasMinor visibility changes to libevoral (template objects...
2014-03-21 John EmmasAvoid some ambiguous calls to 'floor()' which were...
2014-03-21 John EmmasString object for Greek locale testing should have...
2014-03-21 Robin Gareuscheck if session dir is writable (needed for .bak files...
2014-03-21 Adrian KnothKeybindings for maximising the mixer window
2014-03-21 Adrian KnothAdd option to display the mixer in fullscreen
2014-03-21 John EmmasImplement 'fixup_bundle_environment()' for the MSVC...
2014-03-21 John EmmasWhen finding the control surface DLLs (MSVC built)...
2014-03-21 Robin Gareusfix editor full-screen state when re-loading session
2014-03-21 Paul Davislatest tweaks to autoscroll: symmetrical boundary on...
2014-03-21 Robin Gareustweak meter-peak hold when using LED-striped meters
2014-03-21 Paul Davisfirst pass at quantizing vertical scroll to whole tracks.
2014-03-20 Robin Gareuschange the meters into CairoWidget, add expose_area...
2014-03-20 Paul Davisbig rework of scrolling, horizontal part considered...
2014-03-19 Robin Gareusvideotimeline: fix black-frame generation (sample aspec...
2014-03-19 Robin Gareustweak A/V import logic
2014-03-19 Robin Gareusclarify A/V import options
2014-03-19 Robin Gareusvideotimeline: fix black-frame generation (sample aspec...
2014-03-19 Robin Gareustweak A/V import logic
2014-03-19 Robin Gareusclarify A/V import options
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 Robin Gareusfix potential uninitialized object pointer.
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 Paul Davisg_close() is only available in select versions of glib...
2014-03-17 Robin Gareusadd helper binaries to bundles
2014-03-17 John EmmasMake sure that windows_search_path() is 'visible' in...
2014-03-15 John EmmasClose a temporary file as soon as we know we've created...
2014-03-15 John EmmasMove '++next' (when sorting marker labels) so there...
2014-03-14 Robin Gareussmall cleanup.
2014-03-14 Robin Gareuscomment libardour functions that are not used in extern...
2014-03-14 Paul Davisremoved duplicated (and dangerous) call to close(2)
2014-03-14 Paul Davisfix compile of libs/vfork with slightly older(?) glibc...
2014-03-14 Paul Davisfix thinko when relabelling markers
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-13 Paul Davisdo not use Item::move() when dragging notes since this...
2014-03-13 Paul Davisremove debug output
2014-03-13 Paul Davisfix up button selection operation so that fade drags...
2014-03-12 Paul Davisupdated version of boost shared ptr debugging patch
2014-03-12 Paul Davisfinally put this patch into git, where it belong
2014-03-12 Paul Davisfix #ifdef in localtime_r header (from Valeriy)
2014-03-12 John EmmasA few days ago a #define got changed because the releva...
2014-03-12 Paul Davismore error messages if session renaming fails, and...
2014-03-12 Paul Davisfixes, hopefully, for canvas cursor misbehaviour near...
2014-03-11 Robin Gareusprototype vfork exec-wrapper.
2014-03-11 Paul Davisfix error in height computation of MIDI region views...
2014-03-11 Paul Davisuse and wrap Rectangle::set_outline_all() method
2014-03-11 Paul Davisavoid multiple requests for redraws when resetting...
2014-03-11 Paul Davisdon't queue redraws when various canvas item properties...
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 Paul Davisadd PBD::downcase() functions to libpbd
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-10 Paul Davisimprove (though not 100% perfect) handling of region...
2014-03-10 Paul Davistiny red dots, be gone (expand poly_item bounding box...
2014-03-10 Paul Davismissing iterator advance
2014-03-09 Robin Gareustempo match midi auditioning - #5881
2014-03-09 Robin Gareusadd missing include to define LIBPBD_API (mingw build)
2014-03-09 Robin Gareusdefault plugin scan timeout preference
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 Paul Davisstupid hack to fix rectangle damage noise
next