Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Thumb.h
Commit message (Collapse)AuthorAgeFilesLines
* Use poppler instead of including xpdf source code. Poppler is a fork ofKristian Høgsberg2005-03-011-65/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2005-03-01 Kristian Høgsberg <krh@redhat.com> Use poppler instead of including xpdf source code. Poppler is a fork of xpdf to build it as a shared library. See http://freedesktop.org/wiki/Software/poppler. * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included xpdf fork. * pdf/Makefile.am: Build libpdfdocument.a here. * pdf/GDKSplashOutputDev.cc: * pdf/GDKSplashOutputDev.h: * pdf/GnomeVFSStream.cc: * pdf/GnomeVFSStream.h: * pdf-document.cc: * pdf-document.h: * test-gdk-output-dev.cc * Thumb.cc: * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile against poppler.
* :Thumb): Added a flag for keeping Thumb data validity and the method toRemi Cohen-Scali2004-05-091-0/+3
| | | | | | | | 2004-05-09 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Thumb.h: * xpdf/Thumb.cc (Thumb::Thumb): Added a flag for keeping Thumb data validity and the method to access it.
* :ThumbColorMap): unused now, remove.Martin Kretzschmar2004-05-081-49/+3
| | | | | | * xpdf/Thumb.cc (ThumbColorMap::ThumbColorMap): unused now, remove. * xpdf/Thumb.h: ditto.
* Add implem for Thumb object parsing.Remi Cohen-Scali2004-01-131-0/+108
2004-01-13 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Thumb.cc: * xpdf/Thumb.h: Add implem for Thumb object parsing.