summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2014-07-08fix thinko with split selections. also ignore follow_edits when we are split...Ben Loftis
2014-07-08initial implementation of "bring all media into session folder". Incomplete b...Paul Davis
2014-07-06now that track and region selections are mutually exclusive, you need a separ...Ben Loftis
2014-07-05new approach to selections which will help rationalize Split and similar func...Ben Loftis
2014-07-05further rationalization of the editor. after a split, ardour was switching t...Ben Loftis
2014-07-03add new regions created by split to selection after operation is completePaul Davis
2014-07-03lots of keybinding changes. added a new action to allow removing markers at ...Ben Loftis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-02simplify zooming, remove Editor::clamp_samples_per_pixel(), fix getting "stuc...Paul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-07-01Remove unused codeColin Fletcher
2014-06-29suspend route redisplay for (rec-en, solo, mute and monitor) batch changesRobin Gareus
2014-06-28use state Session::StateProtectorRobin Gareus
2014-06-27replace old implementation of Editor::_ensure_time_axis_view_is_visible() wit...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25remove unused codePaul Davis
2014-06-25part two of: lock dialog MUST be a Gtk::Dialog so that it does not forward ke...Paul Davis
2014-06-25check UIConfig variable before restarting lock timeoutPaul Davis
2014-06-25new timer-based GUI locking codePaul Davis
2014-06-24there's no me in proaudioPaul Davis
2014-06-24a bit more styling for that lock dialogPaul Davis
2014-06-24add a modal lock dialog for better testing (and someone might find it useful,...Paul Davis
2014-06-24add ability to save current action sensitivities and restore them, and to dis...Paul Davis
2014-06-17a set of inter-related subtle changes to get vertical autoscrolling to work, ...Paul Davis
2014-06-12remove header file includes of now-removed gtk custom rulerPaul Davis
2014-06-11clamp zoom level to show 3 days on a 4000 pixel wide screen; comment unused v...Paul Davis
2014-06-09fix up fit-selected-tracks so that we are filling the trackview area, not the...Paul Davis
2014-06-03more profound changes to canvas scrolling, in particular find appropriate Scr...Paul Davis
2014-05-28fix up operation of Editor::temporal_zoom_to_frame() which had not been updat...Paul Davis
2014-05-26fixup freeze operation.Robin Gareus
2014-05-16Don't clear the clipboard when deleting thingsColin Fletcher
2014-05-07Ripple mode: basic implementationColin Fletcher
2014-04-29"sequence regions" operation (remove space between selected regions) added, c...Paul Davis
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI r...Paul Davis
2014-03-23prepare for the day when there can be TimeAxisView's that are not RouteTimeAx...Robin Gareus
2014-03-21first pass at quantizing vertical scroll to whole tracks.Paul Davis
2014-02-26severe rationalization (still incomplete) of behaviour of cut + copy.Paul Davis
2014-02-26convert canvas_event_frame() and window_event_frame() to canvas_event_sample(...Paul Davis
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-12-31reduce the maximum horizontal zoom to 1 day @ 48kHz == 1600 pixels, to try to...Paul Davis
2013-10-31fix merge with masterPaul Davis
2013-10-23fix midi quantization - part oneRobin Gareus
2013-10-22merge from masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-08-08fix compiler warnings.Robin Gareus
2013-07-28fix compiler warnings.Robin Gareus