summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
AgeCommit message (Expand)Author
2020-04-10NO-OP: consistent function and variable namingRobin Gareus
2020-04-10Remove unused functionRobin Gareus
2020-04-10Interpolate poly-line with view-point #6481Robin Gareus
2020-04-10NO-OP: whitespaceRobin Gareus
2020-02-24Remove unused forward declaration.André Nusser
2020-01-04Return of image-surface backed canvas (windows graphics performance)Robin Gareus
2019-12-27Replace explicit image-surface with cairo pattern/groupRobin Gareus
2019-12-27Allow for per-widget image-surface backingRobin Gareus
2019-09-30Fix remaining doxygen warnings (!)Robin Gareus
2019-09-30NO-OP: whitespace, indentRobin Gareus
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2018-07-03method for setting whether or not to show velocity barsPaul Davis
2018-07-03add a guess at appropriate color management for note velocity displayPaul Davis
2018-07-03initial implementation of a more specialized canvas item for (sustained) notesPaul Davis
2018-07-03minor code optimization for Rectangle::render()Paul Davis
2017-09-18add basic data members and methods for adding an explicit size allocation for...Paul Davis
2017-07-18Fix NSGLView invalidationRobin Gareus
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
2017-07-17Clean up library inheritance (colors.h, utils.h)Robin Gareus
2017-06-26Fix friend declaration in WaveView code for non-c++11 buildsTim Mayberry
2017-06-26Reimplementation of large parts of the WaveView classTim Mayberry
2017-06-26Add Canvas::get_microseconds_since_render_start() methodTim Mayberry
2017-06-26Add Canvas::get_last_render_start_timestamp methodTim Mayberry
2017-06-26Add an optional ArdourCanvas::Item::prepare_for_render interfaceTim Mayberry
2017-06-26Add PreRender signal to the canvasTim Mayberry
2017-06-26Whitespace fixes in canvas.hTim Mayberry
2017-06-22Remove unused ArdourCanvas::HSV constructorTim Mayberry
2017-04-17Stop tooltip timeout when a canvas-widget or item is hidden.Robin Gareus
2017-03-21Allow to selectively use NSGLView CanvasRobin Gareus
2017-03-20Forward un/map events to NSGLViewRobin Gareus
2017-03-20Move NSGlView into libgtkmm2extRobin Gareus
2017-03-19Prepare NSView/OpenGL Canvas (to speed up rendering on [mac]OS[X]Robin Gareus
2017-02-01canvas::grid - more tweaks and improvementsPaul Davis
2017-02-01basics of row/col span for Canvas::GridPaul Davis
2017-02-01change Grid API to avoid unnecessary Duple and open door for row/col spanPaul Davis
2017-02-01clear up some CSS padding/margin confusion, and add row/col spacingPaul Davis
2017-02-01canvas::grid starts being able to do its job a littlePaul Davis
2017-02-01add basic data members and methods for adding an explicit size allocation for...Paul Davis
2017-01-24This wasn't supposed to be pushed to master.Paul Davis
2017-01-24add basic data members and methods for adding an explicit size allocation for...Paul Davis
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use Rec...Paul Davis
2017-01-19fix up Canvas::Grid child layoutPaul Davis
2017-01-19do not add items twice to their canvas parent!Paul Davis
2017-01-15basic (and probably wrong) Canvas::Grid child placementPaul Davis
2017-01-15initial skeleton for a Grid canvas itemPaul Davis
2016-12-29add ArdourCanvas::Flag::width()nick_m
2016-12-19Towards packing CairoWidgets on ArdourCanvas.Robin Gareus
2016-10-13stop using gkd_pango_context_get() in ArdourCanvas::Canvas and require concre...Paul Davis
2016-09-27provide ArdourCanvas::Text::{width,height}()Paul Davis
2016-09-27add canvas-based Meter objectPaul Davis