summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Welcome 2022Albert Astals Cid1-1/+1
2021-12-29pdfsig: Fix signing documents with owner/user passwordAlbert Astals Cid4-9/+11
2021-12-14LinkResetForm: Also understand strings in the Fields fieldAlbert Astals Cid1-3/+7
2021-12-14poppler/Form.cc: fix crash when calling Form::reset()Nelson Benítez León1-1/+1
2021-12-12Update (C)Albert Astals Cid1-0/+1
2021-12-12Include setjmp.h when WITH_JPEG=yes and WITH_PNG=noMarco Genasci1-0/+1
2021-12-10PSOutputDev::startPage: Fix potential integer overflowAlbert Astals Cid1-1/+4
2021-12-08PDFDoc::getDocInfoStringEntry return a unique_ptrAlbert Astals Cid2-31/+21
2021-12-08Remove Object::takeStringAlbert Astals Cid3-20/+7
2021-12-07TextOutputDev: require more spacing between columnsNelson Benítez León2-3/+17
2021-12-07Update (C)Albert Astals Cid1-0/+1
2021-12-07SignatureHandler: Return std::string in getSignerName()Marek Kasik3-11/+7
2021-12-03GfxSeparationColorSpace: Check validity of colorspace and functionAlbert Astals Cid1-8/+3
2021-12-01Update (C) of last patchAlbert Astals Cid2-0/+4
2021-12-01allow local (relative to dll) fonts dir on windowssunderme2-14/+40
2021-12-01PngEmbedder::embedImage: Make sure we don't overflow doing the multiplicationsAlbert Astals Cid1-2/+18
2021-11-30Fix memory leak when embedders are not availableAlbert Astals Cid1-32/+20
2021-11-30ImageEmbeddingUtils::embed: Return early if filesize < 0Albert Astals Cid1-0/+4
2021-11-26Properly initialize filterRemovalForbiddenAlbert Astals Cid1-1/+1
2021-11-26Update (C)Albert Astals Cid2-0/+2
2021-11-25Add validation of signatures API to glib frontendMarek Kasik6-6/+32
2021-11-24Update (C)Albert Astals Cid2-0/+2
2021-11-24Form.cc: fix -Wstringop-truncation warningEven Rouault1-1/+1
2021-11-24FlateEncoder.cc: fix -Wzero-as-null-pointer-constant warningsEven Rouault1-3/+9
2021-11-22Rename registerResourceForWidget to make it more genericAlbert Astals Cid1-7/+5
2021-11-22registerResourceForWidget use set instead of addAlbert Astals Cid1-1/+1
2021-11-22XRef::addIndirectObject: Change param from const * to const &Albert Astals Cid10-26/+24
2021-11-22Update (C)Albert Astals Cid3-0/+3
2021-11-22Image embedding APIGeorgiy Sgibnev12-6/+549
2021-11-19AnnotWidget::generateFieldAppearance: Do not modify the Form DR dictAlbert Astals Cid7-2/+66
2021-11-19Fix compile on MSVC #2Albert Astals Cid1-1/+1
2021-11-19Fix compile on MSVCAlbert Astals Cid1-2/+2
2021-11-19Update (C)Albert Astals Cid8-1/+8
2021-11-18glib: Add APIs to save to file descriptorChristian Persch2-0/+47
2021-11-13build: Rename StdinPDFDocBuilder to FileDescriptorPDFDocBuilderChristian Persch3-15/+15
2021-11-13build: Rename StdinCacheLoader to FILECacheLoaderChristian Persch3-16/+14
2021-11-13poppler: Make StdinCacheLoader more genericChristian Persch4-10/+48
2021-11-13poppler: Export StdinCacheLoader and FileStreamChristian Persch2-2/+2
2021-11-07Make GooFile::open take a std::string instead of a GooStringAlbert Astals Cid2-3/+3
2021-11-07Update (C)Albert Astals Cid1-1/+1
2021-11-06Fix de-duping of Flate imagesAdrian Johnson1-16/+18
2021-11-05Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESSAlbert Astals Cid1-0/+4
2021-11-01Update (C)Albert Astals Cid2-0/+2
2021-11-01TextOutputDev improvementsAlbert Astals Cid2-70/+27
2021-11-01Remove check for field being nullAlbert Astals Cid1-1/+1
2021-11-01StructElement::parseChild: Fix memory leakAlbert Astals Cid1-1/+2
2021-10-29Add const to NameTree::getNameAlbert Astals Cid2-5/+5
2021-10-30Make makeWordList return a unique_ptrAlbert Astals Cid2-5/+5
2021-10-30Make getLinks return a unique_ptrAlbert Astals Cid4-14/+10
2021-10-30Remove two mutables that aren't really neededAlbert Astals Cid1-3/+3