summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
AgeCommit message (Expand)Author
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
2016-06-12Set tempo sections to the exact pulse when snapped to a musical grid.nick_m
2016-06-10another PresentationInfo sort order fix.Paul Davis
2016-06-08More tempo marker cross-dragging fixes.nick_m
2016-06-08Fix tempo markers jittering when cross-dragging over large tempo deltas.nick_m
2016-06-05use new RouteGroup property namesPaul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-06-02various safety checks for the result of dynamic_cast-ing a TimeAxisView to Ro...Paul Davis
2016-05-31make double-click on patch change launch patch change editorPaul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-28Allow non-musical snap when dragging bbt ruler.nick_m
2016-05-28Revert 2d7f755nick_m
2016-05-28Enable snap for tempo dilation.nick_m
2016-05-28Don't change snap settings when dragging audio-locked meters.nick_m
2016-05-28Force snap when dragging meters.nick_m
2016-05-28Restore snap setting in eterMarkerDrag::aborted()/nick_m
2016-05-28Dragging a meter sets editor snap type to bars during drag.nick_m
2016-05-27Tempo ramps - rename meter/tempo_section_at() -> meter/tempo_section_at_frame()nick_m
2016-05-27Tempo ramps - rename bbt_time() -> bbt_at_frame(), frame_time() -> frame_at_b...nick_m
2016-05-27Tempo ramps - rename tempo_at() -> tempo_at_frame().. 3 decimals for the audi...nick_m
2016-05-27Tempo ramps - remove thinkonick_m
2016-05-27Tempo ramps - fix commentnick_m
2016-05-27Tempo ramps - ensure fake meter mark is under pointer during drags.nick_m
2016-05-27Temper pants - fix newly added lockup while dragging tempos sometimes.nick_m
2016-05-27Tempo ramps - clean up tempo dragging.nick_m
2016-05-27Tempo ramps - rename for consistency, remove some testing code, add meter bas...nick_m
2016-05-27Tempo ramps - consolidate meter dragging code.nick_m
2016-05-27Tempo ramps - rework tempo drags, improve comments.nick_m
2016-05-27Tempo ramps - consolidate TempoMap::predict_tempo()nick_m