summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
AgeCommit message (Expand)Author
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-06-11more refactoring of WaveView threaded code to try to get to heart of crash bugPaul Davis
2015-06-11don't queue a callback with the idle event for waveview image generation if o...Paul Davis
2015-06-10add PBD::DEBUG::WaveViewPaul Davis
2015-06-04use existing partial existing waveview images (if they exist) while waiting f...Paul Davis
2015-06-01drop in threaded waveview changes via the two affected files.Paul Davis
2015-04-29NOOP: fix indentationPaul Davis
2015-04-29[Summary] Should have been committed with previous: made background fade opti...GZharun
2015-04-29fix issue with manual merge conflictPaul Davis
2015-04-29manually apply grygorii's API to manage a correction for pango errors in text...Paul Davis
2015-04-29[Summary] Fixed issue when width request from Cavas text returned old width v...GZharun
2015-04-29do the right thing when TrackingText::offset is changedPaul Davis
2015-04-29Fix method hiding in Canvas::TextPaul Davis
2015-04-29add API to Ruler to optionally draw a divider (2 single pixel horizontal line...Paul Davis
2015-04-29add Rectangle::vertical_fraction() as a convenience methodPaul Davis
2015-03-29Better fix for 6183.nick_m
2015-03-22Provide an image if there are no peaks.nick_m
2015-03-14Move PC flags to avoid obscuring region name.David Robillard
2015-02-12add accessor methods for single_exposureBen Loftis
2015-02-12_single_exposure is now a member variable for each GtkCanvas.Ben Loftis
2015-02-11simplify Canvas::Rectangle rendering to avoid unnecessary nonsense, and remov...Paul Davis
2015-02-11Canvas::Rect::contains() should treat its right/left coordinates as exclusivePaul Davis
2015-02-10add a sort-of hack to allow us to avoid drawing the first pixel of a waveview...Paul Davis
2015-02-09canvas items must be able to use fractional positions when rendering.Paul Davis
2015-01-16Revert "Kludgey fix for invisible playhead when scrolled."David Robillard
2015-01-16Compute arrow bbox manually to appease crazy canvas.David Robillard
2015-01-16Kludgey fix for invisible playhead when scrolled.David Robillard
2015-01-16Put playhead on top of everything.David Robillard
2014-12-19add ArdourCanvas::change_alpha()Paul Davis
2014-12-18change Item::visible() to Item::self_visible(); add Item::visible() which ret...Paul Davis
2014-12-15add getters for SVAModifierPaul Davis
2014-12-14fix up SVAModifier constructorsPaul Davis
2014-12-14add SVAModifier to ArdourCanvas color codePaul Davis
2014-12-08lots more color work, closer and closer to being ready for ... being taken ap...Paul Davis
2014-12-06Fix inappropriately massive flag font.David Robillard
2014-12-02first pass at optimization for low-level canvas codePaul Davis
2014-11-28Show discrete/toggled automation as stepped line.David Robillard
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-25Remove dead code.David Robillard
2014-11-15Fix MIDI region keyboard editing (add key handling to canvas).David Robillard
2014-11-10further work on new color manipulation codePaul Davis
2014-11-10add background color property to Canvas::Canvas ; rearrange expose handling a...Paul Davis
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-11-07move canvas colors code into its own file(s)Paul Davis
2014-11-06add API to extract color from ArdourCanvas::Text and tidy up member declarationsPaul Davis
2014-11-05add Rect::shrink(Distance) even though it arguably should be handled by Rect:...Paul Davis
2014-11-05add some more outline enums to ArdourCanvas::RectanglePaul Davis
2014-11-05allow derived classes to access Item::{scroll,position}_offset(), mostly for ...Paul Davis
2014-11-05add ArdourCanvas::Fill::set_pattern() to allow any filled canvas item to be f...Paul Davis
2014-11-03add new TimeRectangle to ArdourCanvasPaul Davis