summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas_events.cc
AgeCommit message (Expand)Author
2017-02-04make dragging a region from the list not crash.nick_m
2017-01-20GUI follow up for new-MIDI-track API changeRobin Gareus
2016-12-19Follow Edits => Follow RangeBen Loftis
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constr...nick_m
2016-05-25fix region gain via range toolRobin Gareus
2016-02-22remove all trace of SAE from source code.Paul Davis
2016-01-25Make horizontal scroll increment consistent in ruler and track canvas areasTim Mayberry
2016-01-21Bug #6722, Add UI config option to always use mouse position as zoom focus on...Tim Mayberry
2016-01-21Refactor code into Editor::temporal_zoom_step_mouse_focus methodTim Mayberry
2016-01-21Fix/implement #6292, Shift + scroll wheel Scrolling in the ruler areaTim Mayberry
2016-01-21Refactor scrolling in Editor ruler canvas area into two utility methodsTim Mayberry
2016-01-21Remove goto in Editor::track_canvas_scrollTim Mayberry
2016-01-21Refactor scrolling track canvas in Editor class into two utility methodsTim Mayberry
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