summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas_events.cc
AgeCommit message (Expand)Author
2020-04-17Fix canvas scroll-event zoom-focusRobin Gareus
2020-04-17Allow to override zoom-focus to mouseRobin Gareus
2020-03-25remove some additional debug outputPaul Davis
2020-03-25likely fix for cases where a button release event falls through from the canv...Paul Davis
2020-03-25more playhead-drag/click locate debuggingPaul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2019-08-01(Source List) Revert to displaying whole-file Regions instead of Sources.Ben Loftis
2019-08-01(Source List) NOOP: whitespace cleanupPaul Davis
2019-08-01(Source List) Fix drag-n-drop.Ben Loftis
2019-08-01(Source List) Region Tags (gtk2 part)Ben Loftis
2019-08-01(Source List) Region List rewrite (gtk2 part)Ben Loftis
2019-04-09Another round of whitespace fixesRobin Gareus
2019-04-08Yet another "Rect frame" (not a sample)Robin Gareus
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-20CursorZoomDrag rework:Ben Loftis
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-05-05use CoreSelection for track selectionPaul Davis
2017-04-20Fix crash when clicking on the canvas while un/loading a session.Robin Gareus
2017-02-27remove scroll wheel editing nonsense (tempo)nick_m
2017-02-27rework tempo editing.nick_m
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