Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMartin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>2002-09-19 13:31:20 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-19 13:31:20 (GMT)
commite78daed2cf3d3968c2e128e1c720c8828f272a0b (patch)
treefb0cf088a88dbfb6f437a654940b2d7a4a30e3b0 /pdf
parent67a1e1efef665c652ff6d0bc25925bcd80757574 (diff)
move here from bonobo-application-x-pdf.cc
2002-09-01 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de> * xpdf/gpdf-embeddable.cc (gpdf_embeddable_view_factory): move here from bonobo-application-x-pdf.cc * xpdf/GOutputDev.cc (GOutputDev::drawLink): comment out for now. Segfaults. I don't understand this. * xpdf/bonobo-application-x-pdf.cc: move view_data_t related code ( except view_factory) to gpdf-embeddable-view.cc, remove lots of includes * xpdf/gpdf-embeddable-view.h: new files with new GPdfEmbeddableView class * xpdf/gpdf-embeddable-view.cc: * xpdf/gtkgesture.h: double include protection * xpdf/XOutputDev.h: add missing include "Object.h" * xpdf/GOutputDev.h: add missing include "Object.h"
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/ChangeLog23
-rw-r--r--pdf/xpdf/Makefile.am4
-rw-r--r--pdf/xpdf/XOutputDev.h1
3 files changed, 27 insertions, 1 deletions
diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog
index c47de53..89e33aa 100644
--- a/pdf/xpdf/ChangeLog
+++ b/pdf/xpdf/ChangeLog
@@ -1,3 +1,26 @@
+2002-09-01 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
+
+ * gpdf-embeddable.cc (gpdf_embeddable_view_factory): move here
+ from bonobo-application-x-pdf.cc
+
+ * GOutputDev.cc (GOutputDev::drawLink): comment out for
+ now. Segfaults. I don't understand this.
+
+ * bonobo-application-x-pdf.cc: move view_data_t related code
+ ( except view_factory) to gpdf-embeddable-view.cc, remove lots of
+ includes
+
+ * gpdf-embeddable-view.h: new files with new GPdfEmbeddableView
+ class
+
+ * gpdf-embeddable-view.cc:
+
+ * gtkgesture.h: double include protection
+
+ * XOutputDev.h: add missing include "Object.h"
+
+ * GOutputDev.h: add missing include "Object.h"
+
2002-08-31 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
* gpdf-embeddable.cc:
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index c853aca..696281a 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -119,8 +119,10 @@ bonobo_application_x_pdf_SOURCES = \
GOutputDev.h \
bonobo-application-x-pdf.cc \
bonobo-application-x-pdf.h \
- gpdf-embeddable.h \
gpdf-embeddable.cc \
+ gpdf-embeddable.h \
+ gpdf-embeddable-view.cc \
+ gpdf-embeddable-view.h \
gpdf-util.h \
gtkgesture.c \
gtkgesture.h
diff --git a/pdf/xpdf/XOutputDev.h b/pdf/xpdf/XOutputDev.h
index 4d1ff64..dc6af01 100644
--- a/pdf/xpdf/XOutputDev.h
+++ b/pdf/xpdf/XOutputDev.h
@@ -17,6 +17,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include "config.h"
+#include "Object.h"
#include "CharTypes.h"
#include "GlobalParams.h"
#include "OutputDev.h"