summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.cc
AgeCommit message (Expand)Author
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-09-16Move UIConfiguration Singleton into UIConfiguration headerTim Mayberry
2015-09-16Move ARDOUR_UI::ui_scale into UIConfiguration classTim Mayberry
2015-07-23rename Marker classRobin Gareus
2015-04-23scale markersRobin Gareus
2015-02-11remove use of TimeRectanglePaul Davis
2014-12-28fix marker rendering and layoutRobin Gareus
2014-12-28apply font-scale to overall layout (rulers, track-header) - fixes #6088Robin Gareus
2014-12-14fix up requested color names everywhere.Paul Davis
2014-12-14initial pass to replace all UIConfiguration::get_XXXXXX() calls with UIConfig...Paul Davis
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-10-21remove "canvasvar_" from all functions related to obtaining values from ARDOU...Paul Davis
2014-09-22fix position of left edge of a marker rectangle when the label is on the left...Paul Davis
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-22more canvas refactoring.Paul Davis
2014-06-21use newly factored canvas in gtk2_ardourPaul Davis
2014-06-08introduce Drag::_trackview_only which indicates that all y-axis positions for...Paul Davis
2014-06-03remove timebar canvas item from markersPaul Davis
2014-01-13clamp marker name text appropriatelyPaul Davis
2014-01-13define marker height in one location, to avoid duplicated magic numbers and a...Paul Davis
2013-06-26move marker text up by 2 pixelsPaul 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-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-15fix markers so that the blue line spans both canvasesPaul Davis
2013-04-15Fix dragging objects on the canvas and remove redundant canvas groupsPaul 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-10remove debugging outputPaul Davis
2013-04-09a variety of fixes for the cairocanvas, but it still buggy as hell handling e...Paul Davis
2013-04-08fix up marker text colorPaul Davis
2013-04-06canvas markers now use ArdourCanvas::Text, not ArdourCanvas::Pixbuf, since th...Paul Davis
2013-04-04commit immediately post linkingPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis
2012-05-23Nudge markers up one pixel (should fix #4620).Carl Hetherington
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
2010-12-29remove line parent member from MarkerPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-14Fix crash on removing marker.Carl Hetherington
2010-11-13Add backgrounds to marker labels.Carl Hetherington
2010-11-12Prevent marker labels overlapping. Fixes #3535.Carl Hetherington
2010-11-12Fix update of range marker names. Fixes #3533.Carl Hetherington
2010-11-11Visual tweaks to marker lines.Carl Hetherington
2010-11-11Further fixes for #3529. Show marker lines the same colour as their marker; ...Carl Hetherington
2010-09-26correct version of: port cairo ARGB/BGRA -> pixbuf RGBA patch from recent 2.X...Paul Davis
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2009-12-22cleanup up cleanup at session destruction; clarify the meaning of 3 signals (...Paul Davis