summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
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
2012-01-24fix breakage of normal method of creating an empty MIDI regionPaul Davis
2012-01-24exit internal/note edit mode when clicking on anything that is not a MIDI reg...Paul Davis
2012-01-19new mouse mode (Draw (notes)); switch into internal mode when draw is selecte...Paul Davis
2012-01-19enter and exit node edit mode with dbl-click in any MIDI regionPaul Davis
2011-12-26when a context click event occurs in the editor, store the event so we can us...Paul Davis
2011-12-05Remove hopelessly inadequate attempt at last_item_enteredCarl Hetherington
2011-11-16Use a Drag class for midi note selection, so that itCarl Hetherington
2011-11-13Snap new automation points on audio lanes (part of #4297).Carl Hetherington
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-10-31Trim includes.Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-09-08Don't allow non-movable meter / tempo markers to beCarl Hetherington
2011-09-07Don't create new regions on clicks on MIDI plugin automationCarl Hetherington
2011-07-17Add context menu for control points.Carl Hetherington
2011-07-13Make MIDI automation tracks behave the same as MIDICarl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-30remove unused and useless "src" argument for a number of Region property modi...Paul Davis
2011-05-11Fix crash when clicking on a hit (may be #4036).Carl Hetherington
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-04-25Fix subtraction of bar/beat/tick for verbose canvas cursor (#4011).Carl Hetherington
2011-04-07Fix crash due to _over_region_trim_target not being updated when a RegionView...Carl Hetherington
2011-03-24Prevent region drags with the middle button in internal edit mode (#3869).Carl Hetherington
2011-03-08remove spurious debug linePaul Davis
2011-03-08reinstate (de)selection operations that should happen on mouse button releasePaul Davis
2011-03-08when leaving internal edit mode, if the current mode is range ("draw") and it...Paul Davis
2011-03-05prevent trim cursors appearing, and prevent note trimming, when in a MIDI not...Paul Davis
2011-03-04basic adoption of new mouse binding facilityPaul Davis
2011-03-03experiment with making MIDI region boxes vanish when in note/internal edit mo...Paul Davis
2011-03-02No-op: coding style.Carl Hetherington
2011-02-17Bring up the click tab of the RC options window when right-clicking on the cl...Carl Hetherington
2011-02-14patches from lincoln to speed up the regionlist and provide region removal (c...Paul Davis
2011-02-09make name-highlight bar active for trims even in internal edit mode, againPaul Davis
2011-02-08Remove always-true should_show_selection code.Carl Hetherington
2011-02-07Prevent various things from stopping the transport by requesting a transport ...Carl Hetherington
2011-01-27merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus...Paul Davis
2011-01-19Fix session range location by hooking into the undo system. Fixes #3654.Carl Hetherington
2010-12-14move ticks per beat from Meter to Timecode::BBT_Time, add new constructor for...Paul Davis
2010-12-14Rename libmusictime libtimecode (consistent with already used namespace "Time...David Robillard
2010-12-07fix crash when dragging percussive-mode notes due to a bad dynamic castPaul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-21Update ghost note presence when mouse mode is changed. Fixes #3559.Carl Hetherington
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-11-15Modify region trim cursor if a region can only be trimmed in one direction.Carl Hetherington
2010-11-15Present trim cursors over region view name bar.Carl Hetherington