summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas_events.cc
AgeCommit message (Expand)Author
2015-12-07Fix zooming via ctrl+scroll in midi regions when note is selected.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-08-27Allow creation of region gain points by clicking on a line.nick_m
2015-07-23rename Marker classRobin Gareus
2015-06-22Amend last commit.nick_m
2015-06-22Clicking an automation track line without a move adds a point on the line.nick_m
2015-03-27dropzone: honor AutoConnectMaster.Robin Gareus
2015-03-25Fix some strings incorrectly marked for translation.nick_m
2015-03-25implement drags from off-canvas to the drop-zone.Robin Gareus
2015-01-29in mixbus, treat the canvas rulers just like the canvas wrt mouse-wheel-zoomBen Loftis
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