rename TempoMap::cut_time() to remove_time()
[ardour.git] / gtk2_ardour / editor_mouse.cc
2015-06-01 Ben LoftisFix some visual loopholes when switching tools inside...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
2015-03-25 nick_mFix some strings incorrectly marked for translation.
2015-03-17 Robin Gareusfix very unlikely null pointer dereference.
2015-03-13 nick_mDon't set the following dialogs to be transients for...
2015-02-05 Ben LoftisContentEdit drag on empty MIDI track should not create...
2015-01-26 Paul Davisignore context menu click events, notably during drag...
2015-01-17 nick_mFix some ignored region selection changes (probably...
2015-01-14 nick_mReduce selection loss when changing mouse modes.
2015-01-14 nick_mA test for less brutall deselection on mouse mode change.
2015-01-14 Ben Loftistoggling smart mode is just an option.
2015-01-14 David RobillardRemove drag code from automation region view.
2015-01-14 David RobillardFix automation range drag and implement for MIDI.
2015-01-13 Ben Loftiswhen the mouse tool changes, smart mode should have...
2015-01-10 nick_mFix AutomationTrackItem rubberband click thinking it...
2015-01-02 nick_mSeparate selection operations into their own temporary...
2014-12-30 David RobillardFix smart mode cursor on audio regions.
2014-12-28 David RobillardFix potential pop of empty enter stack.
2014-12-25 David RobillardContext menu for applying edits to note selection.
2014-12-24 David RobillardFix sticky snap mode/type selectors.
2014-12-23 David RobillardFix cursor update on nested entry.
2014-12-22 Paul Davismove all (G)UI related configuration parameters into...
2014-12-20 David RobillardFix various cursor problems.
2014-12-19 David RobillardRemove mouse mode toggling.
2014-12-19 David RobillardRestore snap when switching to/from internal.
2014-12-19 Ben LoftisEnforce internal/external selection exclusivity.
2014-12-19 David RobillardMake tools toggle-like by switching to last mode.
2014-12-19 David RobillardRemove internal edit mode and add "content" tool.
2014-12-18 nick_mAdd editor selection state to session history via a...
2014-12-17 David RobillardRemove unused variables.
2014-12-14 Paul Davisfix up requested color names everywhere.
2014-12-14 Paul Davisinitial pass to replace all UIConfiguration::get_XXXXXX...
2014-12-09 Ben Loftisupdate_time_selection_display should work when in smart...
2014-12-08 David RobillardDon't switch to internal when switching to draw.
2014-12-08 David RobillardUnify gain and draw tools.
2014-12-08 David RobillardFix and simplify step_mouse_mode.
2014-12-07 David RobillardMake draw tool add points to track automation.
2014-12-05 David RobillardMake scroll work on MIDI regions when internal.
2014-12-05 Paul Davisworking compilation for new color code
2014-11-17 David RobillardUse an enum for RoundMode instead of magic numbers.
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-14 David RobillardFix various sticky/broken cursor issues.
2014-10-28 Robin Gareusdon't show x-fade menu when right-clicking on frame...
2014-10-22 Paul Davisremove "canvasvar_" from all functions related to obtai...
2014-10-21 Paul Davisremove mouse zoom mode; bind z to zoom-to-range
2014-10-21 Robin Gareusfix stuck key-grab/scrolling.
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-20 Paul Davisuse new ARDOUR::Location signals in GUI
2014-09-17 Paul Davisshift-drag on range marker bar creates skip ranges...
2014-09-16 Paul Davisescape should reset focus as well as abort drags/clear...
2014-08-06 Ben LoftisMore fixes for range-based automation editing.
2014-08-05 Ben LoftisInitial steps towards usable range-based automation...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-14 Ben Loftis(Mixbus profile only) tentatively remove the Zoom...
2014-07-09 Paul Daviscut ops can start on automation tracks too
2014-07-09 Paul Daviscut ops can start with the mouse pointer not over a...
2014-07-07 Paul Davissome code shuffling to make sure that cut mode always...
2014-07-07 Paul DavisUse Canvas::re_enter() after changing mouse mode so...
2014-07-07 Paul Davisadd functionality for cut tool
2014-07-07 Paul Davisadd basics of Cut mouse mode, no functionality yet...
2014-07-03 Ben Loftisfix the naming and behavior of always-play-range to...
2014-07-02 Paul Davisreinstate same logic, slightly differently implementedm...
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-30 Paul Davis(hopefully) fix smart-mode breakage of xfade operations
2014-06-30 Paul Daviscontext click over a trim handle is semantically equiva...
2014-06-30 Paul Davisuse Editor::effective_mouse_mode() inside Editor::butto...
2014-06-26 Paul Davisuse new TrackingText for verbose cursor
2014-06-25 Robin Gareusmove utility functions into a dedicated namespace
2014-06-19 Paul Davismore work on cursor tracking state
2014-06-18 Paul DavisMerge branch 'canvas_tweaks' of https://github.com...
2014-06-18 Paul Davisa whole slew of changes related to centralizing and...
2014-06-12 Paul Davisadd back click behaviour for canvas rulers, and also...
2014-06-08 Paul Davisfix problem with calls to Editor::trackview_by_y_positi...
2014-06-08 Paul DavisMerge branch 'waveview_caching_for_upstream' of https...
2014-06-08 Paul Davisfix crash caused by click-on-region-name if name highli...
2014-06-05 Robin Gareusunify Fade-Handle Cursors
2014-06-03 Paul Davismore profound changes to canvas scrolling, in particula...
2014-06-03 Paul Davisremove utterly useless unused code
2014-06-03 Paul Davisremove useless groups from timebar area, clarify scroll...
2014-06-03 Paul Davisremove timebar canvas and just use a single canvas...
2014-06-03 Paul Davisdifferent approach to independent scrolling, involving...
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-31 Robin Gareusprepare fade+trim cursors (cursor image still missing)
2014-05-31 Robin Gareusfix fade+trim handle hover color
2014-05-31 Robin Gareustowards region-trims preserving fade duration
2014-05-29 Robin Gareusupdate x-fade context-menu
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-07 Colin FletcherRipple mode: basic implementation
2014-04-15 Paul Davisremove pointless assert (since condition is if-tested...
2014-04-15 Paul Davishopefully fix issue with Editor::set_canvas_cursor_for_...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-20 Paul Davisbig rework of scrolling, horizontal part considered...
2014-03-13 Paul Davisremove debug output
2014-03-13 Paul Davisfix up button selection operation so that fade drags...
2014-03-12 Paul Davisfixes, hopefully, for canvas cursor misbehaviour near...
2014-03-07 Paul Davisfix up some logic that allowed hits (percussive note...
2014-03-06 Paul Daviswhen in smart mode, context-click on a region item...
next