[poppler] poppler: ChangeLog,1.101,1.102

Kristian Hogsberg krh at freedesktop.org
Thu May 26 06:03:37 PDT 2005


Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv28037

Modified Files:
	ChangeLog 
Log Message:
2005-05-26  Kristian Høgsberg  <krh at redhat.com>

        * poppler/CairoOutputDev.cc (clip): Remove snapToGrid so clip()
        prototype matches what Gfx actually calls (fixes clipping).

        * poppler/CairoOutputDev.cc: Update fill color, stroke color, fill
        opacity and stroke opacity from GfxState on restore, since they
        aren't handled by cairo_restore() (#3362).

        * poppler/CairoOutputDev.cc: Comment out tolerance setting until
        we figure out how cairo settings relate to pdf settings.

        * poppler/CairoOutputDev.cc: Support fill and stroke opacity.



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -d -r1.101 -r1.102
--- ChangeLog	26 May 2005 12:52:38 -0000	1.101
+++ ChangeLog	26 May 2005 13:03:35 -0000	1.102
@@ -1,5 +1,17 @@
 2005-05-26  Kristian Høgsberg  <krh at redhat.com>
 
+	* poppler/CairoOutputDev.cc (clip): Remove snapToGrid so clip()
+	prototype matches what Gfx actually calls (fixes clipping).
+	
+	* poppler/CairoOutputDev.cc: Update fill color, stroke color, fill
+	opacity and stroke opacity from GfxState on restore, since they
+	aren't handled by cairo_restore() (#3362).
+
+	* poppler/CairoOutputDev.cc: Comment out tolerance setting until
+	we figure out how cairo settings relate to pdf settings.
+
+	* poppler/CairoOutputDev.cc: Support fill and stroke opacity.
+	
 	* poppler/GfxState.cc: 
 	* poppler/GfxState.h: Add GfxColorSpace::getRGBLine here and
 	implement in subclasses.



More information about the poppler mailing list