]> www.fi.muni.cz Git - evince.git/commit
kill
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>
Mon, 7 Oct 2002 17:35:05 +0000 (17:35 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Mon, 7 Oct 2002 17:35:05 +0000 (17:35 +0000)
commit94dce1988ba107a439e258136fd8a8c84f289672
tree7c7f16893f1956197d6d98d7fa49d9436bc2eaef
parent58200a9a6965c0acc5e538b685f3f1b3b8b44f51
kill

* xpdf/xpdfsrc.txt, xpdf/xpdfobj.txt: kill

* xpdf/gpdf-embeddable-view.cc (gev_set_pdf_cb)
(gpdf_embeddable_view_construct): see gc_set_pdf_cb entry below

* xpdf/gpdf-control.cc (GPdfControlPrivate: store persist_stream
(gpdf_control_destroy): write, install
(gc_setup_persist, gc_set_pdf_cb): pdf_view_set_pdf_doc on set_pdf
signal from persist_stream (used to be done in PdfView)
(gc_setup_widgets): pdf_view_new takes no parameter

* xpdf/pdf-view.h: s/extern "C" {// around headers
update declarations

* xpdf/pdf-view.cc (PdfViewPrivate): store only a PDFDoc, not a
GPdfPersistStream
(view_is_good): replace with IS_PDF_VIEW_WITH_DOC macro, use that
(last_page, next_page): get pdf_doc from priv
(setup_size): ditto, add parameter assertion
(render_page, pdf_view_get_page_width): get pdf_doc from priv
(pdf_view_set_zoom): only render_page if pdf_poc != NULL
(set_pdf_cb): inline into:
(pdf_view_set_pdf_doc): new method, eventually we can switch the
pdf to be displayed
(pv_destroy, pdf_view_construct, pdf_view_new): don't store a
GPdfPersistStream

* xpdf/gtkgesture.h: include gtk.h, protect with BEGIN_GNOME_DECLS

* xpdf/gpdf-persist-stream.h: move GPdfPersistStreamPrivate to
gpdf-persist-stream.cc
(gpdf_persist_stream_get_pdf_doc): declare

* xpdf/gpdf-persist-stream.cc (gpdf_persist_stream_get_pdf_doc):
new accessor method

* MAINTAINERS: mail your questions to me
pdf/xpdf/xpdfobj.txt [deleted file]
pdf/xpdf/xpdfsrc.txt [deleted file]