[poppler] poppler: ChangeLog,1.62,1.63 NEWS,1.6,1.7

Kristian Hogsberg krh at freedesktop.org
Wed Apr 20 23:35:35 PDT 2005


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

Modified Files:
	ChangeLog NEWS 
Log Message:
Thu Apr 21 02:25:20 2005  Kristian Høgsberg  <krh at redhat.com>

        * poppler/CairoFontEngine.cc (CairoFont::getFont): Cache
        cairo_font_t's for a given CairoFont.  With this patch cairo will
        recognize glyphs coming from the same font as such and the glyph
        cache will actually work.

        * glib/poppler-document.cc (poppler_document_new_from_file): Add
        output device (cairo or splash) to PopplerDocument and initialize
        it in the constructor.

        * glib/poppler-page.cc (splash_render_to_pixbuf,
        cairo_render_to_pixbuf): Use output device from associated poppler
        document instead of creating a new one.

        * poppler-glib.pc.in (Requires): Add Requires: field.

        * poppler/Page.cc (loadThumb): Remove unecessary and buggy call to
        Stream::addFilters(), reported by Ryan Lortie (#3046).



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- ChangeLog	21 Apr 2005 05:20:24 -0000	1.62
+++ ChangeLog	21 Apr 2005 06:35:33 -0000	1.63
@@ -1,4 +1,9 @@
-Thu Apr 21 00:15:30 2005  Kristian Høgsberg  <krh at redhat.com>
+Thu Apr 21 02:25:20 2005  Kristian Høgsberg  <krh at redhat.com>
+
+	* poppler/CairoFontEngine.cc (CairoFont::getFont): Cache
+	cairo_font_t's for a given CairoFont.  With this patch cairo will
+	recognize glyphs coming from the same font as such and the glyph
+	cache will actually work.
 
 	* glib/poppler-document.cc (poppler_document_new_from_file): Add
 	output device (cairo or splash) to PopplerDocument and initialize

Index: NEWS
===================================================================
RCS file: /cvs/poppler/poppler/NEWS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- NEWS	21 Apr 2005 05:20:24 -0000	1.6
+++ NEWS	21 Apr 2005 06:35:33 -0000	1.7
@@ -1,16 +1,10 @@
-Next Release
-
-	TODO:
-
-	- Use zlib for flate streams by default
-	- Performance fixes for glib+cairo
-
-	DONE:
+Release 0.3.0
 
-	- First simple cut at qt wrapper, including getText() for
+	- First cut at qt wrapper, including a getText() method for
 	  getting text from a page.
 	- More glib functionality: meta data, set page orientation,
 	  print to PS
+	- Performance fixes for glib+cairo
 	- Bug fixes
 
 Release 0.2.0  (Tue Apr  5 12:32:10 EDT 2005)



More information about the poppler mailing list