Find a file
2002-10-01 04:37:42 +00:00
src Standardized bracing-style and indentation 2002-10-01 04:37:42 +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 pen when it has more than 2 duplicate vertices. Imposed minimum value on tolerance to avoid infinite recursion. 2002-10-01 04:28:20 +00:00
xrint.h Fixed pen when it has more than 2 duplicate vertices. Imposed minimum value on tolerance to avoid infinite recursion. 2002-10-01 04:28:20 +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 Standardized bracing-style and indentation 2002-10-01 04:37:42 +00:00
xrpen.c Standardized bracing-style and indentation 2002-10-01 04:37:42 +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 Standardized bracing-style and indentation 2002-10-01 04:37:42 +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 Fixed rounding bug in _ComputeX. Use if statement instead of while loop to increment intersection Y value 2002-09-20 09:43:42 +00:00