summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
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
2014-12-25Context menu for applying edits to note selection.David Robillard
2014-12-24Fix sticky snap mode/type selectors.David Robillard
2014-12-23Fix cursor update on nested entry.David Robillard
2014-12-22move all (G)UI related configuration parameters into UIConfiguration, not RCC...Paul Davis
2014-12-20Fix various cursor problems.David Robillard
2014-12-18Remove mouse mode toggling.David Robillard
2014-12-18Restore snap when switching to/from internal.David Robillard
2014-12-18Enforce internal/external selection exclusivity.Ben Loftis
2014-12-18Make tools toggle-like by switching to last mode.David Robillard
2014-12-18Remove internal edit mode and add "content" tool.David Robillard
2014-12-18Add editor selection state to session history via a SelectionMemento, whichnick_m
2014-12-17Remove unused variables.David Robillard
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-12-09update_time_selection_display should work when in smart modeBen Loftis
2014-12-07Don't switch to internal when switching to draw.David Robillard
2014-12-07Unify gain and draw tools.David Robillard
2014-12-07Fix and simplify step_mouse_mode.David Robillard
2014-12-07Make draw tool add points to track automation.David Robillard
2014-12-05Make scroll work on MIDI regions when internal.David Robillard
2014-12-05working compilation for new color codePaul Davis
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-14Fix various sticky/broken cursor issues.David Robillard
2014-10-28don't show x-fade menu when right-clicking on frame handlesRobin Gareus
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-10-21remove mouse zoom mode; bind z to zoom-to-rangePaul Davis
2014-10-21fix stuck key-grab/scrolling.Robin Gareus
2014-09-19use new ARDOUR::Location signals in GUIPaul Davis
2014-09-17shift-drag on range marker bar creates skip ranges, for nowPaul Davis
2014-09-16escape should reset focus as well as abort drags/clear selectionPaul Davis
2014-08-06More fixes for range-based automation editing.Ben Loftis
2014-08-05Initial steps towards usable range-based automation editing.Ben Loftis
2014-07-14(Mixbus profile only) tentatively remove the Zoom and Cut tools, to save spa...Ben Loftis