summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2019-10-30Update (C) of previous commitsAlbert Astals Cid1-1/+1
2019-10-30Introduce Object::getNumWithDefaultValueAlbert Astals Cid5-216/+111
2019-10-27unicodeNormalizeNFKC: Make in constAdriaan de Groot2-4/+6
2019-10-24Import md5 code from xpdf 4.02Albert Astals Cid1-140/+179
2019-10-23Make FontInfo::scan return a std::vector objectOliver Sander2-5/+5
2019-10-23Use a std::unique_ptr for XRefOliver Sander1-5/+4
2019-10-20Update (C)Albert Astals Cid2-0/+2
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid21-40/+41
2019-10-18Add const in CharCodeToUnicodecorentin2-3/+3
2019-10-09Fix assert on malformed documentsAlbert Astals Cid1-1/+6
2019-10-07Update (C) of previous commitAlbert Astals Cid1-1/+1
2019-10-07Include SplashMath.h only where neededStefan Brüns1-0/+1
2019-10-03Enable a few more clang-tidy bugprone checksAlbert Astals Cid1-1/+1
2019-10-02Enable clang-tidy bugprone-too-small-loop-variableAlbert Astals Cid3-8/+8
2019-10-02GfxCIDFont::getCodeToGIDMap: n is const and an intAlbert Astals Cid1-2/+1
2019-10-01Use range for loops to iterate const arraysAlbert Astals Cid4-20/+19
2019-09-30Run clang-tidy on CIAlbert Astals Cid4-14/+23
2019-09-29Also switch the const_cast in StreamAlbert Astals Cid2-26/+28
2019-09-29Move the const_cast from assignment to freeAlbert Astals Cid2-9/+10
2019-09-29Update (C) from previous commitAlbert Astals Cid13-0/+39
2019-09-29Make some static data tables constVolker Krause13-72/+72
2019-09-27Update (C) of previous commitAlbert Astals Cid11-10/+11
2019-09-27Add some constAlbert Astals Cid22-68/+68
2019-09-27Annot: Protect against division by 0.0Albert Astals Cid1-6/+8
2019-09-23Annot: Fix uninitialized memory read on broken filesAlbert Astals Cid1-5/+6
2019-09-22Update (C) of last commitAlbert Astals Cid1-0/+1
2019-09-20CairoOutputDev: Check scaled dimensions for 0Marek Kasik1-0/+7
2019-08-24GfxDeviceNColorSpace: Port to std::vector<std::string>Albert Astals Cid5-65/+50
2019-08-24GfxDeviceNColorSpace::parse: Only add to separationList if non nullAlbert Astals Cid1-1/+4
2019-08-24Always enable SPLASH_CMYKAlbert Astals Cid3-167/+2
2019-08-24Initialize BaseCryptStream::nextCharBuff on constructionAlbert Astals Cid1-0/+1
2019-08-21GfxState: Move vars inside the ifdef they are used inAlbert Astals Cid1-1/+1
2019-08-20Remove USE_FIXEDPOINT supportAdrian Bunk1-5/+0
2019-08-13Decrypt: take a Ref instead of two intAlbert Astals Cid4-26/+26
2019-08-13PDFDoc: Add some overloads that take a Ref instead of two intAlbert Astals Cid2-24/+35
2019-08-13XRef: add XRef::add overload that takes a RefAlbert Astals Cid3-9/+15
2019-08-10GfxPatchMeshShading::parse: Fix abort on broken filesAlbert Astals Cid1-1/+5
2019-08-05Update (C) of previous commitDan Shea2-0/+2
2019-08-01Add pdftotext -nodiag flag to remove diagonal text on outputDan Shea2-11/+45
2019-08-01GfxRadialShading::parse: Fix memory leak on broken filesAlbert Astals Cid1-0/+3
2019-08-01Implemented support for modifying the text appearance stream textJoão Netto3-1/+26
2019-07-21SplashXPathScanner: Optionally use small_vector from boostStefan Brüns1-0/+6
2019-07-18Simplify GfxResources::lookupPatternAlbert Astals Cid1-10/+3
2019-07-17Link: Fix memory leak on invalid filesAlbert Astals Cid1-0/+1
2019-07-15JPXStream::init: ignore dict Length if clearly brokenAlbert Astals Cid1-1/+1
2019-07-15SplashOutputDev::tilingPatternFill: Fix crash on broken fileAlbert Astals Cid1-0/+4
2019-07-10Fix mistake on 093531cd0d0878b892d92ebc56c26936e5de3712Albert Astals Cid1-2/+2
2019-07-10Update (C) of last commitAlbert Astals Cid2-0/+2
2019-07-06Implemented support for setIcon by changing appearanceJoão Netto2-1/+13
2019-07-04Account for verticesA possible overflow in GfxGouraudTriangleShading::parseAlbert Astals Cid1-1/+7