summaryrefslogtreecommitdiff
path: root/libs/canvas
AgeCommit message (Expand)Author
2017-02-01canvas::grid - more tweaks and improvementsPaul Davis
2017-02-01canvas::grid : compute all row/col extentsPaul 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-02-01some initial bits of work on canvas allocationPaul Davis
2017-01-25yet another case of misplaced parentheses during the removal of boost::option...Paul Davis
2017-01-25another case of misplaced parentheses during the removal of boost::optional f...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-19correct translation matrix for Canvas::WidgetPaul Davis
2017-01-19do not add items twice to their canvas parent!Paul Davis
2017-01-16Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2017-01-15canvas::grid: get padding and margin to work; remove some debug outputPaul Davis
2017-01-15get grid layout workingPaul Davis
2017-01-15tweak Grid repositioning code to be a little more O(N)Paul Davis
2017-01-15basic (and probably wrong) Canvas::Grid child placementPaul Davis
2017-01-15include Canvas::Grid in build scriptPaul 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-12-19vertically center text in time rulersRobin Gareus
2016-12-19NO-OP: whitespaceRobin Gareus
2016-12-16fix unused Outside filled framed curve for constant points outside the draw a...nick_m
2016-12-16revert c3ab67dd now that this misbehaviour is understood.nick_m
2016-12-16fix issue with disappearing tempo curve at constant tempi.nick_m
2016-12-16amend incomplete change in previous commit.nick_m
2016-12-16more work on patch change redisplay.nick_m
2016-12-11go back to always interpolating framed curve points.nick_m
2016-11-30fix compilation with newer version of *mm and gcc-6.2 (RefPtr<> cast)Robin Gareus
2016-11-30prefer bool operatorRobin Gareus
2016-10-29Fix crash with empty patch-names.Robin Gareus
2016-10-17Tempo curve cleanup, now also works on optimized builds.nick_m
2016-10-13stop using gkd_pango_context_get() in ArdourCanvas::Canvas and require concre...Paul Davis
2016-09-30Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2016-09-28fix errors reported by pixman for meter redraws (and add more comments to hel...Paul Davis
2016-09-27provide ArdourCanvas::Text::{width,height}()Paul Davis
2016-09-27optimize canvas meter redrawing (as in the non-canvas version)Paul Davis
2016-09-27bug fixes for vertically-drawn Canvas::MeterPaul Davis
2016-09-27bug fixes for Canvas::BoxPaul Davis
2016-09-27add canvas-based Meter objectPaul Davis
2016-09-27add new Box container for Canvas.Paul Davis
2016-09-27add variant of Rect::expand() that allows different amounts in each directionPaul Davis
2016-09-27don't do as much work if a Rectangle has no outline width or outline what valuesPaul Davis
2016-09-27make inclusion/exclusion of hidden children optional in Item::add_child_bound...Paul Davis
2016-09-27add Item::add_front()Paul Davis