[cairo-commit] cairo ChangeLog,1.805,1.806 ROADMAP,1.29,1.30

Owen Taylor commit at pdx.freedesktop.org
Mon Aug 1 11:45:44 PDT 2005


Committed by: otaylor

Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv8995

Modified Files:
	ChangeLog ROADMAP 
Log Message:
2005-08-01  Owen Taylor  <otaylor at redhat.com>

        * src/cairo.h src/cairoint.h src/cairo-surface.c:
        Add cairo_mark_dirty[_rectangle]() and cairo_flush() for

        * src/cairo-win32-surface.c: Implement a cairo_flush()
        that restores the original clip. Also restore the original
        flush when a surface is finished.

        * ROADMAP: Check off the item.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.805
retrieving revision 1.806
diff -u -d -r1.805 -r1.806
--- ChangeLog	31 Jul 2005 18:19:47 -0000	1.805
+++ ChangeLog	1 Aug 2005 18:45:42 -0000	1.806
@@ -1,3 +1,14 @@
+2005-08-01  Owen Taylor  <otaylor at redhat.com>
+
+	* src/cairo.h src/cairoint.h src/cairo-surface.c:
+	Add cairo_mark_dirty[_rectangle]() and cairo_flush() for
+
+	* src/cairo-win32-surface.c: Implement a cairo_flush()
+	that restores the original clip. Also restore the original
+	flush when a surface is finished.
+
+	* ROADMAP: Check off the item.
+
 2005-07-31  Billy Biggs  <vektor at dumbterm.net>
 
 	reviewed by: keithp

Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- ROADMAP	29 Jul 2005 22:35:19 -0000	1.29
+++ ROADMAP	1 Aug 2005 18:45:42 -0000	1.30
@@ -41,7 +41,7 @@
 		krh, and otaylor answered all the tough questions it
 		raised. There's not much work left to finish this one.
 
- A7. cairo_surface_mark_dirty and cairo_surface_flush
+✓A7. cairo_surface_mark_dirty and cairo_surface_flush
 	Difficulty: trivial to add API, moderate to actually optimize
 		    based on it
 	Status: cworth has sent an API proposal to the list for




More information about the cairo-commit mailing list