summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
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
2015-03-14Don't set the following dialogs to be transients for the editor:nick_m
2015-02-05ContentEdit drag on empty MIDI track should not create new midi regionsBen Loftis
2015-01-26ignore context menu click events, notably during drag but also for a couple o...Paul Davis
2015-01-18Fix some ignored region selection changes (probably others).nick_m
2015-01-15Reduce selection loss when changing mouse modes.nick_m
2015-01-15A test for less brutall deselection on mouse mode change.nick_m
2015-01-14toggling smart mode is just an option.Ben Loftis
2015-01-13Remove drag code from automation region view.David Robillard
2015-01-13Fix automation range drag and implement for MIDI.David Robillard
2015-01-13when the mouse tool changes, smart mode should have no effect on clearing sel...Ben Loftis
2015-01-11Fix AutomationTrackItem rubberband click thinking it was unhandled.nick_m
2015-01-02Separate selection operations into their own temporary history mechanism.nick_m
2014-12-30Fix smart mode cursor on audio regions.David Robillard
2014-12-28Fix potential pop of empty enter stack.David Robillard