0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
intermediate setup of zfish-ios project More... almost 13 years ago
fixed some stuff More... almost 13 years ago
fixed scale More... about 13 years ago
set matrix operations to be more intuitive, though opposite of opengl. More... about 13 years ago
fixed openvg matrix concat to work like opengl's More... about 13 years ago
support getting bounds More... about 13 years ago
tess vertices are now stored in a list and not a vector. in theory we then can have a ptr to the vertex in the list without it being moved in memory. rememberstd::vector does a realloc to keep things continuous so you cannot safely have a ptr to an object in a vector. More... about 13 years ago
support retrieving bounds from vgpath More... about 13 years ago
plugged up memory leak More... about 13 years ago
implemented vgGetMatrix and fixed vgMultiplyMatrix More... over 13 years ago
added vgMultMatrix functionality. More... over 13 years ago
sanity check for making sure there is at least a fill or stroke when trying to draw a path More... over 13 years ago
support for relative coords More... over 13 years ago
arcs really working. with vguArc and vguRoundedRect all working!!! both in stroke and fill. for sure need more testing but my simple test cases work. More... over 13 years ago
arcs working except for the lower left corner arc. todo: fix it. More... over 13 years ago
Merge branch 'master' of github.com:micahpearlman/MonkVG More... over 13 years ago
initial arc working. need to test more More... over 13 years ago
added initial support for arcs in stroking paths. More... over 13 years ago
added mention of OSX project in readme More... over 13 years ago
using VG_INVALID_HANDLE and setting up properly for 64 bit. More... over 13 years ago
fixed translate properly More... over 13 years ago
scaling working properly More... over 13 years ago
vgLoadTransform now working More... over 13 years ago
implemented vgClearPath More... over 13 years ago
dirty flag is at root of the path hierarchy More... over 13 years ago
added OSX static library project and cleaned up a bunch of stuff. More... over 13 years ago
added alpha fading to drips More... over 13 years ago
added paint drip stuff More... over 13 years ago
reverted back some check if init code in painting view. More... over 13 years ago
Merge branch 'master' of github.com:micahpearlman/MonkVG More... over 13 years ago