[cairo-commit] roadster ChangeLog,1.88,1.89

Ian McIntosh commit at pdx.freedesktop.org
Tue Oct 11 16:28:47 PDT 2005


Committed by: ian

Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv21077

Modified Files:
	ChangeLog 
Log Message:
	* src/test_poly.c:
	* src/test_poly.h: Added to test polygon point reduction algorithm and others.
	* src/map_draw_gdk.c: Prepare for rectangle clipping.
	* src/map_math.c: Add Douglas-Peucker point simplification algorithm.  Add point distance from line function.  Add in/out/partial rect overlap function.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- ChangeLog	10 Oct 2005 07:07:36 -0000	1.88
+++ ChangeLog	11 Oct 2005 23:28:45 -0000	1.89
@@ -1,3 +1,10 @@
+2005-10-11  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
+	
+	* src/test_poly.c:
+	* src/test_poly.h: Added to test polygon point reduction algorithm and others.
+	* src/map_draw_gdk.c: Prepare for rectangle clipping.
+	* src/map_math.c: Add Douglas-Peucker point simplification algorithm.  Add point distance from line function.  Add in/out/partial rect overlap function.
+
 2005-10-10  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
 
 	* data/layers.xml:



More information about the cairo-commit mailing list