summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2013-10-31all events propagate out of the canvas in canvas coordinates now, so revert c...Paul Davis
2013-10-31fix window/canvas coordinate confusion in drag code, apparently fixing up lot...Paul Davis
2013-10-22merge from masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-09-14fix merge conflicts with masterPaul Davis
2013-08-08add methods to queue full MTC and SPP messages, now that they are synchronousPaul Davis
2013-08-08fix rounding issue when dragging video with fractional fpsRobin Gareus
2013-08-08Send a song position pointer with mmc and fullframe fake locatingMichael Fisher
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04fix rounding issue when dragging video with fractional fpsRobin Gareus
2013-07-29Send a song position pointer with mmc and fullframe fake locatingMichael Fisher
2013-07-10some sort-of-deep fixes to get autoscroll/vertical scroll to work properly fo...Paul Davis
2013-07-09fix possible crash when aborting a region drag and there are time axis views ...Paul Davis
2013-06-26fix position of verbose cursorPaul Davis
2013-06-26probable fix for a region drag that somehow ends up with no time axis view (t...Paul Davis
2013-06-21some prep work for generally handling dbl-click on draggable objectsPaul Davis
2013-04-25make MIDI rubber band selects use the correct canvas item so that event proce...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-18fix various event coordinate system problems with button events on the rulersPaul Davis
2013-04-18semi-fix xfade display, and reduce number of calls to Curve::get_vector() by ...Paul Davis
2013-04-17fix playhead dragging from rulersPaul Davis
2013-04-17various work waveview amplitude mgmt; fix playhead cursor drag from timebar c...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-15Fix dragging objects on the canvas and remove redundant canvas groupsPaul Davis
2013-04-15a few changes to fix region dragging, all related to coordinate system handli...Paul Davis
2013-04-12Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-12changes to get cairocanvas branch to build on OS X, with its stupid nil and R...Paul Davis
2013-04-12remove TimeAxisView::clip_to_viewport() and Editor::update_canvas_now() and E...Paul Davis
2013-04-12change frames_per_pixel to samples_per_pixelPaul 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
2013-04-11Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-11many changes to get the cairo-canvas version much, much more functional. stil...Paul Davis
2013-04-11Merge branch 'master' into cairocanvasRobin Gareus
2013-04-11enable videotimeline by defaultRobin Gareus
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2013-03-27use C++ std function for max()Robin Gareus
2013-03-27vtl: video sets session start/end markers.Robin Gareus
2013-03-14vtl: one less compiler warningRobin Gareus
2013-03-13videotimlineRobin Gareus
2013-01-20Fix crash when trimming MIDI region with automation.David Robillard
2013-01-06fix problem with dragging an end range marker if the start of the range was n...Paul Davis
2013-01-04fix invalid casts in prev commit.Robin Gareus
2013-01-04merge Marcel Bonnet's patches for Free-BSDRobin Gareus
2013-01-02various fixes for moving markers, fixes a crash reported by tim blechmann and...Paul Davis
2012-12-19fix push-drags of automation data - previously we did not resync the model wi...Paul Davis
2012-12-14code cleanup; crossfade shape drawing is now more closely associated with the...Ben Loftis
2012-12-14fix a couple of issues with range selection, caused by clicked_selection pers...Paul Davis
2012-12-13various fixes for "advanced" operations on range selections. ctrl-drags now a...Paul Davis