summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-18change verbose cursor font selection to use canvas variable mechanism, plus a...Paul Davis
2014-06-18more work on cursor tracking statePaul Davis
2014-06-18explanatory commentPaul Davis
2014-06-18fix naming of selection rect-related itemsPaul Davis
2014-06-18if we're not going to notify parents of bbox changes while an item is hidden,...Paul Davis
2014-06-19Summary changes :nick_m
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-17highlight send-pannerRobin Gareus
2014-06-18Cache entries are now region colour aware.nick_m
2014-06-17Merge branch 'pathscanner-refactor' of https://github.com/mojofunk/ardour int...Paul Davis
2014-06-17Merge branch 'summary_background' of https://github.com/nmains/ardour into ca...Paul Davis
2014-06-17a set of inter-related subtle changes to get vertical autoscrolling to work, ...Paul Davis
2014-06-17Render tracks and regions to a background image in the editor summary.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-16hide "turn down volume" label for midi-latency measurementRobin 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 pango font style (prev commit)Robin Gareus
2014-06-16no more red latency messagesRobin 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-15update valgrind suppression file (ignore system-wide libs)Robin Gareus