Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-10-07 17:35:05 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-10-07 17:35:05 (GMT)
commit94dce1988ba107a439e258136fd8a8c84f289672 (patch)
tree7c7f16893f1956197d6d98d7fa49d9436bc2eaef /pdf
parent58200a9a6965c0acc5e538b685f3f1b3b8b44f51 (diff)
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
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/xpdfobj.txt22
-rw-r--r--pdf/xpdf/xpdfsrc.txt22
2 files changed, 0 insertions, 44 deletions
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