Find a file
2002-09-17 14:21:36 +00:00
src Added comments describing polygon tessellation algorithm 2002-09-17 14:21:36 +00:00
ChangeLog Added ChangeLog 2002-07-23 07:22:56 +00:00
Imakefile Fixed spline error calculation. New effort to compute spline initial/final slopes even for degenerate splines, (degenerate splines are still broken somewhere though). 2002-09-10 08:01:00 +00:00
xr.c Added initial spline support. Added XrSetTolerance 2002-09-03 08:42:25 +00:00
Xr.h Removed state from XrFiller that was redundant with state in XrPolygon. Fixed state update in XrStroker so that paths with multiple subpaths work. Simplified error-prone sorting in XrPenAddPoints. Renamed XrPenVertexTag to XrPenVertexFlag, (to allow for a single vertex that is the starting point for both the forward and reverse half-path). 2002-09-13 12:55:37 +00:00
xrcolor.c Total rewrite of path storage/interpretation in preparation for splines. 2002-08-14 00:39:43 +00:00
xrfiller.c Removed state from XrFiller that was redundant with state in XrPolygon. Fixed state update in XrStroker so that paths with multiple subpaths work. Simplified error-prone sorting in XrPenAddPoints. Renamed XrPenVertexTag to XrPenVertexFlag, (to allow for a single vertex that is the starting point for both the forward and reverse half-path). 2002-09-13 12:55:37 +00:00
xrgstate.c Fixed spline error calculation. New effort to compute spline initial/final slopes even for degenerate splines, (degenerate splines are still broken somewhere though). 2002-09-10 08:01:00 +00:00
xrint.h Cleaned up polygon tessellation code. Fixes all known problems. 2002-09-17 13:38:55 +00:00
xrmisc.c Fixed spline error calculation. New effort to compute spline initial/final slopes even for degenerate splines, (degenerate splines are still broken somewhere though). 2002-09-10 08:01:00 +00:00
xrpath.c Fixed spline error calculation. New effort to compute spline initial/final slopes even for degenerate splines, (degenerate splines are still broken somewhere though). 2002-09-10 08:01:00 +00:00
xrpen.c Fixed _XrPenVerticesNeeded to not return negative numbers under scaling 2002-09-13 13:27:51 +00:00
xrpolygon.c Fixed spline error calculation. New effort to compute spline initial/final slopes even for degenerate splines, (degenerate splines are still broken somewhere though). 2002-09-10 08:01:00 +00:00
xrspline.c Fixed rendering of degenerate splines. Changed XrStrokeFace to define everything in terms of the direction of the path 2002-09-10 09:51:14 +00:00
xrstate.c Added error handling (Xr shutdown) for out-of-memory handling. Started adding spline functions. 2002-08-15 05:22:59 +00:00
xrstroker.c Removed state from XrFiller that was redundant with state in XrPolygon. Fixed state update in XrStroker so that paths with multiple subpaths work. Simplified error-prone sorting in XrPenAddPoints. Renamed XrPenVertexTag to XrPenVertexFlag, (to allow for a single vertex that is the starting point for both the forward and reverse half-path). 2002-09-13 12:55:37 +00:00
xrsurface.c Total rewrite of path storage/interpretation in preparation for splines. 2002-08-14 00:39:43 +00:00
xrtransform.c Corrected XrPenVerticesNeeded for handling transformed pens 2002-09-05 10:06:44 +00:00
xrtraps.c Added comments describing polygon tessellation algorithm 2002-09-17 14:21:36 +00:00