summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2022-09-15Fix typos in method namesOliver Sander2-14/+14
2022-09-11Replace parts of font parsing code with std::string alternativeClaes Nästén1-44/+36
2022-09-06JBIG2Stream::readPatternDictSeg: Protect against some overflowAlbert Astals Cid1-1/+13
2022-08-31Store 'gfx' as a std::unique_ptrOliver Sander1-3/+1
2022-08-31Update (C)Albert Astals Cid3-0/+3
2022-08-29SignatureHandler: Fix getSignerName when signing_cert is available but CMSSig...Erich E. Hoover1-1/+5
2022-08-29Form: When signing with an appearance, ensure that a Form existsErich E. Hoover1-1/+1
2022-08-29Annot: Fix applying signatures to fields that are not part of a formErich E. Hoover1-1/+1
2022-08-29PDFDoc: Fix finding signature fields not associated with a formErich E. Hoover1-8/+6
2022-08-25JBIG2Stream: Fix crash on broken fileAlbert Astals Cid1-1/+5
2022-08-19We can use isnan nowAlbert Astals Cid3-7/+6
2022-08-19JBIG2Stream::readHalftoneRegionSeg: Fix potential memory leakAlbert Astals Cid1-8/+3
2022-08-13Add (C)Albert Astals Cid1-0/+1
2022-08-13pdfunite: Fix crash on broken filescrt2-2/+6
2022-08-08Use std::vector to store dash patternsOliver Sander9-121/+49
2022-08-07CI: clang 13 -> 14Albert Astals Cid9-169/+673
2022-08-06Save copying data in SplashState::setLineDashAlbert Astals Cid1-3/+3
2022-08-06Do not truncate line dash patterns with more than 20 entriesOliver Sander1-5/+4
2022-08-04Update (C)Albert Astals Cid1-0/+1
2022-08-03Fix convertToUtf16 so it does not add the Unicode marker to the output stringErich E. Hoover1-1/+1
2022-08-02Fix error() string formattingAlbert Astals Cid2-11/+11
2022-08-01Fix infinite recursion in broken filesAlbert Astals Cid1-4/+27
2022-07-31Merge Form DR into widget DRAlbert Astals Cid1-1/+24
2022-07-29pdfseparate: Account for XRef::add failing because we run out of memoryAlbert Astals Cid4-22/+62
2022-07-29JBIG2Stream: Fix crash on broken filesAlbert Astals Cid1-0/+4
2022-07-29Update (C)Albert Astals Cid2-0/+2
2022-07-28Fix leak in early return check that was just introducedAlbert Astals Cid1-1/+5
2022-07-27pdfseparate: Check XRef's Catalog for being a Dictcrt1-0/+4
2022-07-22Support Type3 charprocs having Resources in CairoMarcel Fabian Krüger1-0/+10
2022-07-04Update (C)Albert Astals Cid1-1/+1
2022-07-03Form.cc: Fix crash in Form::ensureFontsForAllCharacters()Nelson Benítez León1-1/+1
2022-06-17Update (C)Albert Astals Cid1-0/+1
2022-06-17Add ToUnicode support for lessorequalslant and greaterorequalslantVincent Lefevre1-0/+2
2022-06-14Annot: Fix first lines of Annotations sometimes being cut offAlbert Astals Cid1-2/+2
2022-06-11CairoFontEnginer: increment font_face reference when retrieving from the cacheAdrian Johnson1-1/+3
2022-06-06Signatures: Don't crash if the signature doesn't have a common nameAlbert Astals Cid1-0/+3
2022-06-01Update (C)Albert Astals Cid1-1/+1
2022-05-31Make FT support UTF-8 filenames on windowsAdrian Johnson2-3/+5
2022-05-28Refactor CairoFontEngine cachingAdrian Johnson4-265/+204
2022-05-17Forms: Fix crash in forms with their own DRAlbert Astals Cid3-18/+52
2022-05-13TextPage::coalesce: Fix crash on broken filesAlbert Astals Cid1-2/+3
2022-05-12Update (C)Albert Astals Cid2-2/+2
2022-05-09GetWindowsFontDir: Simply call SHGetFolderPathAAlbert Astals Cid1-31/+3
2022-05-09cairo: preserve text color when drawing type 3 glyphsAdrian Johnson4-58/+130
2022-05-08JBIGStream: Fix unint memory read on broken filesAlbert Astals Cid1-0/+3
2022-05-03Fix rendering regression introduced in 5f915d46c99ecbc0c026b86de50f9e0243391a01Albert Astals Cid1-6/+0
2022-04-30Update (C)Albert Astals Cid1-1/+1
2022-04-26fix multiline find_text() bug in two column docsNelson Benítez León1-0/+6
2022-04-26fix bug in multiline find_text()Nelson Benítez León1-1/+2
2022-04-22Rework GetWindowsFontDirAlbert Astals Cid2-23/+18