summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.h
AgeCommit message (Collapse)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2018-07-03call Note::set_velocity() at an appropriate timePaul Davis
2018-07-03use new Canvas::Note object for (sustained) note displayPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2016-07-10Add Note::set (Rect) for optimisation purposes (minimise begin/end changes)nick_m
2015-12-22More minor indentation fix (spaces -> tabs)Nil Geisweiller
2015-01-07MusicalTime => Beats.David Robillard
2014-06-22more canvas refactoring.Paul Davis
Remove Canvas::Layout, use Canvas::Container for the same purpose, move child-rendering into Item::render_children() so that it could theoretically be used by any derived type.
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-03-11use and wrap Rectangle::set_outline_all() methodPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work ↵Paul Davis
correctly