summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2020-04-17Prefer PBD::Unwinder to temporarily change a variableRobin Gareus
2020-04-16remove debug outputPaul Davis
2020-04-16changes to deal with region/note selection when changing into/out of internal...Paul Davis
2020-04-03add Editor-level action to toggle track layer displayPaul Davis
2020-04-03add new Editor method to toggle all existing automationPaul Davis
2020-04-01rename variable (frames -> samples)Paul Davis
2020-03-30remove debug outputPaul Davis
2020-03-30when build the region boundary cache, use the "end" of a region, not its "las...Paul Davis
2020-03-17remove destructive/tape mode tracksPaul Davis
2020-03-14Update GUI: freeze operation error/warningsRobin Gareus
2020-02-27Dialog default to cancel (#7915)Robin Gareus
2020-01-26Use a sensible min length for default session-durationBen Loftis
2020-01-23handle possible failure of a region renamePaul Davis
2020-01-23Fit Selection (Vertical): if we cant fit all selected tracks, report that to ...Ben Loftis
2020-01-18rename DoTheRightThing to RollIfAppropriatePaul Davis
2020-01-18Session::request_locate() takes a tri-valued second argument for "roll-after-...Paul Davis
2019-12-14First batch of MessageDialog replacementsRobin Gareus
2019-11-26Reset paste-count, paste-offset on undo/redoRobin Gareus
2019-09-17Correctly handle Zoom > Edit-point > MouseRobin Gareus
2019-09-03Fix mute toggle actions when mute is automatedRobin Gareus
2019-08-30Move StripSilenceDialog XML to dedicated functionNikolaus Gullotta
2019-08-30Add settings retention to StripSilenceDialogNikolaus Gullotta
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