207
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed xrpolygon for multiple sub-polygons More... about 22 years ago
Fixed miter limit handling. Added local.def More... about 22 years ago
Fixed holes in self-intersecting splines, (from change to winding rule parameter interface) More... about 22 years ago
Make Xr use XFTINCLUDES as it now uses Xft More... about 22 years ago
Fixes for transformed images More... about 22 years ago
Added group support. More... over 22 years ago
Fix memory leak of image pixmap More... over 22 years ago
Partial image support. More... over 22 years ago
Moved Xft/fontconfig code up from Xc to Xr. Added XrTextExtents More... over 22 years ago
Added basic font support More... over 22 years ago
Added XrStatusInvalidRestore. Fixed XrSurface memory leak. More... over 22 years ago
Added TODO, README, and .cvsignore More... over 22 years ago
Moved current point state to XrGState and dropped relative operators from XrPath. This is all in preparation for XrShowText, (which needs access to the current point) More... over 22 years ago
Added XrSetFillRule More... over 22 years ago
Fix for paths with multiple polygons disjoint in Y More... over 22 years ago
Added XrConcatMatrix, XrGetStatus. Properly clip color, alpha, and tolerance values from the user. Renamed _XrTransformPointWithoutTranslate to _XrTransformDistance. Added new XrIntStatus type for error codes that are not exported. More... over 22 years ago
Various cleanups, (no functional changes). Changed arguments for XrRel* from x,y to dx,dy. Changed XrError to XrStatus. Added a prefix of '_' to all internal functions More... over 22 years ago
Standardized bracing-style and indentation More... over 22 years ago
Fixed pen when it has more than 2 duplicate vertices. Imposed minimum value on tolerance to avoid infinite recursion. More... over 22 years ago
Fixed rounding bug in _ComputeX. Use if statement instead of while loop to increment intersection Y value More... over 22 years ago
Fixed intersection test for parallel lines More... over 22 years ago
Added comments describing polygon tessellation algorithm More... over 22 years ago
Cleaned up polygon tessellation code. Fixes all known problems. More... over 22 years ago
Fixed some broken polygons by adding another sort to polygon tessellation code. More... over 22 years ago
Fixed _XrPenVerticesNeeded to not return negative numbers under scaling More... over 22 years ago
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). More... over 22 years ago
Fixed rendering of degenerate splines. Changed XrStrokeFace to define everything in terms of the direction of the path More... over 22 years ago
Fixed spline error calculation. New effort to compute spline initial/final slopes even for degenerate splines, (degenerate splines are still broken somewhere though). More... over 22 years ago
Fix polygon stroking so last final face is rendered exactly. Fix bug in which XrPolygonAddPt with horizontal edge would then drop the next edge. More... over 22 years ago
Corrected XrPenVerticesNeeded for handling transformed pens More... over 22 years ago