summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_cursors.cc
AgeCommit message (Expand)Author
2019-08-03Update GPL boilerplate and (C)Robin Gareus
2018-02-10Cairo-fix cursor lines so they align perfectly with Rulers, Grids, and region...Ben Loftis
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-04-08redraw playhead only if pixel position changed.4.0-rc3Robin Gareus
2015-01-16Put playhead on top of everything.David Robillard
2014-12-11fix indentationPaul Davis
2014-12-11[Summary] Fixed issue with shifted playhead polygon when new session is createdGZharun
2014-11-27Remove dead code.David Robillard
2014-07-07add new variant of EditorCursor that creates an insensitive full-canvas-heigh...Paul Davis
2014-06-30new UI config var to allow playhead to be optionally draggable (default is: y...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-03remove useless groups from timebar area, clarify scroll group naming in editorPaul Davis
2014-06-03remove timebar canvas and just use a single canvas instead. This is just part...Paul Davis
2014-06-03different approach to independent scrolling, involving ArdourCanvas::ScrollGroupPaul Davis
2014-02-12convert canvas items that compose the playhead (EditorCursor, more generally)...Paul Davis
2014-01-10remove unnecessary pixel placement stuff from editor cursorPaul Davis
2013-06-24an awful lot of tweaks to drawing detailsPaul Davis
2013-04-25reduce playhead line width to 1.5Paul Davis
2013-04-20thicken up playhead line (again?)Paul Davis
2013-04-17various work waveview amplitude mgmt; fix playhead cursor drag from timebar c...Paul Davis
2013-04-17remove all calls to Outline::set_outline_width (1) because this is "wrong" wh...Paul Davis
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-12change all frame_to_pixel and pixel_to_frame to sample_to_pixel and pixel_to_...Paul Davis
2013-04-12remove all unit-based methods from (Public)Editor; rationalize Editor::event_...Paul Davis
2013-04-10make size/shape of playhead cursor match gnomecanvas versionPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-09-17Revert shade on playhead cursor (SVN 13048).Carl Hetherington
2012-07-17add translucent "shade" to playhead cursor (may remove this in the future)Paul Davis
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-16Move mouse cursor stuff out of Editor into its own class.Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-06-17Add a playhead marker to the summary.Carl Hetherington
2009-05-30Pull dragging code out of the Editor class into its own hierarchy.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-09-20Don't defer Editor::track_canvas_size_allocated () (defer the timebar redrawi...Nick Mainsbridge
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2007-03-08Add playhead and editcursor to ardour.colors and remove hard coded colorsDoug McLain
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-06-21the return of VST supportPaul Davis
2005-12-06more fixesPaul Davis
2005-12-05stock icons, transport controls as proxies, make ActionManager::get_action() ...Paul Davis