summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
2017-07-22Only add a new tempo or meter on click if the primary modifier is pressednick_m
2017-07-22Remove double-nested reversible command when note editingnick_m
2017-07-17Remove ArdourPrompter wrapperRobin Gareus
2017-07-01NO-OP whitespace (updated GH PR #357)Thomas Brand
2017-05-05use CoreSelection for track selectionPaul Davis
2017-02-27back to using shift-ctrl for pinch drag. set colours of affected curves.nick_m
2017-02-27highlight the tempo curve that is to be altered, modify text to suit.nick_m
2017-02-27remove tempo end drag (the control drag on the curve). a;ter tempo marker drag.nick_m
2017-02-27rework tempo editing.nick_m
2017-02-04rework snapnick_m
2017-01-10avoid locate when clicking in region fade handles in smart mode+follow editsPaul Davis
2016-12-19Follow Edits => Follow RangeBen Loftis
2016-12-13Further fixes to non-cxx11 enabled buildsTim Mayberry
2016-12-13Add option to Zoom to Selection on double clickTim Mayberry
2016-11-23clicking on an automation line selects adjacent points correctly.nick_m
2016-09-06use moved version of reset_focus()Paul Davis
2016-08-20Amend last commit - remove some code.nick_m
2016-08-20Swap tempo/meter colours when hovering. Use entered marker for these as well.nick_m
2016-08-14Resolve potential ambiguity between the constraint modifier and the copy modi...nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-10Edit note dialog fixes.nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-06-02various safety checks for the result of dynamic_cast-ing a TimeAxisView to Ro...Paul Davis
2016-05-28Allow user to have the snap modifier pressed when using the constraint modifi...nick_m
2016-05-27Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constr...nick_m
2016-05-27Tempo ramps - add gui dilation of tempos.nick_m
2016-05-27Tempo ramps - pressing constraint modifier keys during tempo drag changes tem...nick_m
2016-03-15change API for CairoWidget::focus_handlerPaul Davis
2016-02-22remove all tearoffs except the monitor section.Paul Davis
2016-01-14Change handling of Midi note selection to eliminate signal emission/delays.Tim Mayberry
2015-11-01Clarify context menu for midi notes.nick_m
2015-10-30"End" -> "end" in end point trim command name.nick_m
2015-10-20Select the control point about to be deleted when using shift + right click.nick_m
2015-10-20Allow adding / toggling rubber band selection of automation control points.nick_m
2015-10-20Show verbose cursor control point values in MouseContent mode as well.nick_m
2015-10-20Region gain point selection behaves as per track automation.nick_m
2015-10-20Make control point selection more consistent.nick_m
2015-10-18disable follow-edits with external sync #6577Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-16Remove ardour_ui.h header inclusionTim Mayberry
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-08-14Fix bug #6337, clicking in canvas without session loaded causes crashTim Mayberry
2015-07-23rename Marker classRobin Gareus
2015-06-21Automation selection fixes.nick_m
2015-06-18Don't add history by clicking a control point, fix control point selection.nick_m
2015-06-17Unbreak region brush drag wrt undo, avoid some dangling commands in the guinick_m
2015-06-01Fix some visual loopholes when switching tools inside a region:Ben Loftis
2015-03-25Fix some strings incorrectly marked for translation.nick_m
2015-03-17fix very unlikely null pointer dereference.Robin Gareus