Package: xpdf / 3.03-17

Metadata

Package Version Patches format
xpdf 3.03-17 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 manpage.patch | (download)

doc/xpdf.1 | 78 47 + 31 - 0 !
doc/xpdfrc.5 | 9 6 + 3 - 0 !
2 files changed, 53 insertions(+), 34 deletions(-)

 manpage updates
02 permissions.patch | (download)

xpdf/PDFCore.cc | 4 4 + 0 - 0 !
xpdf/XPDFCore.cc | 8 8 + 0 - 0 !
xpdf/XPDFViewer.cc | 4 4 + 0 - 0 !
3 files changed, 16 insertions(+)

 remove pdf file permission checks
11 fix hyphens in manpages.patch | (download)

doc/xpdf.1 | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix hyphens in manpages 
fix 408502.patch | (download)

xpdf/XPDFViewer.cc | 236 226 + 10 - 0 !
xpdf/XPDFViewer.h | 12 12 + 0 - 0 !
2 files changed, 238 insertions(+), 10 deletions(-)

 debian bug #408502; support for additional print options


fix 458468.patch | (download)

xpdf/xpdf.cc | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 add "-mattecolor" to help output
fix 512381.patch | (download)

xpdf/XPDFCore.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix continuous mode crashiness
fix 580495.patch | (download)

doc/xpdf.1 | 9 8 + 1 - 0 !
doc/xpdfrc.5 | 6 3 + 3 - 0 !
xpdf/PDFCore.cc | 24 24 + 0 - 0 !
xpdf/PDFCore.h | 1 1 + 0 - 0 !
xpdf/XPDFCore.cc | 6 4 + 2 - 0 !
xpdf/XPDFViewer.cc | 36 29 + 7 - 0 !
xpdf/XPDFViewer.h | 9 3 + 6 - 0 !
7 files changed, 72 insertions(+), 19 deletions(-)

 add additional zoom features
fix 627426.patch | (download)

xpdf/XPDFCore.cc | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use poppler's naming for mouse button 1 binding
fix 692931.patch | (download)

xpdf/PDFCore.cc | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 make selections visible in reverse video mode
hardening invalid conversions.patch | (download)

xpdf/XPDFViewer.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix some invalid type conversions
hardening system calls.patch | (download)

xpdf/XPDFCore.cc | 17 14 + 3 - 0 !
xpdf/XPDFViewer.cc | 6 5 + 1 - 0 !
2 files changed, 19 insertions(+), 4 deletions(-)

 check exit codes of system calls 
hardening pointer casting.patch | (download)

xpdf/XPDFViewer.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix casting to pointer of different size 
poppler textpage destructor.patch | (download)

xpdf/PDFCore.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 make compatible with poppler's text destructor
poppler filespecname.patch | (download)

xpdf/XPDFCore.cc | 7 5 + 2 - 0 !
xpdf/config.h | 1 1 + 0 - 0 !
2 files changed, 6 insertions(+), 2 deletions(-)

 make filespec call compatible with poppler
poppler findtext.patch | (download)

xpdf/PDFCore.cc | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 use poppler's findtext api
poppler startdoc.patch | (download)

xpdf/PDFCore.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 startdoc now takes a pdfdoc instead of an xref
author : Andy Whitcroft <apw@ubuntu.com>


poppler xpdfparams.patch | (download)

xpdf/PDFCore.cc | 3 2 + 1 - 0 !
xpdf/XPDFCore.cc | 11 6 + 5 - 0 !
xpdf/XPDFParams.cc | 492 492 + 0 - 0 !
xpdf/XPDFParams.h | 120 120 + 0 - 0 !
xpdf/XPDFViewer.cc | 26 15 + 11 - 0 !
xpdf/xpdf.cc | 29 3 + 26 - 0 !
6 files changed, 638 insertions(+), 43 deletions(-)

 delete settings that are not available in poppler
poppler startpage.patch | (download)

xpdf/CoreOutputDev.cc | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 support poppler 0.24 api