summaryrefslogtreecommitdiff
path: root/splash/SplashScreen.cc
AgeCommit message (Collapse)AuthorFilesLines
2012-09-06Add missing licensesAlbert Astals Cid1-0/+1
2012-09-06Replaced srand/rand calls in SplashScreen with grandom callsFabio D'Urso1-5/+2
2011-09-01xpdf303: Speedup SplashScreenAlbert Astals Cid1-59/+30
By using << instead of * and by putting some functions on the header so they can be inlined
2011-08-30xpdf303: Use std::sort (with functors) in place of qsortCarlos Garcia Campos1-4/+8
It can be significantly faster. Not included changes in SplashXPathScanner.cc since they depend on other changes not yet merged.
2009-11-15Only calculate the matrix when it is really neededAlbert Astals Cid1-2/+33
That only happens when outputting to 1 bit images Speeds out rendering on some pdf up to 40%
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-31/+273
Testing more than welcome
2005-10-16Merge SplashScreen.[cc|h] from xpdf 3.01Albert Astals Cid1-38/+72
2005-08-27Merge the gmalloc -> gmallocn changes from xpdf 3.0.1. This change isBrad Hards1-2/+2
based on martink's work (13-xpdf-3.01-goo-allocn.patch) with some tweaking by me. There may be some residual gmallocn changes still to be merged.
2005-03-03Initial revisionKristian Høgsberg1-0/+107