fix typo in wscript
[ardour.git] / libs /
2014-12-05 Robin Gareusexperimental drawing optimization.
2014-12-05 David RobillardFix stuck faders on very fine adjustments.
2014-12-05 Robin Gareusfix small memory leak in the tests
2014-12-05 Robin Gareusupdate to 'new' ControlList API
2014-12-05 Paul Davisif a Route's processor lock cannot be taken, fill buffe...
2014-12-05 Robin Gareusfix "expected" <> "actual" semantics in test-util
2014-12-05 Paul Davisinclude alpha-delta computation in HSV::delta()
2014-12-05 John EmmasAdd 'pbd/crossthread.cc' to the MSVC build
2014-12-05 David RobillardMake recorded MIDI controls discrete, take 2.
2014-12-05 David RobillardRevert "Create discrete lists for recorded MIDI controls."
2014-12-05 David RobillardFix crash when twiddling MIDI controllers (#6050).
2014-12-05 David RobillardFix steps for log controls with wide range.
2014-12-04 Robin Gareusfix windows compilation
2014-12-04 Paul Davisadd required header
2014-12-04 Paul Davismove WSAStartup() and WSACleanup() out of per-object...
2014-12-04 Paul Davisclean up whitespace
2014-12-04 Tim MayberryInclude pbd/crossthread.cc in the mingw build
2014-12-04 Tim MayberryUse correct name for windows.h
2014-12-04 David RobillardMake gain controls step by roughly 1.0/0.1 dB.
2014-12-04 Robin Gareusactual expected test results:
2014-12-04 Robin Gareusmake all tests pass
2014-12-04 Paul Davisfix to follow changes to evoral/libardour split
2014-12-04 Paul Davischanges to Mackie Control support for new crossthreadch...
2014-12-04 Paul Davisadapt changes to async MIDI port to use new evoral...
2014-12-04 Paul Davisfix up BaseUI to use crossthreadchannel on all platforms
2014-12-04 Paul Davismodify Mackie surface code to use crossthreadchannel...
2014-12-04 Paul Davismodify MidiUI code to use crossthreadchannel on all...
2014-12-04 Paul Davisalter Async MIDI port implementation to use crossthread...
2014-12-04 Paul Davisnew platform specific crossthreadchannel files
2014-12-04 Paul Davismanually merge new CrossThreadChannel implementation...
2014-12-03 Robin GareusTest: update AutomationList properties for v3.5
2014-12-03 Robin GareusTest: print assert message if XML property mismatch
2014-12-03 Robin Gareusfix audioengine use in unit-tests.
2014-12-03 Robin Gareusfix MTDM test
2014-12-03 Robin GareusTests: ensure that libardour is initialized
2014-12-03 Robin Gareusfix audio-engine dtor.
2014-12-03 Robin Gareusallow to auto-start dummy backend (needed for tests)
2014-12-03 Robin Gareusfix test segfault
2014-12-03 Robin Gareususe Dummy backend for tests
2014-12-03 Tim MayberryFix running libpbd unit tests when $TOP(in test scripts...
2014-12-03 Tim MayberryAdd DEBUG_TRACE output to PBD::canonical_path
2014-12-03 Tim MayberryCall PBD::init() from libmidi++ test runner
2014-12-03 Tim MayberryAdd ability to set libpbd debug options via PBD_DEBUG...
2014-12-03 Tim MayberryCall PBD::init from evoral testrunner
2014-12-03 Tim MayberryMove setting _fmode flag on windows into PBD::init
2014-12-03 Tim MayberryRemove references in pbd test script to libs no longer...
2014-12-03 Tim MayberryMake pbd test script consistant with other test scripts
2014-12-03 Tim Mayberryexport MIDIPP_TEST_PATH in midi++ test script so test...
2014-12-03 Tim MayberryAdd test_search_path to find test files in MidnamTest
2014-12-03 Tim MayberryUse test_output_directory() in pbd filesystem test
2014-12-03 Tim MayberryUse test utility function to find evoral test files
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory to write evoral test...
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory in libardour test_util.cc
2014-12-03 Tim MayberryRemove unnecessary comma in pbd wscript file
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory in test_output_directory
2014-12-03 Tim MayberryAdd PBD::tmp_writable_directory utility function to...
2014-12-03 Tim MayberryFixes for AudioEngine test
2014-12-03 Tim MayberryRemove unused test_common.h/cc files
2014-12-03 Tim MayberryMove libardour test utility code into one source file
2014-12-03 Tim MayberryUse ardev_common.sh to setup environment for running...
2014-12-03 David RobillardFix evoral test suite.
2014-12-03 David RobillardFix range of pan controls.
2014-12-02 John EmmasMake 'ARDOUR::ParameterDescriptor' exportable, so that...
2014-12-02 David RobillardRemove accidentally committed file.
2014-12-02 Robin Gareusalsa-backend: drop midi during freewheel processing.
2014-12-02 Paul Davisfirst pass at optimization for low-level canvas code
2014-12-02 David RobillardFix lost MIDI events due to broken range check.
2014-12-02 David RobillardCreate discrete lists for recorded MIDI controls.
2014-12-02 David RobillardFix automation write/touch.
2014-12-02 David RobillardFactor out copy-paste code.
2014-12-02 David RobillardReplace half-baked param metadata with descriptor.
2014-12-01 Julien de KozakMake it compile with C++11 support.
2014-12-01 Colin FletcherTidy up comments in Evoral::coverage
2014-12-01 Colin FletcherSimplify Evoral::RangeList::subtract(), and make it...
2014-12-01 Colin FletcherComments in various call-sites of coverage()
2014-12-01 Colin FletcherRework Evoral::coverage() to pass unit tests
2014-12-01 Colin FletcherMake tests of Evoral::Range functions include both...
2014-12-01 Robin Gareusexclude fader-reserve from range
2014-12-01 David RobillardRemove braindead Parameter inheritance abuse.
2014-12-01 David RobillardReplace thinning static state with parameter.
2014-12-01 David RobillardRemove dead code.
2014-12-01 David RobillardRemove bogus test and noisy output.
2014-12-01 David RobillardTrim the include tree.
2014-12-01 David RobillardMove EventRingBuffer to libardour.
2014-12-01 David RobillardAdd missing namespace qualifiers.
2014-12-01 David RobillardClean up state tracking of raw MIDI.
2014-12-01 David RobillardSave mute automation state.
2014-11-30 Robin GareusCLA approved consistent fine-grained scale modifier
2014-11-30 John EmmasProcess 'default_ui_config.in' when building with MSVC
2014-11-30 Robin Gareusconsistent step+page sizes for fader+spinbox
2014-11-30 Robin Gareususe update_steps() instead of custom function
2014-11-30 Robin Gareusupdate_steps(), properly handle integer ranges
2014-11-30 Robin Gareusfix ladpsa default value.
2014-11-30 Robin Gareusfix LV2 default port value.
2014-11-29 David RobillardFix write for boolean automation.
2014-11-29 Robin Gareusdon't move faders on click.
2014-11-29 Robin Gareuschange ownership of processor window-proxy
2014-11-29 David RobillardSet discrete by default for boolean parameters.
2014-11-29 David RobillardSomewhat working gain automation.
2014-11-29 David RobillardShow discrete/toggled automation as stepped line.
next