summaryrefslogtreecommitdiff
path: root/libs/canvas/box.cc
AgeCommit message (Collapse)Author
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2017-02-01some initial bits of work on canvas allocationPaul Davis
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use ↵Paul Davis
Rect::empty instead. This commit includes Rect::operator bool() which might be a candidate for removal in a future commit, in an attempt to make the meaning clearer
2016-09-27bug fixes for Canvas::BoxPaul Davis
2016-09-27add new Box container for Canvas.Paul Davis
API subject to change and improvement