summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-01-27Don't try to dereference a NULL ptr (the function 'ARDOUR::IO::nth()' can ret...John Emmas
2015-01-26on OS X, do not require click to activate the applicationPaul Davis
2015-01-25fix declaration of Cocoa NSApplicationDelegate methodsPaul Davis
2015-01-25Revert "alter default disk chunk sizes"Paul Davis
2015-01-25audio-engine use internal API to stopRobin Gareus
2015-01-24make butler thread merely ask for session state save, not actually do the sav...Paul Davis
2015-01-24Add a new signal (not yet used) to initiate session saves; alter signal name ...Paul Davis
2015-01-24alter default disk chunk sizesPaul Davis
2015-01-24add function to get data width for ARDOUR::SampleFormatPaul Davis
2015-01-24ScrollGroup::covers_{window,canvas}() need to account for possible non-zero p...Paul Davis
2015-01-24ScrollGroups are kept in their own list, so ::window_to_canvas() does not nee...Paul Davis
2015-01-24ALSA backend: synchronous switch to/from freewheelingRobin Gareus
2015-01-24DummyBackend: sync switch to freewheelingRobin Gareus
2015-01-23split apart read and write chunk size and offer platform-dependent sizes for ...Paul Davis
2015-01-21apply Theme > “Show waveform clipping”Robin Gareus
2015-01-20clarify reasonable synth description.Robin Gareus
2015-01-20few more basic ControList/Curve TestsRobin Gareus
2015-01-19Curve::_get_vector: fix return value when veclen == 1Guido Aulisi
2015-01-192-point Curve Linear Interpolation TestRobin Gareus
2015-01-19minimalistic Evoral::Curve Unit Test.Robin Gareus
2015-01-19Hotfix crash in OSX engine dialog.Robin Gareus
2015-01-19use C locale, because POSIX locale is not supported on windows, and operation...Ben Loftis
2015-01-18On Windows, #include <shellapi.h> so we can use ShellExecute()John Emmas
2015-01-18fix open_uri for windowsBen Loftis
2015-01-18Dramatically improve windows session-save-time by avoiding recursive calls to...Ben Loftis
2015-01-17Fix MIDI bounce/consolidate note resolution.David Robillard
2015-01-17Fix stuck notes in short MIDI regions.David Robillard
2015-01-17waf: fix concurrency issue with duplicate targetsRobin Gareus
2015-01-16Revert "Kludgey fix for invisible playhead when scrolled."David Robillard
2015-01-16Compute arrow bbox manually to appease crazy canvas.David Robillard
2015-01-16Kludgey fix for invisible playhead when scrolled.David Robillard
2015-01-16Put playhead on top of everything.David Robillard
2015-01-16Update arrow bbox when geometry changes.David Robillard
2015-01-16Fix clipping for scroll groups an offset bbox.David Robillard
2015-01-16ASIO devices have a preferred buffersize.Ben Loftis
2015-01-14Fix setting command key bindings on OSX.David Robillard
2015-01-14JACK: add support for device names with whitespaceRobin Gareus
2015-01-13fix auditioning of regions with offset - fixes #6131Robin Gareus
2015-01-12LTC: don’t flag “no lock” until delta was at zero at least least once.Robin Gareus
2015-01-12add an explicit indicator for LTC lockRobin Gareus
2015-01-12force complete peak compute.Robin Gareus
2015-01-12When building with MSVC make sure any backends / panners etc get copied to th...John Emmas
2015-01-12Fix mouse event position offset bug.David Robillard
2015-01-11add a midi->audio dummy backend mode.Robin Gareus
2015-01-10gracefully handle missing .midnamRobin Gareus
2015-01-10Accommodate a newly introduced #define ('LIBARDOUR') when building with MSVCJohn Emmas
2015-01-10Add a newly introduced header file to our MSVC project (libevoral)John Emmas
2015-01-10Add support for the C99 function 'log2()' which is newly needed by 'gtk2_ardo...John Emmas
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2015-01-09fix LTC alignment.Robin Gareus