summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
2016-12-06Fix crash when track creation failed draging regionJulien ROGER
2016-11-23decouple midi region note range and height from midi streamview.nick_m
2016-11-22filter events in HitCreateDrag, remove some code.nick_m
2016-11-22NoteCreateDrag - remove some codenick_m
2016-11-21Make Cut mode respect snap modiferTim Mayberry
2016-11-21Show cursor in Cut mode on button press at cutting positionTim Mayberry
2016-11-21Reparent cursor used in Cut mode so that it is on top and visibleTim Mayberry
2016-11-21clean up HitCreateDrag. should be a no-op.nick_m
2016-11-21fix compilation, rename PercussiveCreateDrag -> HitCreateDragnick_m
2016-11-21only spray percussive hits during create drag if the grid is in use.nick_m
2016-11-21rework mouse hit creation (percussive mode) - mostly as per #7130.nick_m
2016-11-21NoteCreateDrag scope fix - should be a no-op.nick_m
2016-11-21use a minimum note length of whatever 1 px is in beats in NoteCreateDrag.nick_m
2016-11-20NoteCreateDrag starts on button press.nick_m
2016-11-20NoteCreateDrag::grid_frames works over a tempo change.nick_m
2016-11-18fix incorrect subdivision when dragging/trimming regions using magnetic snap.nick_m
2016-11-17magnetic snap uses note divisor appropriately.nick_m
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
2016-11-11rename Region pos_beats -> quarter_notenick_m
2016-11-11rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers.nick_m
2016-11-11remove public pulse methods from TempoMap.nick_m
2016-11-11clamp setting tempo via vertical drag.nick_m
2016-11-11rename Region pulse to pos_beats. use new beat distance api where required.nick_m
2016-11-11Refactor tempo api, include quarter-note distance in frames method.nick_m
2016-10-27Prevent duplicate moves when selecting regions on shared playlistsRobin Gareus
2016-10-26clean up ghost note wrt create drag.nick_m
2016-10-16Fix various snap issues when dragging control points (AutomationRegionView).nick_m
2016-10-16Fix incorrect musical position in NoteDrag::total_dx.nick_m
2016-10-10Interpret start & length_beats properties as double rather than Evoral::Beats.nick_m
2016-09-23Fix bug where drawing long notes placed the new note on the previous snap line.nick_m
2016-09-11Fix #7015, Crash while aborting Region trim using Esc keyTim Mayberry
2016-08-31NoteCreateDrag uses quarter-notes.nick_m
2016-08-24Don't attempt to snap to the current musical grid when dragging tempi.nick_m
2016-08-20Revert last commit (269a08a2b1).nick_m
2016-08-20Allow both types of constrained drag (again).nick_m
2016-08-15allow constrained-drag of MIDI notes to workPaul Davis
2016-08-14Resolve potential ambiguity between the constraint modifier and the copy modi...nick_m
2016-08-14Ensure BBTRulerDrag operates within the tempo map.nick_m
2016-08-14Ensure positive length whan drag-adding new midi region.nick_m
2016-07-22Remove the temporary note group in MidiRegionView, update start trim during d...nick_m
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-12GUI side of : once the user has explicitly set the session range end, playlis...Paul Davis
2016-07-10remove reference "const int32_t&" -> const int32_t"Robin Gareus
2016-07-10Stop passing references to things that may disappear when a metric section is...nick_m
2016-07-10Check meter/tempo section exists in copy drag.nick_m
2016-07-10Paste uses exact beats. rework _start_beats calculation in copy-with-offset c...nick_m
2016-07-10Exact beat - provide audio->music mapping for region split.nick_m
2016-07-10Make some musical operations on music-locked regions operate in beats.nick_m
2016-07-06many changes associated with rationalizing selection flowPaul Davis
2016-06-12Make exact beat calculation of tempi a bit less cumbersome. Move tempi on an ...nick_m