summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
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
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-10-28allow to use cairo-image/software surface for canvas & cairowidgetsRobin Gareus
2014-10-28remove unused old APIRobin Gareus
2014-10-24add #include that had gone unnoticed beforePaul Davis
2014-10-13Containers should not consider the size of invisible items when computing the...Paul Davis
2014-10-13remove default/testing tooltips from the canvasPaul Davis
2014-09-30there's no random() on window, but no matterRobin Gareus
2014-09-27fix compiler warning from missing default statement in switchPaul Davis
2014-09-26end tooltip timeout and display for relevant leave notify eventsPaul Davis
2014-09-26further tweaks to canvas tooltip mechanismPaul Davis
2014-09-26display and position canvas tooltip windowPaul Davis
2014-09-25basic design of Canvas item tooltip mechanism.Paul Davis
2014-09-22alter the way the border of Canvas::Rectangle is drawn to meet the intent tha...Paul Davis
2014-09-13NOOP, remove trailing whitespaceRobin Gareus
2014-09-13waveform drawing details:Robin Gareus
2014-09-12waveform: really draw 1px lines.Robin Gareus
2014-09-12update waveform drawing for zoomed-in, non-overlapping min/max peaksRobin Gareus
2014-09-07add Canvas::Ruler::set_metric() to allow ruler metrics to be changed dynamicallyPaul Davis
2014-09-07change Metric element of a Canvas::Ruler item into a pointer internallyPaul Davis
2014-09-01Match canvas outline to rectangleRobin Gareus
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-07-18Merge branch 'waveview_hacks' of https://github.com/nmains/ardour into cairoc...Paul Davis
2014-07-18more canvas debugging for current item tracingPaul Davis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-15Render waveview components onto alpha masks to simplify drawing.nick_m
2014-07-07fix potential crash if certain Canvas methods are used before its window is r...Paul Davis