X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FChangeLog;h=6800ccca67b0a2592b72efa9793f0e96de3a379f;hb=e7fa464f61d0d442372b6096295d42a74e08c896;hp=736025f615658c5aa787ac8d9012e6bcf756235a;hpb=75f0c45a58211bf073d28f68a3a0d4d6b003efd4;p=evince.git diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog index 736025f6..6800ccca 100644 --- a/pdf/xpdf/ChangeLog +++ b/pdf/xpdf/ChangeLog @@ -1,3 +1,72 @@ +1999-08-11 Michael Meeks + + * bonobo-image-x-pdf.cc: Added. + + * Makefile.am: added bonobo-image-x-pdf.c + +1999-08-03 Michael Meeks + + * gpdf.cc: Lots of updates, gives up on logging changes + ( for a bit. ) + +1999-08-02 Michael Meeks + + * GOutputDev.cc: Fix more silly region merging bugs. + +1999-08-01 Michael Meeks + + * Makefile.in: Added -lglade, -lglade-gnome & Added -Wall + + * gpdf.glade: Added. + + * gpdf.cc (loadFile): Add typecast. + Remove all DOC_ROOT's magic numbers. + Add glade GUI, + Lots of other bits ... + +1999-07-29 Michael Meeks + + * GOutputDev.cc: Hahaaa... the bug ! :-) + A difference in how GDK / X deal with merging rectangles + and regions. Good. + + * gpdf.cc (doc_redraw_event): Messing around. + + * GOutputDev.cc (drawChar): Fix char printed as string. + +1999-06-09 Michael Meeks + + * gpdf.cc (main): Add error init. + +1999-06-03 Michael Meeks + + * 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 + + * 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 + + * GOutputDev.cc (drawChar16): XChar2b -> GdkWChar + 1999-05-27 Michael Meeks * GOutputDev.cc (GOutputFont): Hacks. @@ -8,7 +77,8 @@ which returns GdkColormap *, killed colormap & depth1 in prototype. Removed redundant assigns. NB. Miguel says 'miguel> michael: a GdkPixmap is a GdkWindow' - + Many misc. fixes upto convertSubPath. + * GOutputDev.h: Comments 'G'd and GOutputDev updated. XPoint -> GdkPoint