summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
2014-06-08fix problem with calls to Editor::trackview_by_y_position() when using motion...Paul Davis
2014-06-08fix crash caused by click-on-region-name if name highlights are not in use - ...Paul Davis
2014-06-05unify Fade-Handle CursorsRobin Gareus
2014-06-03more profound changes to canvas scrolling, in particular find appropriate Scr...Paul Davis
2014-06-03remove utterly useless unused codePaul Davis
2014-06-03remove useless groups from timebar area, clarify scroll group naming in editorPaul Davis
2014-06-03remove timebar canvas and just use a single canvas instead. This is just part...Paul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
2014-05-31prepare fade+trim cursors (cursor image still missing)Robin Gareus
2014-05-31fix fade+trim handle hover colorRobin Gareus
2014-05-31towards region-trims preserving fade durationRobin Gareus
2014-05-29update x-fade context-menuRobin Gareus
2014-04-15remove pointless assert (since condition is if-tested just before it was used)Paul Davis
2014-04-15hopefully fix issue with Editor::set_canvas_cursor_for_region_view() which wa...Paul Davis
2014-03-20big rework of scrolling, horizontal part considered almost 100% done.Paul Davis
2014-03-13remove debug outputPaul Davis
2014-03-13fix up button selection operation so that fade drags work againPaul Davis
2014-03-11fixes, hopefully, for canvas cursor misbehaviour near/in regionviewsPaul Davis
2014-03-07fix up some logic that allowed hits (percussive note display) to be trimmed w...Paul Davis
2014-03-06when in smart mode, context-click on a region item should behave as if in obj...Paul Davis
2014-02-26fix display of time selection rect(s) when switching mouse modesPaul Davis
2014-02-26convert canvas_event_frame() and window_event_frame() to canvas_event_sample(...Paul Davis
2014-02-25ctrl-click when adding automation points no longer adds guard pointsPaul Davis
2014-02-20add the with-guard-point distinction to region gain linesPaul Davis
2014-02-19manually applied equivalent of 1d82f4ca07a38342e0815cd6b695b96d72386f39 in ma...Paul Davis
2014-01-27rationalize, consolidate and make work dbl-click editing for regions and mark...Paul Davis
2013-12-31fix up visibility control for automation linesPaul Davis
2013-12-31just use show() and hide() to manage control point visibility in automation l...Paul Davis
2013-12-09rationalize color handling for fade in/out handlesPaul Davis
2013-10-31fix merge with masterPaul Davis
2013-10-25Edit tempo & meter markers on double-click.Colin Fletcher
2013-10-25Double-click on region pops up region properties.Colin Fletcher
2013-10-25Make double-click on marker pop up rename dialogue.Colin Fletcher
2013-10-25Add a double-click handler for items in the editor window.Colin Fletcher
2013-07-10some sort-of-deep fixes to get autoscroll/vertical scroll to work properly fo...Paul Davis
2013-06-21some prep work for generally handling dbl-click on draggable objectsPaul Davis
2013-06-13merge with masterPaul Davis
2013-06-10when exiting internal edit mode because of a mouse button press on a non-MIDI...Paul Davis
2013-06-10Make mouse operations on grouped regions apply to pre-existing selectionColin Fletcher
2013-05-02merge resolution with masterPaul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-05-02fix operation of right-click on selected MIDI note to bring up the note edito...Paul Davis
2013-05-02remove CMT code - has not been used for years, and will become irrelevant wit...Paul Davis
2013-04-17various work waveview amplitude mgmt; fix playhead cursor drag from timebar c...Paul Davis
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-12remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and E...Paul Davis
2013-04-12stop using vertical adjustment to account for scrolling, since event coordina...Paul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-12remove all unit-based methods from (Public)Editor; rationalize Editor::event_...Paul Davis