summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-20Unify clamping of frames-per-unit values during zoom; should help with #3514.Carl Hetherington
2012-06-16do NOT call ProcessThread::init() **again** inside a freeze op, since this is...Paul Davis
2012-06-13fix some bugs with dragging patch/program changes aroundPaul Davis
2012-06-11lots more work trying to create a common structure for accessing plugin and M...Paul Davis
2012-06-06Patch from epitech_user to fix crash on zooming out tooCarl Hetherington
2012-06-05Marginal cleanup.Carl Hetherington
2012-06-02Paste to the track under the mouse if we are using the mouseCarl Hetherington
2012-06-02MCP: another patch from rodrigo:Paul Davis
2012-06-02Put MIDNAM stuff into the patch change dialog.Carl Hetherington
2012-05-29arguably cleaner tweak to previous commitPaul Davis
2012-05-29substantive change to try to provide some rationality for region gain line vi...Paul Davis