From: Martin Kretzschmar Date: Thu, 19 Sep 2002 13:31:20 +0000 (+0000) Subject: move here from bonobo-application-x-pdf.cc X-Git-Tag: GPDF_FOR_GNOME_1_4~13 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=e78daed2cf3d3968c2e128e1c720c8828f272a0b;p=evince.git move here from bonobo-application-x-pdf.cc 2002-09-01 Martin Kretzschmar * 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" --- diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog index c47de534..89e33aa7 100644 --- a/pdf/xpdf/ChangeLog +++ b/pdf/xpdf/ChangeLog @@ -1,3 +1,26 @@ +2002-09-01 Martin Kretzschmar + + * 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 * gpdf-embeddable.cc: diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index c853aca6..696281a1 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 4d1ff644..dc6af01e 100644 --- a/pdf/xpdf/XOutputDev.h +++ b/pdf/xpdf/XOutputDev.h @@ -17,6 +17,7 @@ #include #include #include "config.h" +#include "Object.h" #include "CharTypes.h" #include "GlobalParams.h" #include "OutputDev.h"