]> www.fi.muni.cz Git - evince.git/commitdiff
move here from bonobo-application-x-pdf.cc
authorMartin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
Thu, 19 Sep 2002 13:31:20 +0000 (13:31 +0000)
committerMartin Kretzschmar <mkretzschmar@src.gnome.org>
Thu, 19 Sep 2002 13:31:20 +0000 (13:31 +0000)
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"

pdf/xpdf/ChangeLog
pdf/xpdf/Makefile.am
pdf/xpdf/XOutputDev.h

index c47de534adcbfc48736532a7a08bf0d33bb86b66..89e33aa7ef240b6d7d5d510d5f98c9b798475471 100644 (file)
@@ -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: 
index c853aca69aae83cdfb2e2f42dd3b1b5225f7d486..696281a15d92094176bda07f3563b75e35232f6e 100644 (file)
@@ -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
index 4d1ff6440cae211e3164dbd101c2aedc45ff0e05..dc6af01e88cd0ea9db9231174a5e41501474d005 100644 (file)
@@ -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"