summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note.cc
AgeCommit message (Collapse)Author
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
reference to 'Rect' is ambiguous ..../CarbonCore.framework/Headers/MacTypes.h defines typedef struct Rect
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 ↵Paul Davis
position in its group, rather than its coordinates. This fixes the double-distance/wrongly drawn location of MIDI notes after a drag
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 ↵John Emmas
'CANVAS_DEBUG' is defined
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of ↵John Emmas
'correctness' to keep MSVC happy
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work ↵Paul Davis
correctly