summaryrefslogtreecommitdiff
path: root/gtk2_ardour/hit.cc
AgeCommit message (Collapse)Author
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-06fix missing Hit destructor, which left polygons all over the canvas after ↵Paul Davis
deleting the Hit object(s)
2014-03-06make Hit (percussive note display item) actually draw something and fix up ↵Paul Davis
its coordinates
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of ↵John Emmas
'correctness' to keep MSVC happy
2013-04-12changes to get cairocanvas branch to build on OS X, with its stupid nil and ↵Paul Davis
Rect macros, plus some const_cast<> and unused variable fixes that should really be in master but will have to wait till we rebase master
2013-04-05master merge; new files not added after initial cairocanvas patch applicationPaul Davis