summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2016-01-31Remove debugging printfBen Loftis
2016-01-29use new selection API to avoid double signal when a track or tracks are SET a...Paul Davis
2016-01-29modify Selection API to provide (default-valued) "with_signal" argument to al...Paul Davis
2016-01-29fix device-list update concurrency issue.Robin Gareus
2016-01-28Editing from a control surface must have the ability to ignore mouse location.Ben Loftis
2016-01-28Use visible playhead location for editing during a jog-wheel event.Ben Loftis
2016-01-28Center the playhead for stationary_playhead playback.Ben Loftis
2016-01-28Initialize Editor::clicked_selection to prevent programming error dialog/exitTim Mayberry
2016-01-28Change duplicate range to use time range/s rather than a single regionTim Mayberry
2016-01-26satisfy some pedantic compilers, #6748Robin Gareus
2016-01-25when using InverseGroup for rec-enable, do not collect group members and pass...Paul Davis
2016-01-25NOOP: whitespace fixesPaul Davis
2016-01-25when using InverseGroup for solo, do not collect group members and pass them ...Paul Davis
2016-01-25when using InverseGroup, do not collect group members and pass them to a sess...Paul Davis
2016-01-25GainMeter(Base) now has an explicit gain control given to itPaul Davis
2016-01-25Make horizontal scroll increment consistent in ruler and track canvas areasTim Mayberry
2016-01-22no reason to have group edit dialog be modalPaul Davis
2016-01-22rename Controllable::WholeGroup => InverseGroup to reflect real intent.Paul Davis
2016-01-22first compiling, mostly working version of group controls changesPaul Davis
2016-01-22NOOP: whitespace fixupPaul Davis
2016-01-22when leaving an active automation state, update fader displays to show correc...Paul Davis
2016-01-21Fix bug 6735, Take into account snap to when stretching regions in EditorTim Mayberry
2016-01-21Bug #6722, Add UI config option to always use mouse position as zoom focus on...Tim Mayberry
2016-01-21Refactor code into Editor::temporal_zoom_step_mouse_focus methodTim Mayberry
2016-01-21Fix/implement #6292, Shift + scroll wheel Scrolling in the ruler areaTim Mayberry
2016-01-21Change scrolling in the Editor track canvas summary areaTim Mayberry
2016-01-21Refactor scrolling in Editor ruler canvas area into two utility methodsTim Mayberry
2016-01-21Remove goto in Editor::track_canvas_scrollTim Mayberry
2016-01-21Refactor scrolling track canvas in Editor class into two utility methodsTim Mayberry
2016-01-21Czech translation update #6739Pavel Fric
2016-01-18add some horz and vert zoom actions; remove some whitespace from the code of...Ben Loftis
2016-01-18add more remote transport toggles for touchOSC: midi_panic, toggle_roll, sto...Ben Loftis
2016-01-18add group disposition argument to Route::set_gain() and use it in various UIsPaul Davis
2016-01-18working version of new gain control designPaul Davis
2016-01-18change ownership of the AutomationControl used by Amp.Paul Davis
2016-01-17Groups: Fix un/set hidden/show should reset RID for tracks involved.Len Ovens
2016-01-16scrolling actions should not require that a track selection existsBen Loftis
2016-01-14GUI for latency-measurement signal-levelRobin Gareus
2016-01-14NO-OP: enums implicitly start at zeroRobin Gareus
2016-01-14Change handling of Midi note selection to eliminate signal emission/delays.Tim Mayberry
2016-01-14Add debug bit for selection debugging outputTim Mayberry
2016-01-13don't allow to delete AU presets in the UIRobin Gareus
2016-01-12space bar action (Transport/ToggleRoll) should still start transport if synce...Paul Davis
2016-01-12Comment remaining unsolved bug.André Nusser
2016-01-12Don't show a ghost note when draw mode is entered over a note.André Nusser
2016-01-12Clean enter_internal and leave_internal in MidiRegionView.André Nusser
2016-01-12Fix two ghost note drawing problems.André Nusser
2016-01-12Hide MIDI ghost note when over existing note.André Nusser
2016-01-12Hide ghost note when switching from draw to internal edit mode.André Nusser
2016-01-12Fix appearing ghost note after drag select in internal edit mode.André Nusser