summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
AgeCommit message (Expand)Author
2010-05-04back-port carl's workaround for a gnomecanvas bug that causes a crash during ...Paul Davis
2010-04-16rationalize track selection and range selectionBen Loftis
2010-04-15fix some strange behavior when dragging region(s) towards time zeroBen Loftis
2010-03-26remove silly buffer stats output; apply MIDI control patch (#2655) from dhess...Paul Davis
2009-11-12JAG's new region layer editor, tweaked by me to (a) hide editor if we click i...Paul Davis
2009-11-08what chris asks for, chris gets. don't ask me why : if in range mode and rang...Paul Davis
2009-11-08if auto-play is on, start playing a range selection immediately that it is de...Paul Davis
2009-11-07clean up that godawful programming style in the last transport commit, and fi...Paul Davis
2009-11-07better design for range plays that leaves the range play button able to play ...Paul Davis
2009-11-06deep, somewhat subtle changes for transport control. Everything should use Se...Paul Davis
2009-10-26no more edit point clock (except SAE version, but who knows why or even if)Paul Davis
2009-10-21Fixes to pointer constraints when copying in lock edit mode; make them behave...Ben Loftis
2009-07-28use DIST_LIBDIR to allow override of LIBDIR ; gcc4.4 patches from debian (onc...Paul Davis
2009-03-21carl's patch for split/region-drag crashPaul Davis
2009-03-21make context menu-driven stuff on ruler bars happen in the right place (e.g. ...Paul Davis
2009-03-03dragging without modifiers should still move the playheadBen Loftis
2009-03-02standardize some menu actions across CD and loop/punch rulers. also allow ri...Ben Loftis
2009-02-17remove unneeded code in line_drag that was probably copy/pasted from control_...Ben Loftis
2008-11-25carl's fix to select objects when clicking in mouseGain mode, so that right c...Paul Davis
2008-11-17make step-mouse-mode work for SAE toosae-1Paul Davis
2008-11-09Clicking canvas rulers mpves playhead, imicing behaviour of clicking gtk rule...Nick Mainsbridge
2008-11-03meta-fy handling of button2, to deal with apple's messed up design decisions;...Paul Davis
2008-11-01Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitiv...Nick Mainsbridge
2008-10-20Fix incorrect mouse cursor when moving pointer from canvas rulers to tracks.Nick Mainsbridge
2008-10-20fix up region gain line dragging; prevent press-drag-release from creating ne...Paul Davis
2008-10-14don't use canvas coords for region_drag_finished_callback x calculation (elim...Nick Mainsbridge
2008-10-14Use clicked_regionview directly to calculate region movement. Using drag_info...Nick Mainsbridge
2008-10-11remove debug outputPaul Davis
2008-10-11fix dragging of region gain line, affected by coordinate system change caused...Paul Davis
2008-09-29Relayer punch/loop range rects, fix display of punch-in with no punch-out, en...Nick Mainsbridge
2008-09-29Backport drobilla's tempo bar cache from 3.0, fix track display regression, r...Nick Mainsbridge
2008-09-22Set add route dialog non-resizeable so WMs size it more sensibly (looked ridi...David Robillard
2008-09-19Fix a bunch of stupid warnings.David Robillard
2008-09-19fix range dragging post-multi-marker changesPaul Davis
2008-09-19shift-click to extend marker selection; marker drag moves all selected markersPaul Davis
2008-09-16Add a session file type icon for OSX, remove unused editor_mixer_button, use ...Nick Mainsbridge
2008-09-07Fix disappearing regionviews during rapid mouse movement plus grab/copy grab,...Nick Mainsbridge
2008-09-03fix region copy thinko in last commit.Nick Mainsbridge
2008-09-03Unify the canvases by moving groups around rather than using set_scrolling_re...Nick Mainsbridge
2008-07-07move to scons Clone everywhere rather than Copy; add Session::micro_locate() ...Paul Davis
2008-06-10(5) debugging with nowhiskey - remove stupid lack of scaling caused by redisp...Paul Davis
2008-05-16add GotoWallClock command; switch Editor class to use nframes64_t throughout;...Paul Davis
2008-05-15mike taht's patch to remove all use of gettimeofday() in favor of ARDOUR::get...Paul Davis
2008-05-11Fix compilation with GCC 4.3 (at least with SYSLIBS=1).David Robillard
2008-05-02many changes related to region zooming; proto-visual state undo/redo stack; f...Paul Davis
2008-04-21prevent drags on rulers/bars from initiating vertical scrollingPaul Davis
2008-04-02fix problems with undo/redo and region dragging; fix dragging in lock edit modePaul Davis
2008-03-31minor mootcher fixes; change "Analyze .." to "Spectral Analysis" where applic...Paul Davis
2008-03-26a big menu cleanup; vertical auto-scrolling; some code cleanups; an unfinishe...Paul Davis
2008-03-24more fixes for drag/lock/copy logicPaul Davis