summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-08-01(Source List) Implement insert-region action... now uses the Source List.Ben Loftis
2019-08-01(Source List) Recover Regions feature: WIPBen Loftis
2019-08-01(Source List) Region Tags (gtk2 part)Ben Loftis
2019-05-27Fix crash when deleting selected region-view in ripple mode #7764Robin Gareus
2019-04-13NO-OP: whitespaceRobin Gareus
2019-03-19Update GUI, use Session::playlists() getter (2/2)Robin Gareus
2019-03-07Fix thinko: if the entered_regionview is already part of the selection, do n...Ben Loftis
2019-02-12Session-range behavior (gtk2 part)Ben Loftis
2019-02-12Selection-after-split behavior (gtk2 part)Ben Loftis
2018-12-28Observe preference to prompt for names when adding range markersAlex Pilon
2018-11-28NO-OP: Clarify function nameRobin Gareus
2018-11-28Use central method to check for engine where requiredRobin Gareus
2018-11-27GUI limitation: Require engine to add/remove tracks/bussesRobin Gareus
2018-10-05move away from "sync source" conceptsPaul Davis
2018-10-02Fix weird behavior in playhead_x_to_grid: use return value from snap_to_grid.Ben Loftis
2018-10-02More correct fix for 8bfbef4: the check was already there; just needed to se...Ben Loftis
2018-10-02Fix deadlock when no region boundaries are selected in the Snap prefs.Ben Loftis
2018-08-24use new CoreSelection methods in editor and mixerPaul Davis
2018-07-27new_grid: The Return of the snap_to_X functions.Ben Loftis
2018-06-08Allow snapping to the start of the video timeline. (should work, but needs t...Ben Loftis
2018-05-17Playhead to Grid: handle case where PH is rolling, and we are prevented from ...Ben Loftis
2018-05-08playhead_X_to_grid: Handle the case of GridTypeNoneBen Loftis
2018-05-08Arrow keys (playhead_x_to_grid()) should move the view along with it. This ...Ben Loftis
2018-03-28fix undo/redo for duplicate-regions in ripple modePaul Davis
2018-03-27duplicate (regions) should honor ripple edit modePaul Davis
2018-02-27Reinstate the ability to split regions while dragging playhead. I think this...Ben Loftis
2018-02-27Remove some redundant calls to snap_to(). get_preferred_edit_position() alre...Ben Loftis
2018-02-26Should be able to Split in range mode, with a selected track.Ben Loftis
2018-02-26Fix bug: sequential pasting to the same time, but different tracks, would tri...Ben Loftis
2018-02-24Fixes for region_boundary_cache:Ben Loftis
2018-02-24NO-OP: whitespaceRobin Gareus
2018-02-23Tell the user why Insert/Remove Time failed, rather than fail silently.Ben Loftis
2018-02-11SoloSelection: gui part.Ben Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
2017-12-12NO-OP: whitespaceRobin Gareus
2017-12-11zoom-to-selection should clear the selection, afterwards.Ben Loftis
2017-11-23Remove unreachable code.Robin Gareus
2017-10-26remove unused variablePaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-09-18changes required to operate with the Evoral::Beats ticktime commitPaul Davis
2017-09-18no more per-track varispeedPaul Davis
2017-08-26Editor zoom: add zoom_to_extents()Ben Loftis
2017-08-26Editor zooming: Config preference to define how much zooming will be easily a...Ben Loftis
2017-08-26Editor zooming: refactor zoom-limiting code into editor::session_gui_extents.Ben Loftis
2017-08-23Use new separate_by_channel APIRobin Gareus
2017-08-22Mark session dirty after applying MIDI transformRobin Gareus
2017-08-07slight tweak for more code consistency between ::toggle_solo() and ::toggle_m...Paul Davis
2017-08-07Improve Track > Toggle Solo/Mute, include VCAsRobin Gareus