summaryrefslogtreecommitdiff
path: root/lib/gfxpoly/convert.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-09added support for moments to gfxpolyMatthias Kramm1-1/+1
2010-06-14fixed some compiler warningsMatthias Kramm1-2/+2
2010-06-01bugfixes, refactoringMatthias Kramm1-4/+14
2010-04-01reworked edgestyle logicMatthias Kramm1-0/+1
2010-03-31added vectors_to_glyphs filterMatthias Kramm1-1/+1
2010-01-08fixed format warningsMatthias Kramm1-1/+1
2009-09-10small polygon refinementMatthias Kramm1-11/+38
2009-07-31fixed a nasty floating point bugMatthias Kramm1-4/+5
2009-06-06fixed bevel joinsMatthias Kramm1-0/+3
2009-06-05more bugfixes in stroke codeMatthias Kramm1-1/+33
2009-06-05optimized gfxpoly to gfxline conversionMatthias Kramm1-2/+74
2009-06-05replaced libart with new polygon codeMatthias Kramm1-0/+20
2009-06-05numerous bigfixes in stroke->polygon conversionMatthias Kramm1-5/+52
2009-06-03added a new stroke->polygon conversion functionMatthias Kramm1-0/+76
2009-05-28implemented stroke mergingMatthias Kramm1-1/+1
2009-05-27bugfixes and speedupsMatthias Kramm1-0/+1
2009-05-26small bugfixes and memory optimizationsMatthias Kramm1-15/+10
2009-05-26completed transition to smaller polygon structMatthias Kramm1-109/+12
2009-05-26fixed a few minor mem leaksMatthias Kramm1-0/+1
2009-05-26switched several parts of the polygon processor to a more compact polygon rep...Matthias Kramm1-86/+152
2009-05-24several small fixes in polygon codepolyokMatthias Kramm1-18/+16
2009-05-20started rewriting polygon conversion functionsMatthias Kramm1-61/+193
2009-05-20minor bugfixes and speed improvements in polygon intersectorMatthias Kramm1-0/+12
2009-05-15small speed improvementsMatthias Kramm1-5/+18
2009-05-03new polygon renderer: fixed numerical issuesMatthias Kramm1-1/+8
2009-05-03more bugfixes in new polygon intersectorMatthias Kramm1-1/+0
2009-05-02polygon intersector: performance improvements and bugfixesMatthias Kramm1-3/+3
2009-05-01polygon intersector: improved test routinesMatthias Kramm1-9/+68
2009-05-01more improvements to, and bugfixes in, the new polygon intersectorMatthias Kramm1-11/+18
2009-04-30improved intersector horizontal line supportMatthias Kramm1-1/+1
2009-04-23many optimizations and bugfixes in the new intersector codeMatthias Kramm1-7/+19
2009-04-22first version of new polygon intersectorMatthias Kramm1-0/+56