summaryrefslogtreecommitdiff
path: root/poppler/SplashOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid1-2/+2
2019-10-07Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-10-07Include SplashMath.h only where neededStefan Brüns1-0/+1
2019-09-27Add some constAlbert Astals Cid1-2/+2
2019-08-24GfxDeviceNColorSpace: Port to std::vector<std::string>Albert Astals Cid1-4/+4
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid1-163/+2
2019-07-15SplashOutputDev::tilingPatternFill: Fix crash on broken fileAlbert Astals Cid1-0/+4
2019-06-05SplashOutputDev::drawSoftMaskedImage: Rename n to fix shadow warningAlbert Astals Cid1-3/+3
2019-04-23Handle splashModeDeviceN8 in two switchWilliam Bader1-1/+9
2019-04-22Remove unused functionsAlbert Astals Cid1-48/+0
2019-04-22NULL -> nullptrAlbert Astals Cid1-2/+2
2019-03-29Use the existing Ref operator==Albert Astals Cid1-4/+3
2019-01-19Update (C)Albert Astals Cid1-0/+1
2019-01-18all: Remove support for obsolete systemsChristian Persch1-6/+0
2019-01-02Fix some trivial warningsAlbert Astals Cid1-1/+1
2018-12-20Fix minor typosYuri Chornoivan1-1/+1
2018-12-06Replace Guint by unsigned intOliver Sander1-1/+1
2018-12-06Replace Gushort by unsigned shortOliver Sander1-3/+3
2018-12-06Replace Guchar by unsigned charOliver Sander1-78/+78
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-11/+11
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-204/+204
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-24More constAlbert Astals Cid1-27/+20
2018-09-23More constAlbert Astals Cid1-2/+2
2018-09-23Update (C)Albert Astals Cid1-0/+1
2018-09-22Make look-up size computation for drawSoftMaskedImage unsigned to avoid overf...Adam Reichold1-25/+18
2018-09-22Do some more checks for allocation failure in SplashOutputDev::drawSoftMasked...Adam Reichold1-28/+43
2018-09-20SplashOutputDev::drawImage: gmallocn -> checkoverflowAlbert Astals Cid1-9/+11
2018-09-20SplashOutputDev::drawSoftMaskedImage: gmallocn -> gmallocn_checkoverflowAlbert Astals Cid1-8/+10
2018-08-31SplashPath: Allocate temporary pathes on the stackStefan Brüns1-45/+24
2018-06-22Gfx:Generalize protection against a pattern drawing itselfAlbert Astals Cid1-1/+1
2018-05-30Splash: Reserve space for path segments upfrontStefan Brüns1-0/+2
2018-05-25SplashUnivariatePattern::getColor: Fix potential uninitialized memory readAlbert Astals Cid1-1/+5
2018-05-25T3FontCache: change the order in which the overflow checks are doneAlbert Astals Cid1-4/+2
2018-05-25SplashOutputDev::drawSoftMaskedImage: Fix uninitialized memory readAlbert Astals Cid1-3/+7
2018-05-24SplashOutputDev: Fix memory leak on malformed filesAlbert Astals Cid1-0/+1
2018-05-22SplashAxialPattern: fix potential divide by zeroAlbert Astals Cid1-1/+6
2018-05-01Add the invisible character check to SplashOutputDev::beginType3CharAlbert Astals Cid1-0/+7
2018-04-06Introduce AutoFreeMemStreamAlbert Astals Cid1-2/+1
2018-04-05More const in GfxFont methodsAlbert Astals Cid1-5/+6
2018-02-14SplashGouraudPattern: Remove mode member variableAlbert Astals Cid1-7/+2
2018-01-14Remove declare but unused Object instancesAlbert Astals Cid1-2/+0
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-93/+93
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+3
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-22isfinite -> std::isfiniteAlbert Astals Cid1-6/+6
2017-10-21Use <cmath> for isfinite()Adrian Johnson1-20/+1
2017-10-21Remove HAVE_FREETYPE macrosAdrian Johnson1-8/+0
2017-10-21Remove unused t1lib codeAdrian Johnson1-3/+0
2017-10-21Fix some -Wundef warningsAdrian Johnson1-79/+79