summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker.cc
AgeCommit message (Expand)Author
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
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-25carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listv...Paul Davis
2009-11-12tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;re...Paul Davis
2009-11-12markers are not allowed to have empty names, especially since it causes a cra...Paul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-09-09time line items now have 64 bit location + duration; start making note resize...Paul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-05-21A different fix for record crash, use pixfufs instead of canvas text in marke...Nick Mainsbridge
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-18Remove unnecessary 0 checks before delete; see http://www.parashift.com/c++-f...Carl Hetherington
2008-09-10merge 2.0-ongoing into 3.0 @ 3581 - 3710Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-01-12Merge with 2.0-ongoing R2885.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-11-12merged with trunk revs 2605-2627Paul Davis
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of init...Paul Davis
2007-06-29remove color.hDoug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain