summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas_events.cc
AgeCommit message (Expand)Author
2014-02-26convert canvas_event_frame() and window_event_frame() to canvas_event_sample(...Paul Davis
2013-12-12tweak for regionview enter/exit handlingPaul Davis
2013-10-30notable changes to try to improve most of enter/leave handling for canvas itemsPaul Davis
2013-06-25Merge branch 'master' into cairocanvasPaul Davis
2013-06-21Make scroll-wheel modifier keys consistent in main editor window.Colin Fletcher
2013-05-02merge resolution with masterPaul Davis
2013-04-30forward port recent mixbus change so that side-scroll is now shift-wheel and ...Paul Davis
2013-04-12manual translate events in Editor::track_canvas_scroll() to canvas space, bec...Paul Davis
2013-04-12leftmost_position => leftmost_sample, current_page_frames => current_page_sam...Paul Davis
2013-04-12remove all unit-based methods from (Public)Editor; rationalize Editor::event_...Paul Davis
2013-04-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-29allow Drag-n-Drop onto the empty canvas (again); always import MIDI files sin...Paul Davis
2013-03-21honor CTRL modifier when drag/drop importing files (copy vs embed)Robin Gareus
2013-03-20fix an old bug introduced when cth tried (valiantly) to make region-list -> D...Paul Davis
2013-03-13videotimlineRobin Gareus
2012-12-14mousing in a fade-out should fall through to the region, for now (this was a...Ben Loftis
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-11-27mousehweel zoom should always operate like ZoomFocusMouseBen Loftis
2012-11-20Always Play Range is now Follow Edits, and is based on Mixbus implementation....Ben Loftis
2012-06-10Fix another place where regions can be inserted into aCarl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-09skeleton for crossfade edge draggingPaul Davis
2012-05-08framework for handling events on the xfade rectsPaul Davis
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-02-02fix possible logic error and make logic line up with commentPaul Davis
2012-01-27promote Playlist::RegionList to ARDOUR::RegionList; fix timefx on multiple re...Paul Davis
2012-01-04Use a few shared_ptrs to make things slightly neater.Carl Hetherington
2011-12-31Slightly improve proxying of events by crossfade views; doesn't really have a...Carl Hetherington
2011-09-30fixes for 98% of all the warnings/errors reported by OS X gcc on tigerPaul Davis
2011-08-15Delete key can now be used to remove tempo/meter markersPaul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2011-05-02Separate verbose cursor out into its own class and clean up the API. Fixes #...Carl Hetherington
2011-02-17Make sense of parameter to tav_zoom_step match up with coarser as used for te...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-09-21Updating zoom mouse cursor on modifier press. Fixes #274.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-02fix a variety of unused argument errors noted by gcc 4.3.2 on x86Paul Davis
2010-08-25check dependents in Playlist after moving a region to a specific layer; make ...Paul Davis
2010-08-06Fix up selection of automation points.Carl Hetherington
2010-07-06beat slicing patch #1 from lincoln spiteriPaul Davis
2010-07-05Set entered_regionview on entry into region view canvas item children. Shoul...Carl Hetherington
2010-06-30Remove debug output.Carl Hetherington
2010-06-29Fix vertical canvas autoscroll when dragging track heights. Fixes #3240.Carl Hetherington
2010-06-17add left/right side trim cursors and use them for region trimming, as appropr...Paul Davis
2010-05-30make trimming in region name (colored) highlight work even in internal edit m...Paul Davis
2010-05-28change color of note velocity text (and don't set it or justification repeate...Paul Davis