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:24:28 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-19 13:24:28 (GMT)
commit67a1e1efef665c652ff6d0bc25925bcd80757574 (patch)
treea0bc7981e05b002253e480ce9d075c893742f365 /pdf
parentebca50d1ca64b8ca6778ea011220d606b6006021 (diff)
bed_t: Replace Data Value with Object [Fowler] i.e. turn it into the
2002-08-31 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de> * xpdf/gpdf-embeddable.cc: * xpdf/gpdf-embeddable.h: bed_t: Replace Data Value with Object [Fowler] i.e. turn it into the GPdf::Embeddable class. * xpdf/bonobo-application-x-pdf.cc: temporarily make some functions non-static (view_is_good): move up in file, use it in more places. (setup_pixmap): remove window parameter, get it from view_data (destroy_embed): move to GPdfEmbeddable::destroy (embeddable_factory): drastically simplify, work is done in GPdfEmbeddable::new and friends remove count of running_objects. * xpdf/gpdf-util.h: new file (E_MAKE_TYPE): copied from gal
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/ChangeLog19
-rw-r--r--pdf/xpdf/Makefile.am1
2 files changed, 20 insertions, 0 deletions
diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog
index 11e81a4..c47de53 100644
--- a/pdf/xpdf/ChangeLog
+++ b/pdf/xpdf/ChangeLog
@@ -1,3 +1,22 @@
+2002-08-31 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
+
+ * gpdf-embeddable.cc:
+
+ * gpdf-embeddable.h: bed_t: Replace Data Value with Object
+ [Fowler] i.e. turn it into the GPdf::Embeddable class.
+
+ * bonobo-application-x-pdf.cc: temporarily make some functions
+ non-static
+ (view_is_good): move up in file, use it in more places.
+ (setup_pixmap): remove window parameter, get it from view_data
+ (destroy_embed): move to GPdfEmbeddable::destroy
+ (embeddable_factory): drastically simplify, work is done in
+ GPdfEmbeddable::new and friends
+ remove count of running_objects.
+
+ * gpdf-util.h: new file
+ (E_MAKE_TYPE): copied from gal
+
2002-08-29 Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
* bonobo-application-x-pdf.cc: move struct bed_t to
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index a044f21..c853aca 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -121,6 +121,7 @@ bonobo_application_x_pdf_SOURCES = \
bonobo-application-x-pdf.h \
gpdf-embeddable.h \
gpdf-embeddable.cc \
+ gpdf-util.h \
gtkgesture.c \
gtkgesture.h