summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2004-09-21 18:28:38 +0000
committerKeith Packard <keithp@keithp.com>2004-09-21 18:28:38 +0000
commitb09a282fc5594db6ee26f1f578f1c04e1ad37fac (patch)
tree9b48402e9e69ea2abad3138a1f09faef91d43dbf /ChangeLog
parent3e4457dd55823fa5cf4754f1a7849a4c2090af08 (diff)
Add a few definitions
Find pen starting point as closest to the normal to the path. Restructure convolve loop to be easier to understand Round circle coordinates instead of truncating them Move sample grid by 1/2 sample step. Clip polygons to mask pixmap. Modest performance improvement in span filling. Fix end case to remove edges before stepping. Stroke a path.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 051a94f..d432886 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
2004-09-21 Keith Packard <keithp@keithp.com>
+ * twin.h:
+ * twinint.h:
+ Add a few definitions
+
+ * twin_convolve.c: (_twin_path_leftpoint), (twin_path_convolve):
+ Find pen starting point as closest to the normal to the path.
+ Restructure convolve loop to be easier to understand
+
+ * twin_path.c: (twin_path_circle):
+ Round circle coordinates instead of truncating them
+
+ * twin_poly.c: (_twin_fixed_grid_ceil), (_twin_edge_build),
+ (_span_fill), (_twin_edge_fill):
+ Move sample grid by 1/2 sample step.
+ Clip polygons to mask pixmap.
+ Modest performance improvement in span filling.
+ Fix end case to remove edges before stepping.
+
+ * xtwin.c: (main):
+ Stroke a path.
+
+2004-09-21 Keith Packard <keithp@keithp.com>
+
* Makefile.am:
* twin.h:
* twin_convolve.c: (_twin_path_leftmost), (_twin_path_step),