index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-module
/
vectorio
Age
Commit message (
Expand
)
Author
2021-03-26
Merge pull request #4486 from kmatch98/displayio_area_expand
Dan Halbert
2021-03-25
remove duplicated code, replace with displayio_area_canon
Kevin Matocha
2021-03-25
move to displayio_area_union and away from _expand
Kevin Matocha
2021-03-25
correct rectangle size dimensions
Kevin Matocha
2021-03-15
run code formatting script
microDev
2021-03-04
Be cognizant of null transform for .transpose_xy
Dan Halbert
2020-07-28
use top-left heuristic for vectorio.Polygon
Kenny
2020-07-20
vectorio: fix VectorShape non-transposed pixel placement
Kenny
2020-07-20
pre-allocate list of known size
Kenny
2020-07-19
fix 3169: Polygon.points property
Kenny
2020-06-03
Fix up end of file and trailing whitespace.
Diego Elio Pettenò
2020-05-18
remove a duplication in polygon.c
warriorofwire
2020-05-18
vectorio: speed up polygon
warriorofwire
2020-05-12
add performance measurement to VectorShape
warriorofwire
2020-05-12
make Circle return explicit
warriorofwire
2020-05-10
vectorio: fix up Rectangle
warriorofwire
2020-05-10
vectorio: clean up after group removal
warriorofwire
2020-05-10
vectorio: respect display transpose and mirror.
warriorofwire
2020-05-09
vectorio: switch per-shape transform to Display
warriorofwire
2020-05-09
Add vectorio: for drawing shapes
warriorofwire