summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.cc
AgeCommit message (Expand)Author
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-07-03call Note::set_velocity() at an appropriate timePaul Davis
2018-07-03use new Canvas::Note object for (sustained) note displayPaul Davis
2016-07-11fix OSX compilation (flat namespace)Robin Gareus
2016-07-10Add Note::set (Rect) for optimisation purposes (minimise begin/end changes)nick_m
2015-02-11remove use of TimeRectanglePaul Davis
2014-11-30Trim the include tree.David Robillard
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-03-13do not use Item::move() when dragging notes since this resets the Item's posi...Paul Davis
2014-03-11use and wrap Rectangle::set_outline_all() methodPaul Davis
2014-03-07remove irrelevant commentPaul Davis
2014-03-06use CANVAS_DEBUG_NAME instead of explicit #ifdef to set canvas item namePaul Davis
2014-01-20move construction pointPaul Davis
2013-10-06'gtk2_ardour' - In 'Note' c'tor, don't try to set 'rectangle->name' unless 'C...John Emmas
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of 'c...John Emmas
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis