summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
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