~mendomusic/ardour/+git/ardour-github:relative_snap

Last commit made on 2015-05-23
Get this branch:
git clone -b relative_snap https://git.launchpad.net/~mendomusic/ardour/+git/ardour-github

Branch merges

Branch information

Name:
relative_snap
Repository:
lp:~mendomusic/ardour/+git/ardour-github

Recent commits

b86c3f9... by nick_m <email address hidden>

Fix bug where inserting notes in MouseContent mode disallowed resizing.

92b69a1... by nick_m <email address hidden>

Make Evoral::Event ids unique always.

 - probably fixes a lot of cases where note ids are assumed to be
   unique (they weren't for copies and some others).
 - wrong branch, but it needs testing.

9a55bcb... by nick_m <email address hidden>

Rekative snap - add comments

119c644... by nick_m <email address hidden>

Document snap_delta modifier mask.

39d4bbf... by nick_m <email address hidden>

Clarify the convention on modifiers and drags.

406bcb4... by nick_m <email address hidden>

Proper initialisation of _x/y_constrained.

ea8b5a9... by nick_m <email address hidden>

Bring back contrained drag modifier with preference setting.

 - this should work as before, but when applied to a button 1 drag,
   the constraint is in the first direction travelled.

3d599be... by nick_m <email address hidden>

Fix missing comment.

88477ac... by nick_m <email address hidden>

Fix inverted logic of SnapOff with snap modifiers pressed.

 - also clean up, rename and comment some previous hanges.

784abd0... by nick_m <email address hidden>

Make note drags and resizes obey the disable sanp modifier.