Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Thumb.cc
Commit message (Collapse)AuthorAgeFilesLines
* :Thumb): Added a flag for keeping Thumb data validity and the method toRemi Cohen-Scali2004-05-091-1/+4
| | | | | | | | 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-176/+28
| | | | | | * xpdf/Thumb.cc (ThumbColorMap::ThumbColorMap): unused now, remove. * xpdf/Thumb.h: ditto.
* (lookup): log to stderr because that's not buffered etc.Martin Kretzschmar2004-05-081-6/+6
|
* :ThumbColorMap): Changed field init order to match decl and to avoidRemi Cohen-Scali2004-01-201-13/+4
| | | | | | | | | | 2004-01-20 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Thumb.cc (ThumbColorMap::ThumbColorMap): Changed field init order to match decl and to avoid warning. Removed several unused vars. (Thumb::Thumb): Removed unused vars. (Thumb::getPixbufData): Removed unused vars.
* Add implem for Thumb object parsing.Remi Cohen-Scali2004-01-131-0/+347
2004-01-13 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Thumb.cc: * xpdf/Thumb.h: Add implem for Thumb object parsing.