summaryrefslogtreecommitdiff
path: root/libs/canvas/lookup_table.cc
AgeCommit message (Expand)Author
2019-08-03Update canvas/UI lib GPL boilerplate and (C) from git logRobin Gareus
2017-01-19remove use of boost::optional to define "undefined" Canvas::Rect, and use Rec...Paul Davis
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2014-12-05experimental drawing optimization.Robin Gareus
2014-06-21refactor Canvas so that all Items have children; add Container abstract base ...Paul Davis
2014-06-03use window-based coordinates when picking current item so that we get per-ite...Paul Davis
2013-12-12change event propagation to be based on parent/child lineage, not z-axis stac...Paul Davis
2013-12-09make PolyLine use distance_to_segment_squared(), and add separate (null, for ...Paul Davis
2013-11-04drop use of bounding box to determine whether an item covers a point; add Ite...Paul Davis
2013-11-03send enter events to EVERY newly entered item (ignore the bool return from th...Paul Davis
2013-10-28fix coordinate system for Canvas items_at_point() methodsPaul Davis
2013-10-28add coordinate space commentPaul Davis
2013-09-25add casting for MSVC sqrtPaul Davis
2013-04-15add headers to all canvas .cc and .h filesPaul Davis
2013-04-04initial commit of hand merging, plus getting "ancient" waf script to work cor...Paul Davis