summaryrefslogtreecommitdiff
path: root/shared-module/vectorio
AgeCommit message (Expand)Author
2021-03-26Merge pull request #4486 from kmatch98/displayio_area_expandDan Halbert
2021-03-25remove duplicated code, replace with displayio_area_canonKevin Matocha
2021-03-25move to displayio_area_union and away from _expandKevin Matocha
2021-03-25correct rectangle size dimensionsKevin Matocha
2021-03-15run code formatting scriptmicroDev
2021-03-04Be cognizant of null transform for .transpose_xyDan Halbert
2020-07-28use top-left heuristic for vectorio.PolygonKenny
2020-07-20vectorio: fix VectorShape non-transposed pixel placementKenny
2020-07-20pre-allocate list of known sizeKenny
2020-07-19fix 3169: Polygon.points propertyKenny
2020-06-03Fix up end of file and trailing whitespace.Diego Elio Pettenò
2020-05-18remove a duplication in polygon.cwarriorofwire
2020-05-18vectorio: speed up polygonwarriorofwire
2020-05-12add performance measurement to VectorShapewarriorofwire
2020-05-12make Circle return explicitwarriorofwire
2020-05-10vectorio: fix up Rectanglewarriorofwire
2020-05-10vectorio: clean up after group removalwarriorofwire
2020-05-10vectorio: respect display transpose and mirror.warriorofwire
2020-05-09vectorio: switch per-shape transform to Displaywarriorofwire
2020-05-09Add vectorio: for drawing shapeswarriorofwire