head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.20 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.18 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.16 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.14 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.12 pkgsrc-2009Q4-base:1.4 pkgsrc-2008Q4:1.4.0.10 pkgsrc-2008Q4-base:1.4 pkgsrc-2008Q3:1.4.0.8 pkgsrc-2008Q3-base:1.4 cube-native-xorg:1.4.0.6 cube-native-xorg-base:1.4 pkgsrc-2008Q2:1.4.0.4 pkgsrc-2008Q2-base:1.4 pkgsrc-2008Q1:1.4.0.2 pkgsrc-2008Q1-base:1.4 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.1.0.6 pkgsrc-2007Q3-base:1.1 pkgsrc-2007Q2:1.1.0.4 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.2 pkgsrc-2007Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2008.02.01.21.12.42; author drochner; state dead; branches; next 1.3; 1.3 date 2007.11.28.20.54.38; author drochner; state Exp; branches; next 1.2; 1.2 date 2007.11.03.16.10.39; author drochner; state dead; branches; next 1.1; 1.1 date 2007.01.17.15.53.09; author drochner; state Exp; branches; next ; desc @@ 1.4 log @update to 0.6.4 changes: -Fix crash in the Splash renderer when T3 fonts are badly defined -Draw underlined Links correctly -utils: Fix two use after free bugs in HtmlOutputDev.cc -some fixes to the qt4 frontend @ text @$NetBSD: patch-ae,v 1.3 2007/11/28 20:54:38 drochner Exp $ --- poppler/Gfx.cc.orig 2007-11-28 20:59:16.000000000 +0100 +++ poppler/Gfx.cc @@@@ -4014,7 +4014,7 @@@@ void Gfx::opBeginMarkedContent(Object ar if (printCommands) { printf(" marked content: %s ", args[0].getName()); if (numArgs == 2) - args[2].print(stdout); + args[1].print(stdout); printf("\n"); fflush(stdout); } @@@@ -4034,7 +4034,7 @@@@ void Gfx::opMarkPoint(Object args[], int if (printCommands) { printf(" mark point: %s ", args[0].getName()); if (numArgs == 2) - args[2].print(stdout); + args[1].print(stdout); printf("\n"); fflush(stdout); } @ 1.3 log @update to 0.6.2 changes: -security fixes (patched in pkgsrc) were integrated upstream -fix some possible crashes -cleanup @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 0.6.1 This switches to the new 0.6 branch which is not source compatible to 0.5.x. Most notable changes: -Merge xpdf 3.02 changes -Support for Sound objects -Support for Opening/Closing page actions -Support for page duration -Improve PS Tokenizer performance -Beginning of Interactive Form support -xpdfrc is no longer used for anything -Fix security issue MOAB-06-01-2007 -Lots of bugs fixed @ text @d1 1 a1 1 $NetBSD: patch-ae,v 1.1 2007/01/17 15:53:09 drochner Exp $ d3 20 a22 11 --- poppler/Catalog.h.orig 2006-01-23 15:43:36.000000000 +0100 +++ poppler/Catalog.h @@@@ -193,7 +193,7 @@@@ private: PageMode pageMode; // page mode PageLayout pageLayout; // page layout - int readPageTree(Dict *pages, PageAttrs *attrs, int start); + int readPageTree(Dict *pages, PageAttrs *attrs, int start, int callDepth); Object *findDestInTree(Object *tree, GooString *name, Object *obj); }; @ 1.1 log @pull a patch from poppler CVS to fix MOAB-06-01-2007 (DOS) bump PKGREVISION @ text @d1 1 a1 1 $NetBSD$ @