summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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-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
2013-04-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-04-03Use selection->regions instead of Editor::get_regions_from_selection()Colin Fletcher
2013-03-13videotimlineRobin Gareus
2013-01-21Trim the include tree a bit.David Robillard
2013-01-17fix up Location::first_location_(after|before) to do the right thing when mar...Paul Davis
2013-01-07Fix three little typos.Colin Fletcher
2012-12-19fix up mistaken (accidentally) automatic cast from framepos_t to double when ...Paul Davis
2012-11-28edit operations should depend on the existence of an explicit range, NOT the ...Ben Loftis
2012-11-26tweak Smart Mode to be more like Mixbus. Smart mode is just a modifier on Ob...Ben Loftis
2012-11-20Always Play Range is now Follow Edits, and is based on Mixbus implementation....Ben Loftis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-11-13add alt-i as a binding in both the editor and mixer windows to toggle the sta...Paul Davis
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis