]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/ChangeLog
More thrashing, now it prints 'Hello': wow.
[evince.git] / pdf / xpdf / ChangeLog
index f67eb852adb49e7d001e771496dfb0a53c927f7e..e9d17154e44655793f386cd6f35aa8405fdf1678 100644 (file)
@@ -1,3 +1,42 @@
+1999-07-29  Michael Meeks  <michael@edenproject.org>
+
+       * gpdf.cc (doc_redraw_event): Messing around.
+
+       * GOutputDev.cc (drawChar): Fix char printed as string.
+
+1999-06-09  Michael Meeks  <michael@edenproject.org>
+
+       * gpdf.cc (main): Add error init.
+
+1999-06-03  Michael Meeks  <michael@edenproject.org>
+
+       * GOutputDev.cc (GOutputDev): Actually set up pixmapW & H
+       (GOutputDev): Setup 'depth' correctly.
+
+       * gpdf.cc (main): Moved freeParams() to after the main
+       loop !
+
+       * Params.cc (initParams): Added assert on fontPathLen.
+       (freeParams): Clean global pointers on free.
+
+       * Makefile.in (CXXFLAGS): Added LTKSRCDIR and
+       Xpm_CFLAGS to CXXFLAGS.
+
+1999-05-29  Michael Meeks  <michael@edenproject.org>
+
+       * Makefile.in (GPDF_OBJS): Remove XOutputDev
+       (all): Remove all but gpdf.
+
+       * gpdf.cc: Add define GString / undef.
+       (main): Argc not Argv :)
+
+       * GOutputDev.cc (findColor): Made pigs ear of colour
+       mappings.
+
+1999-05-28  Michael Meeks  <michael@imaginator.com>
+
+       * GOutputDev.cc (drawChar16): XChar2b -> GdkWChar
+
 1999-05-27  Michael Meeks  <michael@imaginator.com>
 
        * GOutputDev.cc (GOutputFont): Hacks.