summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-06-19Remove (no longer needed) sources from an MSVC projectJohn Emmas
2014-06-19Move the definition for 'strtok_r' (to avoid clashing with a different defini...John Emmas
2014-06-18if we're not going to notify parents of bbox changes while an item is hidden,...Paul Davis
2014-06-18Merge branch 'canvas_tweaks' of https://github.com/nmains/ardour into cairoca...Paul Davis
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-19Canvas tweaks.nick_m
2014-06-17Merge branch 'cache_fixes' of https://github.com/nmains/ardour into cairocanvasPaul Davis
2014-06-17a set of 3 fixes that cure Canvas::Text leaving dirty pixels when being dragg...Paul Davis
2014-06-17use a different approach for indicating expose rects (from robin gareus). #if...Paul Davis
2014-06-17prepare midi-latency measurement using sysex messagesRobin Gareus
2014-06-18Cache entries are now region colour aware.nick_m
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