summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2013-04-11enable videotimeline by defaultRobin Gareus
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
2012-12-13crossfade hack and slash. removed overlap checks, overlap mode, default leng...Ben Loftis
2012-12-13end drags on regions before doing front trim, so that fades get visually upda...Paul Davis
2012-12-05prevent Primary-click or Shift-click from deselecting when clicking on a trac...Paul Davis
2012-11-28tweak Auto Play behavior: dont auto-play a range selection if the auto-play o...Ben Loftis
2012-11-26region selections and moves should have optional preroll when playhead follow...Ben Loftis
2012-11-26tweak Smart Mode to be more like Mixbus. Smart mode is just a modifier on Ob...Ben Loftis
2012-11-20Always Play Range is now Follow Edits, and is based on Mixbus implementation....Ben Loftis
2012-11-18grid/snap minimum selection lengthRobin Gareus
2012-11-17substantive change to automation line dragging code to avoid O(N^4) behaviour...Paul Davis
2012-11-13remove a bunch of cerr output and/or convert to use error<<Paul Davis
2012-07-10cleaner version of previous commit's fix for AutomationRangeDrag y fraction c...Paul Davis
2012-07-10provide some numerical data during automation trim (range) drags, and correct...Paul Davis
2012-07-10add a comment to the previous changePaul Davis
2012-07-10don't spin on Session::timecode_transmission_suspended() if disconnected from...Paul Davis
2012-06-25drastic rethink of the relationship between remote control ID and route order...Paul Davis
2012-06-15Re-show all xfades that we hide during drags (#4933).Carl Hetherington
2012-06-13Make y position of MIDI note drags slightly better.Carl Hetherington
2012-06-13fix some bugs with dragging patch/program changes aroundPaul Davis
2012-06-09Make crossfade edge drags undoable.Carl Hetherington
2012-06-09Remove apparently erroneous commit_reversible_command.Carl Hetherington
2012-05-31Don't round conversions from frame to unit when setting up control points, as...Carl Hetherington
2012-05-27Prevent x movement of the end points of region gainCarl Hetherington
2012-05-27Patch from tophatdave to improve display of timestretch inCarl Hetherington
2012-05-10implement undo/redo for xfade trimminPaul Davis
2012-05-10if an xfade involves only 2 regions, clamp its length to the overlap between ...Paul Davis
2012-05-10fix dragging of end xfadesPaul Davis
2012-05-10basic xfade draggingPaul Davis
2012-05-09skeleton for crossfade edge draggingPaul Davis
2012-05-07hide xfades while dragging region(s)Paul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-23Minor simplification.Carl Hetherington
2012-04-21Remove some unused code.Carl Hetherington
2012-04-16Fairly major change to the way in which crossfades are handled;Carl Hetherington
2012-03-22Remove unused op parameter to temporal_zoom_by_frame. Add Zoom to Range opti...Carl Hetherington
2012-03-22Don't leave internal edit mode when clicking on an automation region view (#4...Carl Hetherington