summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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-21Amend button caption in 'Remove time' dialogueColin Fletcher
2015-06-19various tweaks to the height/sizing of audioregion views and their waveformsPaul Davis
2015-06-17Accept changes to Insert/Remove time clocks without <Enter>Colin Fletcher
2015-06-17Add 'accept on focus out' parameter (default false) to AudioClockColin Fletcher
2015-06-17Rename 'Cut time' to 'Remove time'Colin Fletcher
2015-06-17Update 'Cut time' to match 'Insert time', and fix cut-time moving range markersColin Fletcher
2015-06-17Use 'Insert time' dialogue for 'Cut time' too.Colin Fletcher
2015-06-17Make 'Insert time' dialogue do for 'Cut time' tooColin Fletcher
2015-06-17Insert time: don't unlock markers we're not going to move anywayColin Fletcher
2015-06-17Insert time: fix moving of range markersColin Fletcher
2015-06-17fix 1024px width layout (remove nudge clock special case)Robin Gareus
2015-06-16use mpeg4 for internal video format (not mjpeg)Robin Gareus