summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
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
2010-11-14Fix up fade in/out cursors.Carl Hetherington
2010-11-14Use the edit position to decide what items to put in the region context menus...Carl Hetherington
2010-11-09Move some methods out of Editor into RegionView.Carl Hetherington
2010-11-07Fix zoom cursor SNAFU (#274). Increase move threshold for zoom drags so that...Carl Hetherington
2010-11-03Tidy up the region menu a bit, and hopefully clarify what regions will beCarl Hetherington
2010-09-22much craziness with canvas cursors; fix 0 beat cursor text when shortening no...Paul Davis
2010-09-21Make object/range link work with stacked region mode. Fixes #3468.Carl Hetherington
2010-09-21(1) remove almost-never used block/unlock_property_changes() methods from PBD...Paul Davis
2010-09-21Updating zoom mouse cursor on modifier press. Fixes #274.Carl Hetherington
2010-09-18Disable region drags in internal edit mode. Fixes #3456.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-16prevent drags on nascent-captured regionsPaul Davis
2010-09-15Copy-edit.Carl Hetherington
2010-09-13restore "add MIDI region on click in MIDI track" functionalityPaul Davis
2010-09-07Lincoln's patch to tidy up region fade visuals. Fixes #3437.Carl Hetherington
2010-08-27Remove what I'm pretty sure was a hack to work around the bug we used to have...Carl Hetherington
2010-08-26some (unfinished) work on incorporating Ben's rev 6919 changes regarding trac...Paul Davis
2010-08-25major chunk of the region layering editor from 2.X, fwd-ported to 3.0Paul Davis
2010-08-25clear_history -> clear_changes and some comments.Carl Hetherington
2010-08-20Allow drag when creating a MIDI region. Fixes #3363.Carl Hetherington
2010-08-18Set cursor to hint that you can drag automation up and down in object/range l...Carl Hetherington