summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05basic, initial structure for canvas widget itemPaul Davis
2014-06-05allow public access to CairoWidget::render()Paul Davis
2014-06-05make alsa/ardour dbus-device request tool generally useful.Robin Gareus
2014-06-05ALSA backend: require both in+output.Robin Gareus
2014-06-05mark dbus reservation tool optionalRobin Gareus
2014-06-05increase system-exec timeouts for kill.Robin Gareus
2014-06-05DBus ALSA device reservationRobin Gareus
2014-06-05proper dbus device reservationRobin Gareus
2014-06-04Change the function signature for 'abs(int64_t)' (Windows) so that it doesn't...John Emmas
2014-06-04break out ALSA related functions into libardouralsautilRobin Gareus
2014-06-04ALSA: tentative hack to request audio-device.Robin Gareus
2014-06-04ALSA backend: engine.halted_callback if the process thread diesRobin Gareus
2014-06-04if the user chooses to stop the jack-backend, mark it as stopped. Don't displ...Robin Gareus
2014-06-04fixes to change engines while Ardour is running.Robin Gareus
2014-06-04 Add newly introduced sources to MSVC projectJohn Emmas
2014-06-04Revert "add API to query a processor's frozen state."Robin Gareus
2014-06-04Revert "Revert "ALSA backend: separate flags for is-running and should-be-run...Robin Gareus
2014-06-04Revert "ALSA backend: separate flags for is-running and should-be-running"Robin Gareus
2014-06-04ALSA backend: separate flags for is-running and should-be-runningRobin Gareus
2014-06-04add API to query a processor's frozen state.Robin Gareus
2014-06-04disable pluginbox in RouteUI window when a track is frozenRobin Gareus
2014-06-04re-work bounce/freeze. Freezer stops at first active delivery.Robin Gareus
2014-06-04ALSABackend: elaborate on start-up error casesRobin Gareus
2014-06-03Revert "When writing '.jackdrc' make sure we enclose any device names inPaul Davis
2014-06-03fix two mysterious problems with stdint typesPaul Davis
2014-06-03merge onecanvas and cairocanvas branches, and manually resolve conflicts, inc...Paul Davis
2014-06-03more profound changes to canvas scrolling, in particular find appropriate Scr...Paul Davis
2014-06-03fix missing leftover Canvas::pick_current_item() which was confusing button r...Paul Davis
2014-06-03use window-based coordinates when picking current item so that we get per-ite...Paul Davis
2014-06-03various changes to get independent scrolling to work better in canvas. mostly...Paul Davis
2014-06-03clean up ArdourCanvas::Arrow implementation to remove unshown polygon/headPaul Davis
2014-06-03remove utterly useless unused codePaul Davis
2014-06-03remove useless groups from timebar area, clarify scroll group naming in editorPaul Davis
2014-06-03rationalize and centralize computation of positional offset and scroll offset...Paul Davis
2014-06-03remove timebar canvas item from markersPaul Davis
2014-06-03inline ScrollGroup::canvas_position() for no particular reasonPaul Davis
2014-06-03remove timebar canvas and just use a single canvas instead. This is just part...Paul Davis
2014-06-03avoid recursing through the entire canvas when scrolling - only scroll explic...Paul Davis
2014-06-03remove incorrect calls to Editor::maybe_autoscroll() from specific Drag class...Paul Davis
2014-06-03whitespace deletionPaul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
2014-06-03remove unused variablePaul Davis
2014-06-03initial redesign of canvas scrolling to facilitate independent x- and y-axis ...Paul Davis
2014-06-03non-copy region drag now creates a new track when a region is dragged to the ...Paul Davis
2014-06-03part one of allowing region drag to the bottom (drop-zone) rect of track canvasPaul Davis
2014-06-03When writing '.jackdrc' make sure we enclose any device names in quotation marksJohn Emmas
2014-06-03Keep this #include consistent with similar onesJohn Emmas
2014-06-03fix wscript for x-compilingRobin Gareus
2014-06-03ALSA backend: tweak midi parser (fix start mid sequence)Robin Gareus
2014-06-03ALSA backend: device detectionRobin Gareus