X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FChangeLog;h=8dc289587a1ca4e7722876da37e43a8b50833fb2;hb=a5156c1efea5f8d06bcb088db7890db7a9a7c5f9;hp=e33fe4900b9c4acf7685d10a6a0f4072577512b1;hpb=b0f6e6f4e92ce461fa48d5d95ba7a863fc35966b;p=evince.git diff --git a/pdf/xpdf/ChangeLog b/pdf/xpdf/ChangeLog index e33fe490..8dc28958 100644 --- a/pdf/xpdf/ChangeLog +++ b/pdf/xpdf/ChangeLog @@ -1,3 +1,42 @@ +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