summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-01add partial support for mute automation (playback does not work, data is not ↵Paul Davis
recorded in the session)
2014-07-01give drop zone its own cursor-abilityPaul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
Fix up merge conflicts in gtk2_ardour/editor_mouse.cc gtk2_ardour/editor_ops.cc Also fix up compile errors.
2014-07-01Fixes for ripple mode dragColin Fletcher
Make undo of ripple mode dragging work a bit better, and hopefully prevent rippled regions from jumping about when being dragged.
2014-07-01Ripple mode: fix undo of pasteColin Fletcher
Fix undo of region paste operations in ripple mode.
2014-07-01Remove unused codeColin Fletcher
This code was changed to implement ripple mode, but meanwhile it was removed altogether in cairocanvas. Remove it here too to simplify merging.
2014-07-01merge with master.Paul Davis
Manually resolved conflicts in import.cc and session.cc
2014-07-01left-align all pref/option labels for consistency.Robin Gareus
2014-06-30(hopefully) fix smart-mode breakage of xfade operationsPaul Davis
We needed to set the selected regionview from a click when clicking on xfade items, but I also removed duplicate logic for some similar items
2014-06-30move draggable playhead to editor tab of preferencesPaul Davis
2014-06-30remove cruftRobin Gareus
2014-06-30change default take-nameRobin Gareus
2014-06-30new UI config var to allow playhead to be optionally draggable (default is: ↵Paul Davis
yes, it can be dragged)
2014-06-30more extensive canvas debug message for canvas-enter-leave tracingPaul Davis
2014-06-30add event-insensitivity to the list of conditions that causes a container to ↵Paul Davis
NOT add its children to the list of items-at-point
2014-06-30make canvas drop sensitive to scroll eventsPaul Davis
2014-06-30context click over a trim handle is semantically equivalent to a context ↵Paul Davis
click on the xfade
2014-06-30new region base colorPaul Davis
2014-06-30ensure that Editor::entered_track is reset during session deletion to avoid ↵Paul Davis
a crash when we explicitly unset it elsewhere
2014-06-30fix bae86a2d - retain default valuesRobin Gareus
set element values before calling update()
2014-06-30Disallow empty names for Groups, automatically enumerate themRobin Gareus
2014-06-30move Opaque and Mute into region Gain submenus (both main menu bar and ↵Paul Davis
context menus)
2014-06-30protect use of iterators across routeUI selection when operations change the ↵Paul Davis
selection (e.g. deletion)
2014-06-30change default timeline item gradient depth and waveform gradient depthPaul Davis
2014-06-30always take verbose cursor clock mode from primary clock (finally!)Paul Davis
2014-06-30new default color for inactive group tabPaul Davis
2014-06-30verbose cursor text is always outlinedPaul Davis
2014-06-30allow Canvas::Text to have outline drawn in a contrasting color (based on ↵Paul Davis
actual color)
2014-06-30move contrasting_text_color() into ArdourCanvasPaul Davis
2014-06-30make verbose cursor respond dynamically to theme changesPaul Davis
2014-06-30make inactive group tab color be themeable and update it dynamicallyPaul Davis
2014-06-30remove canvas cursor debug outputPaul Davis
2014-06-30use Editor::effective_mouse_mode() inside Editor::button_selection(); clean ↵Paul Davis
up special-case of fade in/out handles and mouse mode
2014-06-30invisible items/containers should not add their children to "items-at-point"Paul Davis
2014-06-30additional DEBUG_TRACE message for canvas current item selectionPaul Davis
2014-06-30clean up after monitoring-section on session closeRobin Gareus
2014-06-30fix issue with track-deletion when the monitoring section is used.Robin Gareus
2014-06-29update ARD - allow to release it as standalone tool.Robin Gareus
see https://github.com/x42/alsa_request_device
2014-06-29re-arrange tabs in Session > Properties dialog (Misc is last)Robin Gareus
2014-06-29add 'save defaults' option to properties dialogRobin Gareus
2014-06-29add a generic Option Editor Component for stateless widgetsRobin Gareus
2014-06-29allow to load/save default session-propertiesRobin Gareus
2014-06-29Change some declarations from 'struct' to 'class' (and vice-versa)John Emmas
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-28add RAII DisplaySuspenderRobin Gareus
2014-06-28use a hash-table to cache gui propertiesRobin Gareus
2014-06-28use state Session::StateProtectorRobin Gareus
2014-06-28add Session::StateProtectorRobin Gareus
temp. disable save during batch updates, save once at the end.
2014-06-28consolidate session_dirs: use Searchpath instead of custom codeRobin Gareus
2014-06-28fix meterbridge: load button image only once.Robin Gareus