summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2015-07-04fix various issues when deleting midi region during step-edit Robin Gareus
2015-07-02possible fix for stack overflow when parsing video infoRobin Gareus
2015-07-02indicate port-connections of non-track typeRobin Gareus
2015-06-30set [new] draggable flag for draggable items with tooltips.Robin Gareus
2015-06-30Update Russian translationAlexandre Prokoudine
2015-06-29if a session cannot be loaded, dump the error stack to stderrPaul Davis
2015-06-29handle libXML errors via our own error handling methodsPaul Davis
2015-06-29Revert "start work on auto return target dropdown rather than button"Paul Davis
2015-06-29Revert "properly track, update, maintain and set auto return state"Paul Davis
2015-06-29Revert "replace two more instances of !! with implicit use of operator bool()"Paul Davis
2015-06-29replace two more instances of !! with implicit use of operator bool()Paul Davis
2015-06-29Revert "use newly added operator bool() for Evoral::Beats rather than double-...Paul Davis
2015-06-29Revert "replace two more instances of !! with implicit use of operator bool()"Paul Davis
2015-06-29replace two more instances of !! with implicit use of operator bool()Paul Davis
2015-06-29use newly added operator bool() for Evoral::Beats rather than double-negation...Paul Davis
2015-06-29use consistent (large) size when calling to_ticks()Paul Davis
2015-06-29properly track, update, maintain and set auto return statePaul Davis
2015-06-29correctly track range selection trim and drag creation w.r.t playback priorityPaul Davis
2015-06-29make editor_drag.h fully self-contained as a header file (it was missing more...Paul Davis
2015-06-29start work on auto return target dropdown rather than buttonPaul Davis
2015-06-29change ArdourDropdown API to allow other types of menu elementsPaul Davis
2015-06-29remove debug outputPaul Davis
2015-06-29fix copy-n-paste errors that used wrong buttons for playhead prioritiesPaul Davis
2015-06-29fix copy-n-paste errors that used incorrect enum values for playhead prioritiesPaul Davis
2015-06-29restore use of vertical margin on ardour knob popup tooltip/windowPaul Davis
2015-06-29add preferences GUI elements to allow control of playhead priority itemsPaul Davis
2015-06-29initial version of playback priority design. No GUI control over options yetPaul Davis
2015-06-29copy all XCode project files from Tracks.Paul Davis
2015-06-29fix logic/declaration issue with modified PersistentTooltip APIPaul Davis
2015-06-29use Tracks' MainMenuDisabler during session lock (could be improved with more...Paul Davis
2015-06-29[Summary]: add keybindings Cmd-h (hide application) for macYPozdnyakov
2015-06-29initialize uninitialized var - possible fix for #6400Robin Gareus
2015-06-29remember max shuttle-speedRobin Gareus
2015-06-28add keybinding, V, for video windowBen Loftis
2015-06-28tweak some window-bindings. Use C for Clock and B for meter-BridgeBen Loftis
2015-06-28show selection trim cursors in Range modeBen Loftis
2015-06-27remove debug codeRobin Gareus
2015-06-27check editor/mixer/meterbridge window overlap for show/hideRobin Gareus
2015-06-27consolidate codeRobin Gareus
2015-06-27update Window > Mixer accordinglyRobin Gareus
2015-06-26add region layer keybindingsBen Loftis
2015-06-26Alternative approach for show/hide Meterbridge #6386Robin Gareus
2015-06-26make the quantize dialog persistent so that settings are retainedPaul Davis
2015-06-25keep meterbridge on top of editor - see #6386Robin Gareus
2015-06-25rename TempoMap::cut_time() to remove_time()Colin Fletcher
2015-06-23update video import flags, relax GOP size.Robin Gareus
2015-06-23textual tweakPaul Davis
2015-06-23provide control over waveform image cache size from GUIPaul Davis
2015-06-22When using the Editor's Shuttle control, stop any shuttling by calling Sessio...John Emmas
2015-06-22Amend last commit.nick_m