summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-11-29Fix write for boolean automation.David Robillard
2014-11-29don't move faders on click.Robin Gareus
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-29Set discrete by default for boolean parameters.David Robillard
2014-11-29Somewhat working gain automation.David Robillard
2014-11-28Show discrete/toggled automation as stepped line.David Robillard
2014-11-28Fix crash when deleting all points from a line.David Robillard
2014-11-28Set the toggled default metadata of parameters.David Robillard
2014-11-28Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
2014-11-27Remove dead code.David Robillard
2014-11-27Fix calculation using uninitialized value.David Robillard
2014-11-26remove "port sources" management from MidiControlUI and Mackie support.Paul Davis
2014-11-26get correct ::distance() and ::delta() implementations for cases involving ac...Paul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-26ensure that Ardour recognizes its own MMC device ID as "all-call" when set to...Paul Davis
2014-11-26Replace individual waf options for enabling backends with one --with-backends...Tim Mayberry
2014-11-25Add test for Evoral::coverage()Colin Fletcher
2014-11-25Fix build of evoral testsColin Fletcher
2014-11-25Fix order of parameters to stop_touch() in Mackie::ControlColin Fletcher
2014-11-25Remove dead code.David Robillard
2014-11-24fix OSX open URL in browserRobin Gareus
2014-11-24Simulate 'trunc()' which isn't available in MSVCJohn Emmas
2014-11-24Remove a commented out line in 'pbd/stacktrace.h'John Emmas
2014-11-24Changes needed to accommodate building libevoral with MSVCJohn Emmas
2014-11-24amend c4533939b9Robin Gareus
2014-11-23hotfix windows-compilation (unfinished bfe49540b9)Robin Gareus
2014-11-23make debug message more usefulRobin Gareus
2014-11-23fix/silence various compiler warnings.Robin Gareus
2014-11-23Fix build with a certain awful broken compiler.David Robillard
2014-11-23-Wunused-function on windowsRobin Gareus
2014-11-23use NULL not 0 for c-functions (even in c++ code)Robin Gareus
2014-11-23remove use of CrossThreadChannel::selectable() to allow cross-platform implem...Paul Davis
2014-11-22Fix quantization and other time-related ops.David Robillard
2014-11-22Max is max and min is min and I am dumb.David Robillard
2014-11-22Fix clang and MSVC build.David Robillard
2014-11-22Wrap MusicalTime in a class.David Robillard
2014-11-22Fix assert failure in control list interpolation.David Robillard
2014-11-22Fix const violation warnings in tempo.cc.David Robillard
2014-11-20Fix lost MIDI note offs and controllers.David Robillard
2014-11-20Reduce unnecessary non-const MIDI buffer access.David Robillard
2014-11-20Clean up some MIDI code.David Robillard
2014-11-20debug trace lost midi-messagesRobin Gareus
2014-11-19Fix dropped MIDI events, especially with record enabled.David Robillard
2014-11-19some const'ness and hints for clangRobin Gareus
2014-11-18allow dummy backend for any productBen Loftis
2014-11-18Avoid possible use of uninitialized values.David Robillard
2014-11-18Remove obviously dead/redundant code.David Robillard
2014-11-18Clean up funny code and initialize variables.David Robillard
2014-11-18Constrain variable scopen and avoid uninitialized values existing at all.David Robillard
2014-11-18Remove unused variable and redundant arithmetic.David Robillard