summaryrefslogtreecommitdiff
path: root/gtk2_ardour/hit.cc
AgeCommit message (Collapse)Author
2019-11-02rename all Evoral source from .(hpp|cpp)$ to .(h|cc)Paul Davis
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.
2017-09-24fix header order and space alignmentPaul Davis
2017-09-24convert codebase to use Temporal for various time typesPaul Davis
2016-05-31add header required when boost shared ptr debugging is in usePaul Davis
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
Paul Davis was responsible for introducing almost all of this.
2014-12-28Automation ghost notes for percussive hits.David Robillard
2014-12-28Show correct ghost hit for percussive tracks.David Robillard
2014-12-28Fix rect select of hit events.David Robillard
2014-11-30Trim the include tree.David Robillard
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
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-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