summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-12-07remove all explicit button text colors; use contrasting_text_color() instead.Paul Davis
2014-12-07Add some newly introduced source files to our MSVC project (libardour)John Emmas
2014-12-06Add legatize and remove overlap MIDI operations.David Robillard
2014-12-06Remove unnecessary includes.David Robillard
2014-12-06Invalidate iterator whenever model changes.David Robillard
2014-12-06midnam test: don't clutter up output.Robin Gareus
2014-12-06Fix inappropriately massive flag font.David Robillard
2014-12-06Fix seek in linearly interpolated control lists.David Robillard
2014-12-06Adapt range when copying between automation types.David Robillard
2014-12-06Fix uninitialized members.David Robillard
2014-12-06More potential SMF crash fixes.David Robillard
2014-12-06Possible half-fix for SMF crash.David Robillard
2014-12-05experimental drawing optimization.Robin Gareus
2014-12-05Fix stuck faders on very fine adjustments.David Robillard
2014-12-05fix small memory leak in the testsRobin Gareus
2014-12-05update to 'new' ControlList APIRobin Gareus
2014-12-05if a Route's processor lock cannot be taken, fill buffers with silence (causi...Paul Davis
2014-12-05fix "expected" <> "actual" semantics in test-utilRobin Gareus
2014-12-05include alpha-delta computation in HSV::delta()Paul Davis
2014-12-05Add 'pbd/crossthread.cc' to the MSVC buildJohn Emmas
2014-12-05Make recorded MIDI controls discrete, take 2.David Robillard
2014-12-05Revert "Create discrete lists for recorded MIDI controls."David Robillard
2014-12-04Fix crash when twiddling MIDI controllers (#6050).David Robillard
2014-12-04Fix steps for log controls with wide range.David Robillard
2014-12-04fix windows compilationRobin Gareus
2014-12-04add required headerPaul Davis
2014-12-04move WSAStartup() and WSACleanup() out of per-object methods into per-library...Paul Davis
2014-12-04clean up whitespacePaul Davis
2014-12-04Include pbd/crossthread.cc in the mingw buildTim Mayberry
2014-12-04Use correct name for windows.hTim Mayberry
2014-12-04Make gain controls step by roughly 1.0/0.1 dB.David Robillard
2014-12-04actual expected test results:Robin Gareus
2014-12-04make all tests passRobin Gareus
2014-12-03fix to follow changes to evoral/libardour splitPaul Davis
2014-12-03changes to Mackie Control support for new crossthreadchannel implementationPaul Davis
2014-12-03adapt changes to async MIDI port to use new evoral/libardour splitPaul Davis
2014-12-03fix up BaseUI to use crossthreadchannel on all platformsPaul Davis
2014-12-03modify Mackie surface code to use crossthreadchannel on all platformsPaul Davis
2014-12-03modify MidiUI code to use crossthreadchannel on all platformsPaul Davis
2014-12-03alter Async MIDI port implementation to use crossthreadchannel on all platformsPaul Davis
2014-12-03new platform specific crossthreadchannel filesPaul Davis
2014-12-03manually merge new CrossThreadChannel implementation for windows from TracksPaul Davis
2014-12-03Test: update AutomationList properties for v3.5Robin Gareus
2014-12-03Test: print assert message if XML property mismatchRobin Gareus
2014-12-03fix audioengine use in unit-tests.Robin Gareus
2014-12-03fix MTDM testRobin Gareus
2014-12-03Tests: ensure that libardour is initializedRobin Gareus
2014-12-03fix audio-engine dtor.Robin Gareus
2014-12-03allow to auto-start dummy backend (needed for tests)Robin Gareus
2014-12-03fix test segfaultRobin Gareus