]> www.fi.muni.cz Git - evince.git/commit
xpdf page numbering is not zero-based!
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sat, 9 Nov 2002 16:20:59 +0000 (16:20 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Sat, 9 Nov 2002 16:20:59 +0000 (16:20 +0000)
commitc8a16b3469cf57c02e49439073a60908b4a93f91
treebff24b9e2ead2d7b03901177788e61b7019308fe
parentd5f6bff1a13c848afbd74dd2e82c78bbdead54d2
xpdf page numbering is not zero-based!

* xpdf/gpdf-view.cc (gpdf_view_key_press_event): xpdf page
numbering is not zero-based!

* xpdf/GfxState.cc (GfxDeviceCMYKColorSpace::getRGB): special case
cmyk k-only colors

* xpdf/GPOutputDev.h: declare drawImage

* xpdf/GPOutputDev.cc (getFontFace): forgot to rename one
font_name to gfont_name; cleanup whitespace in the source
(drawImage): implement. (Does not render output on
GnomePrintPreview older than 2002-06-14)

* shell/gpdf.c (gw_control_load_pdf): s|file://|file:|
pdf/xpdf/GfxState.cc