summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas_events.cc
AgeCommit message (Expand)Author
2015-01-26ignore context menu click events, notably during drag but also for a couple o...Paul Davis
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-10-21fix region drag/drop from region listRobin Gareus
2014-07-14vertical scroll events should move by tracksPaul Davis
2014-07-01give drop zone its own cursor-abilityPaul Davis
2014-06-30make canvas drop sensitive to scroll eventsPaul Davis
2014-06-26removed no-longer-used Editor::track_canvas_motion()Paul Davis
2014-06-25fix y-offset when drag-n-dropping regions from region listPaul Davis
2014-06-22button click (release, to be precise) within the canvas drop zone cancels all...Paul Davis
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis
2014-06-13disambiguate another use of Rect on OS XPaul Davis
2014-06-13fix scrolling behaviour in track headers (event was stolen by rulers because ...Paul Davis
2014-06-12fixed rulers stealing all canvas scroll events and corrected computation of c...Paul Davis
2014-06-12add canvas rulers event dispatch and reinstate scrolling behaviourPaul Davis
2014-06-09forward scroll events from track control headers to the canvas, to get consis...Paul Davis
2014-06-09rename Editor::_canvas_bottom_rect as Editor::_canvas_drop_zone; increase its...Paul Davis
2014-05-31towards region-trims preserving fade durationRobin Gareus
2014-04-16add a transparent rect that is always located at the bottom of the track canvasPaul Davis
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