summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
2013-10-23fix midi quantization - part oneRobin Gareus
2013-10-21Unify editor / mixer ordering.nick_m
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-07-28fix compiler warnings.Robin Gareus
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-04-11enable videotimeline by defaultRobin Gareus
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
2012-05-27add a fix for the one problem case from the last commit: region splitting, wh...Paul Davis
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-07Fix region context menu fade items to reflect reality.Carl Hetherington
2012-05-01Remove unused quantize type options.Carl Hetherington
2012-04-22Use a list of ControlPoints to hold the automation selection,Carl Hetherington
2012-04-19fix freeze operation crashes by obtaining process buffers in freeze thread (a...Paul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-04-10revert previous redundant commitPaul Davis
2012-04-10call ProcessThread::init() to correctly setup per-thread process buffers for ...Paul Davis
2012-04-09MCP: F1-7 jump to a given view; F8 closes any currently open dialog; in zoom ...Paul Davis
2012-03-22Remove unused op parameter to temporal_zoom_by_frame. Add Zoom to Range opti...Carl Hetherington
2012-03-17fix command name in undo/redo history for nudge backwards (#3325)Paul Davis
2012-03-16put back revised version of Route::has_external_redirects() and use it to giv...Paul Davis
2012-03-16forward port save/goto visual state changes from 2.X (now uses ctrl-Fn to sav...Paul Davis
2012-03-15radically rethink export/bounce/freeze code design. probably not 100% done by...Paul Davis
2012-03-07fix up a substantial mess with the operation of toggle-zoom and related actio...Paul Davis
2012-02-15make region gain line visibility global, not per-regionPaul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-24Fix warning about getting tempo map for frame -1; stopCarl Hetherington