summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.h
AgeCommit message (Collapse)Author
2016-09-13Add missing header include guards in various gtk2_ardour headersTim Mayberry
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-11-27Remove dead code.David Robillard
2014-07-07add new variant of EditorCursor that creates an insensitive ↵Paul Davis
full-canvas-height line, and fix destructor leak
2014-06-30new UI config var to allow playhead to be optionally draggable (default is: ↵Paul Davis
yes, it can be dragged)
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-03remove timebar canvas and just use a single canvas instead. This is just ↵Paul Davis
part one - lots of minor fixes to be done
2014-02-12convert canvas items that compose the playhead (EditorCursor, more ↵Paul Davis
generally) to pointers, since canvas items are owned by the group they belong to. This avoids a double-free during deletion
2013-04-17various work waveview amplitude mgmt; fix playhead cursor drag from timebar ↵Paul Davis
click
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work ↵Paul Davis
correctly
2012-09-17Revert shade on playhead cursor (SVN 13048).Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@13192 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-07-17add translucent "shade" to playhead cursor (may remove this in the future)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13048 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24Compile cleanly with clang.David Robillard
To compile Ardour with LLVM/clang, do the usual thing but set the CXX and CC environment variables, e.g.: CC=/usr/bin/clang CXX=/usr/bin/clang++ ./waf configure build git-svn-id: svn://localhost/ardour2/branches/3.0@12418 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@8048 d708f5d6-7413-0410-9779-e7cbd77b26cf