[cairo-commit] cairo-demo/png .cvsignore, 1.4, 1.5 ChangeLog, 1.16, 1.17 Makefile, 1.8, 1.9 snapping.c, NONE, 1.1

Carl Worth commit at pdx.freedesktop.org
Fri Oct 22 08:08:25 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo-demo/png
In directory gabe:/tmp/cvs-serv13640

Modified Files:
	.cvsignore ChangeLog Makefile 
Added Files:
	snapping.c 
Log Message:

        * snapping.c: Add demo showing how to do device-pixel-aligned
        graphics.


Index: .cvsignore
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- .cvsignore	18 Oct 2004 14:43:47 -0000	1.4
+++ .cvsignore	22 Oct 2004 15:08:23 -0000	1.5
@@ -2,6 +2,7 @@
 caps_joins
 hering
 outline
+snapping
 spiral
 splines_tolerance
 stars

Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- ChangeLog	18 Oct 2004 22:37:34 -0000	1.16
+++ ChangeLog	22 Oct 2004 15:08:23 -0000	1.17
@@ -1,3 +1,8 @@
+2004-10-22  Carl Worth  <cworth at cworth.org>
+
+	* snapping.c: Add demo showing how to do device-pixel-aligned
+	graphics.
+
 2004-10-18  Carl Worth  <cworth at cworth.org>
 
 	* bevels.c: Add bevel example showing lines of 1-pixel width.

Index: Makefile
===================================================================
RCS file: /cvs/cairo/cairo-demo/png/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile	18 Oct 2004 14:43:47 -0000	1.8
+++ Makefile	22 Oct 2004 15:08:23 -0000	1.9
@@ -1,4 +1,4 @@
-EXAMPLES=bevels caps_joins hering outline spiral splines_tolerance stars text text-rotate
+EXAMPLES=bevels caps_joins hering outline spiral splines_tolerance snapping stars text text-rotate
 
 CFLAGS+=-g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls `pkg-config --cflags cairo libpng`
 LDFLAGS+=`pkg-config --libs cairo libpng`

--- NEW FILE: snapping.c ---
(This appears to be a binary file; contents omitted.)




More information about the cairo-commit mailing list