summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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
2013-07-01minor fixes for recent cairocanvas work so that it builds on OS X (64bit)Paul Davis
2013-06-25fix zoom focus issue that was messing up zoom changesPaul Davis
2013-06-18switch samples_per_pixel to integer typePaul Davis
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul Davis
2013-04-12leftmost_position => leftmost_sample, current_page_frames => current_page_sam...Paul Davis
2013-04-12remove all unit-based methods from (Public)Editor; rationalize Editor::event_...Paul Davis