summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
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
2014-07-08cut ops can start on automation tracks tooPaul Davis
2014-07-08cut ops can start with the mouse pointer not over a regionPaul Davis
2014-07-07some code shuffling to make sure that cut mode always operates at the mouse l...Paul Davis
2014-07-07Use Canvas::re_enter() after changing mouse mode so we get the right cursor n...Paul Davis
2014-07-07add functionality for cut toolPaul Davis
2014-07-07add basics of Cut mouse mode, no functionality yet. Icon images are still req...Paul Davis
2014-07-03fix the naming and behavior of always-play-range to match the button, which i...Ben Loftis
2014-07-02reinstate same logic, slightly differently implementedm, for choosing range/o...Paul Davis
2014-07-01Merge branch 'ripple-mode-cc' into cairocanvasColin Fletcher
2014-06-30(hopefully) fix smart-mode breakage of xfade operationsPaul Davis
2014-06-30context click over a trim handle is semantically equivalent to a context clic...Paul Davis
2014-06-30use Editor::effective_mouse_mode() inside Editor::button_selection(); clean u...Paul Davis
2014-06-26use new TrackingText for verbose cursorPaul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-18more work on cursor tracking statePaul Davis
2014-06-18a whole slew of changes related to centralizing and rationalizing cursor mana...Paul Davis