summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf/xpdf/Gfx.cc
AgeCommit message (Collapse)AuthorFilesLines
2002-11-08- a couple of fixes like this one:simon1-1/+1
- fprintf(f, "%g", real); + fprintf(f, "%g", static_cast<double>(real)); with 'real' being a fouble object. as fprintf is a c function with variable arguments one cannot pass non-primitive objects through it and there is no way for the compiler to figure out the right conversion operator, so we give it a helping hand :)
2002-05-23Port to xpdf 1.01sandman1-145/+444
2002-04-13CVS import of QPdfsandman1-0/+2461