summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2015-01-12Fix mouse event position offset bug.David Robillard
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2015-01-08Fix bounding box of rectangles with wide outlines.David Robillard
2015-01-08Close polygon borders (fix partially drawn hits).David Robillard
2014-12-31Fix alleged use of uninitialized variable.David Robillard
2014-12-24Fix crash when getting width of item with no bbox.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-15fix typoPaul Davis
2014-12-15more fixes to SVAModifier constructor(s)Paul 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-07remove all explicit button text colors; use contrasting_text_color() instead.Paul Davis
2014-12-06Fix inappropriately massive flag font.David Robillard
2014-12-05experimental drawing optimization.Robin Gareus
2014-12-05include alpha-delta computation in HSV::delta()Paul Davis
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-28Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
2014-11-27Fix calculation using uninitialized value.David Robillard
2014-11-26get correct ::distance() and ::delta() implementations for cases involving ac...Paul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-25Remove dead code.David Robillard
2014-11-18Avoid possible use of uninitialized values.David Robillard
2014-11-15Fix MIDI region keyboard editing (add key handling to canvas).David Robillard
2014-11-13fix defineRobin Gareus
2014-11-10tweak canvas on_expose_event() handler to avoid unnecessary save/paint/restorePaul Davis
2014-11-10further work on new color manipulation codePaul Davis
2014-11-10add required header for compilationPaul Davis
2014-11-10add background color property to Canvas::Canvas ; rearrange expose handling a...Paul Davis
2014-11-08Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
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-07when drawing only part of a Canvas::Rectangle outline, we only need to do the...Paul Davis
2014-11-07tentative fix for canvas background/image surfaceRobin Gareus
2014-11-06add API to extract color from ArdourCanvas::Text and tidy up member declarationsPaul Davis
2014-11-06changing the clamp_width of an ArdourCanvas::Text needs to potentially provok...Paul Davis
2014-11-06raising/lowering canvas items should trigger a redrawPaul Davis
2014-11-05correct the rendering of Rectangle outlines, and the computation of their bou...Paul 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-05alter implementation of ArdourCanvas::contrasting_text_color() to use gamma-a...Paul Davis
2014-11-05add ArdourCanvas::Fill::set_pattern() to allow any filled canvas item to be f...Paul Davis
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-11-03add new TimeRectangle to ArdourCanvasPaul Davis
2014-10-31more changes for rectangle outliningPaul Davis
2014-10-31comment fix and expansion re: Canvas::Rectangle outlinePaul Davis