summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
2014-02-21reverse default behaviour for adding control points to automation with mouse ...3.5.357Paul Davis
2014-02-20add the with-guard-point distinction to region gain lines (imported from cair...Paul Davis
2014-02-19ctrl-click when adding automation points no longer adds guard pointsPaul Davis
2013-10-25Edit tempo & meter markers on double-click.Colin Fletcher
2013-10-25Double-click on region pops up region properties.Colin Fletcher
2013-10-25Make double-click on marker pop up rename dialogue.Colin Fletcher
2013-10-25Add a double-click handler for items in the editor window.Colin Fletcher
2013-06-10when exiting internal edit mode because of a mouse button press on a non-MIDI...Paul Davis
2013-06-10Make mouse operations on grouped regions apply to pre-existing selectionColin Fletcher
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-05-02fix operation of right-click on selected MIDI note to bring up the note edito...Paul Davis
2013-05-02remove CMT code - has not been used for years, and will become irrelevant wit...Paul Davis
2013-04-11enable videotimeline by defaultRobin Gareus
2013-03-13videotimlineRobin Gareus
2013-01-24prevent smart mode from interfering with internal edit mode (note selection, ...Paul Davis
2013-01-20Fix MIDI region create drag for the eleventy billionth time.David Robillard
2012-12-26remove "edit" property from track/bus groups; use "select" property which sho...Paul Davis
2012-12-21prevent cursor from changing when in smart+internal object modePaul Davis
2012-12-19no region trimming on the region itself when in range modePaul Davis
2012-12-13various fixes for "advanced" operations on range selections. ctrl-drags now a...Paul Davis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-12-02allow button release events to be processed for region selection opsPaul Davis
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-07-26reset default transport speed when leaving audition mouse modePaul Davis
2012-07-10outline fade in/out handles in black (#3828)Paul Davis
2012-06-09Somewhat primitive implementation of allowing the edit note dialog to handle ...Carl Hetherington
2012-06-09Extend a previous region if we click in a MIDI automation lane where there is...Carl Hetherington
2012-05-29patch from dave flick to tackle a variety of cursor issuesPaul Davis
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-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-11switch to 5 new fade curves, taken from mixbus2 branch. make xfade context me...Paul Davis
2012-05-10incorrect but visible context menu for xfadesPaul Davis
2012-05-10basic xfade draggingPaul Davis
2012-05-09skeleton for crossfade edge draggingPaul Davis
2012-05-08framework for handling events on the xfade rectsPaul Davis
2012-04-22Fix toggle selection for control points.Carl Hetherington
2012-04-07Add missing break; (#4820).Carl Hetherington
2012-03-22Don't leave internal edit mode when clicking on an automation region view (#4...Carl Hetherington
2012-03-09Remove unused RegionGainDrag; fix logic in adding newCarl Hetherington
2012-03-09forward-port some fixes from a2Paul Davis
2012-02-13(1) remove magic number voodoo when saving zoom focus/snap settings to instan...Paul Davis
2012-02-08range mode should not allow trim of MIDI notesPaul Davis
2012-02-08mouse draw mode can draw AND select (and trim) notes (but trim cursors don't ...Paul Davis
2012-02-07fix for #4689 from dave flickPaul Davis
2012-02-03use button joiner for smart mode; polish up the visuals on the joiner a bitPaul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-25leave note edit mode with a click on any track background, not just non-midiPaul Davis