From 94dce1988ba107a439e258136fd8a8c84f289672 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Mon, 07 Oct 2002 17:35:05 +0000 Subject: 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 --- (limited to 'pdf') diff --git a/pdf/xpdf/xpdfobj.txt b/pdf/xpdf/xpdfobj.txt deleted file mode 100644 index 2c07312..0000000 --- a/pdf/xpdf/xpdfobj.txt +++ /dev/null @@ -1,22 +0,0 @@ -Array.obj -Catalog.obj -Dict.obj -Error.obj -FontEncoding.obj -FontFile.obj -Gfx.obj -GfxFont.obj -GfxState.obj -ImageOutputDev.obj -Lexer.obj -Link.obj -Object.obj -OutputDev.obj -Page.obj -Params.obj -Parser.obj -PDFDoc.obj -PSOutputDev.obj -TextOutputDev.obj -Stream.obj -XRef.obj diff --git a/pdf/xpdf/xpdfsrc.txt b/pdf/xpdf/xpdfsrc.txt deleted file mode 100644 index b1b1a23..0000000 --- a/pdf/xpdf/xpdfsrc.txt +++ /dev/null @@ -1,22 +0,0 @@ -Array.cc -Catalog.cc -Dict.cc -Error.cc -FontEncoding.cc -FontFile.cc -Gfx.cc -GfxFont.cc -GfxState.cc -ImageOutputDev.cc -Lexer.cc -Link.cc -Object.cc -OutputDev.cc -Page.cc -Params.cc -Parser.cc -PDFDoc.cc -PSOutputDev.cc -TextOutputDev.cc -Stream.cc -XRef.cc -- cgit v0.9.1