summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-06-17Remove PathScanner class from libpbdTim Mayberry
2014-06-17Replace all use of PathScanner with equivalent functions from pbd/file_utils.hTim Mayberry
2014-06-17Remove unused header includesTim Mayberry
2014-06-17Add default arguments to match those in PathScanner::operator()Tim Mayberry
2014-06-17Move member functions from PathScanner to functions in pbd/file_utils.hTim Mayberry
2014-06-17Move PathScanner::operator() into headerTim Mayberry
2014-06-17Remove unused methods in PathScannerTim Mayberry
2014-06-17Rename PathScanner::run_scan_internal to PathScanner::find_files_matching_filterTim Mayberry
2014-06-17Remove PathScanner::run_scan and use PathScanner::run_scan_internal directlyTim Mayberry
2014-06-17Add PathScanner::find_files_matching_regex and move regexp usage to one placeTim Mayberry
2014-06-17Remove member filter argument from PathScanner methods and use normal filter ...Tim Mayberry
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-16remove debug outputRobin Gareus
2014-06-16more alsa-midi debuggingRobin Gareus
2014-06-16more midi latency detection debuggingRobin Gareus
2014-06-16debug alsa midi latency measurementRobin Gareus
2014-06-16fix typo in comment of prev. commitRobin Gareus
2014-06-16fix region un/combine, based on a patch by Tom BrandRobin Gareus
2014-06-15another edge-case, don't crash on invalid files with zero channelsRobin Gareus
2014-06-15fix edge case - handle error in device owner requestRobin Gareus
2014-06-15ARD: proper cleanupRobin Gareus
2014-06-15comment correction regarding Canvas::visible_area()Paul Davis
2014-06-15initialize _scroll_parent in Canvas::itemPaul Davis
2014-06-15optimize midi delayline.Robin Gareus
2014-06-15offset automation by latencyRobin Gareus
2014-06-15offset automation by processor latency for bouncing/freezingRobin Gareus
2014-06-15plug some leaksRobin Gareus
2014-06-15initialize uninitialized variableRobin Gareus
2014-06-15fix pathscanner / stl_vector related memory leaksRobin Gareus
2014-06-15Add newly introduced sources to our MSVC projectsJohn Emmas
2014-06-15Remove no longer needed sources from MSVC projectsJohn Emmas
2014-06-14strtok() is the root of all evil.Robin Gareus
2014-06-14tracking down concurrency issus is fun.Robin Gareus
2014-06-13ALSA backend: set latencies to zero when measuring latencyRobin Gareus
2014-06-13send-delayline: proper debug output (and sort includes on the way)Robin Gareus
2014-06-13update ALSA backend, MIDI device configRobin Gareus
2014-06-13add AudioEngine API to configure individual MIDI devicesRobin Gareus
2014-06-12Use Ardour 3 credentials for soundcloud uploadColin Fletcher
2014-06-12Export dialog: tidy code, & remove some superfluous debug outputColin Fletcher
2014-06-12Post-export hook tweaksColin Fletcher
2014-06-12Search $PATH for command when creating SystemExec from command lineColin Fletcher
2014-06-12change Canvas heirarchy and constructorsPaul Davis
2014-06-12remove drag handle canvas object - it was just a stupid unfinished experimentPaul Davis
2014-06-12derive ArdourCanvas::Ruler from RectanglePaul Davis
2014-06-12remove hard-coded colorsPaul Davis
2014-06-11many fixes and improvements for a now-working ArdourCanvas::Ruler itemPaul Davis
2014-06-11add ruler.cc to canvas wscriptPaul Davis
2014-06-11add Ruler to Canvas fwd.hPaul Davis
2014-06-11add initial (untested) implementation of canvas ruler itemPaul Davis
2014-06-12delayline: properly hand-over the shared-pointer.Robin Gareus