summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_ops.cc
AgeCommit message (Expand)Author
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
2011-12-30Anywhere that deletes regions needs to use a rdiff() on the playlistCarl Hetherington
2011-12-30centralize use of "from-context-menu" in Editor::get_preferred_edit_position(...Paul Davis
2011-12-30fix logic for context-menu-mouse-dependent actions so that if the edit point ...Paul Davis
2011-12-30make insert-patch-change from context menu use context click event for positi...Paul Davis
2011-12-27Try to make new layering stuff play nicely with undo.Carl Hetherington
2011-12-13more fun and games with meter and the tempo map: rename Meter::beats_per_bar(...Paul Davis
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-03Fix somewhat unlikely crash on doing add note; start drag to resize note; und...Carl Hetherington
2011-10-31Trim includes.Carl Hetherington
2011-10-19Trim include tree.David Robillard
2011-10-07Fix crash on "Consolidate Range" on MIDI tracks (#4226).David Robillard