summaryrefslogtreecommitdiff
path: root/pxl/pxpaint.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-19Indent with spaces and strip trailing whitespace.Tor Andersson1-473/+472
2010-05-13Fixes bug #690877, update the PXL default fill algorithm to useHenry Stiles1-17/+0
2009-08-30Make PXL operator definitions public to clean up many lackingHenry Stiles1-0/+1
2008-06-11Fixes indeterminism in C307.BIN reported last in cluster regressionHenry Stiles1-1/+11
2008-03-06cosmetic change, use int32_t from stdint_.h instead of a definitionHenry Stiles1-2/+2
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-6/+6
2007-02-28cleanup compiler warnings and dead code in anticipation of a release. NoHenry Stiles1-2/+2
2006-12-08The fine print in the xl manual indicated rops 0,160,170, 240,250 andHenry Stiles1-29/+48
2006-09-20Fix missing current point after painting path in PXL.Stefan Kemper1-2/+4
2006-09-19Warning: These changes have not been completely tested or areHenry Stiles1-1/+2
2006-09-07Merge the gs853merge branch down into the trunk. This ports ghostpcl andRalph Giles1-18/+18
2006-03-07Change PXL rectangle draw direction back to match the spec; CCW.Stefan Kemper1-1/+2
2003-09-06Added pl_stdio under the gs_memory_t. This provides a singleStefan Kemper1-18/+18
2003-05-02Removes P declaration macros used to support K&R as part of the gs 8.xHenry Stiles1-3/+3
2001-03-23Added new copyrightStefan Kemper1-3/+12
2000-02-04From what I can gather... pxl treats ellipses as degenerate if bothHenry Stiles1-12/+23
2000-01-27Correct problem with drawing ellipses in a counterclockwise direction.Dan Coby1-1/+9
1999-10-23Fix reference counting for painted paths so they are freed correctly.Ray Johnston1-1/+0
1999-03-04Fix for partially degenerate arc cases when only one axis has zero size.Ray Johnston1-1/+1
1999-02-04Fix for uninitialized value in 'cursor' structure causing FP ExceptionRay Johnston1-2/+2
1998-08-12new path code in pxpaint.c and change in pxl_ugcc.mak to fix handlingHenry Stiles1-12/+8
1998-08-08pxl115Henry Stiles1-0/+799