summaryrefslogtreecommitdiff
path: root/lib/gfxpoly/test.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-15more randomization in area intersection test codeMatthias Kramm1-15/+29
2011-02-14fixed moments calculcationMatthias Kramm1-1/+1
2011-02-09added support for moments to gfxpolyMatthias Kramm1-9/+38
2010-07-21added additional parameter to drawlink()Matthias Kramm1-1/+1
2010-06-02bugfixesMatthias Kramm1-4/+8
2010-06-01bugfixes, refactoringMatthias Kramm1-3/+5
2010-05-27more horizontal refactoringMatthias Kramm1-3/+22
2010-05-26added in-line horizontal processing prototypeMatthias Kramm1-2/+2
2010-04-07made gfxpoly_check test for correct circular fillingMatthias Kramm1-5/+6
2010-04-06gfxpoly: added additional save methodMatthias Kramm1-9/+16
2010-04-05made gfxpoly_dump print out segments in the right orderMatthias Kramm1-2/+3
2010-04-05made segment direction fill-sensitiveMatthias Kramm1-1/+1
2010-04-01reworked edgestyle logicMatthias Kramm1-1/+7
2009-06-05more bugfixes in stroke codeMatthias Kramm1-0/+3
2009-06-05optimized gfxpoly to gfxline conversionMatthias Kramm1-0/+4
2009-06-05numerous bigfixes in stroke->polygon conversionMatthias Kramm1-14/+46
2009-05-28implemented stroke mergingMatthias Kramm1-4/+16
2009-05-26small bugfixes and memory optimizationsMatthias Kramm1-7/+9
2009-05-26completed transition to smaller polygon structMatthias Kramm1-72/+45
2009-05-26small code refactoringMatthias Kramm1-1/+1
2009-05-26fixed a few minor mem leaksMatthias Kramm1-8/+11
2009-05-26switched several parts of the polygon processor to a more compact polygon rep...Matthias Kramm1-29/+64
2009-05-24several small fixes in polygon codepolyokMatthias Kramm1-41/+71
2009-05-20started rewriting polygon conversion functionsMatthias Kramm1-1/+4
2009-05-20minor bugfixes and speed improvements in polygon intersectorMatthias Kramm1-27/+60
2009-05-03new polygon renderer: fixed numerical issuesMatthias Kramm1-13/+31
2009-05-03more bugfixes in new polygon intersectorMatthias Kramm1-10/+8
2009-05-02polygon intersector: performance improvements and bugfixesMatthias Kramm1-23/+249
2009-05-01polygon intersector: added horizontal line reconstructionMatthias Kramm1-3/+9
2009-05-01polygon intersector: improved test routinesMatthias Kramm1-6/+46
2009-05-01more improvements to, and bugfixes in, the new polygon intersectorMatthias Kramm1-29/+52
2009-04-30improved intersector horizontal line supportMatthias Kramm1-19/+45
2009-04-23many optimizations and bugfixes in the new intersector codeMatthias Kramm1-9/+98
2009-04-22first version of new polygon intersectorMatthias Kramm1-0/+81