summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-06-23don't let enumerated device list strings go out of scope.Robin Gareus
2014-06-23statically allocate midi-optionsRobin Gareus
2014-06-22when exporting regions, use ::legalize_for_path() on the playlist name so tha...Paul Davis
2014-06-23en/disable internal send+returns with tracks en/disable.Robin Gareus
2014-06-22Do not allow to de/activate a track while the transport is rolling.Robin Gareus
2014-06-22ALSA-backend: dedicated Midi-Buffer n-periods (only use for HW output)Robin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-22add missing new files for canvas redesignPaul Davis
2014-06-22Merge branch 'canvasredesign' into cairocanvasPaul Davis
2014-06-22explicitly qualify cast to ArdourCanvas::Container so that it works.Paul Davis
2014-06-22Rename all 3 backends for the MSVC sln fileJohn Emmas
2014-06-22Rename dummy backend to match Tim's nameJohn Emmas
2014-06-22Rename jack backend to match Tim's nameJohn Emmas
2014-06-22Rename waves backend to match Tim's nameJohn Emmas
2014-06-21refactor Canvas so that all Items have children; add Container abstract base ...Paul Davis
2014-06-21virtual abstraction of Alsa Raw+SeqRobin Gareus
2014-06-21prepare ALSA sequencerRobin Gareus
2014-06-21alsa sequencer device/port listingRobin Gareus
2014-06-19no more stack smashing, renice debug messagesRobin Gareus
2014-06-19rework raw-midi drain strategy (workaround for sync devices)Robin Gareus
2014-06-19fix port-unregister (on failed latency measurement)Robin Gareus
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