summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-02-070.74.0poppler-0.74.0Albert Astals Cid6-6/+32
2019-02-06Update (C) of last commitAlbert Astals Cid5-4/+5
2019-02-06Use reinterpret_cast to silence cast-align warningsAlbert Astals Cid6-11/+11
2019-02-06Undefined-shift in StreamPredictor::getNextLineVincent Le Garrec1-1/+2
2019-02-04Update (C)Albert Astals Cid1-1/+1
2019-02-03SplashXPath: Handle overflow of adjusts gracefullyAlbert Astals Cid1-59/+61
2019-02-02Integer-overflow in FoFiBase::checkRegionVincent Le Garrec1-0/+2
2019-02-03Gfx8BitFont: Make multiple code variables instead of oneAlbert Astals Cid1-10/+9
2019-02-02Integer-overflow in Gfx8BitFont::Gfx8BitFontVincent Le Garrec1-1/+2
2019-02-01Also defend against requests for negative XRef indices. oss-fuzz/12797Adam Reichold1-0/+5
2019-01-28JBIG2Stream: Free huffTab if buildTable failsAlbert Astals Cid1-1/+3
2019-01-27ofz-8467: Undefined-shift in CMap::addCIDsLE GARREC Vincent1-0/+5
2019-01-27ofz-8725: Undefined-shift in JBIG2HuffmanDecoder::buildTableLE GARREC Vincent1-12/+29
2019-01-26ofz-8516: Undefined-shift in StreamBitReader::readBitsVincent Le Garrec1-1/+6
2019-01-26ofz-8798: Undefined-shift in JBIG2MMRDecoder::get2DCodeVincent Le Garrec1-3/+4
2019-01-25glib: Fix cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *')Albert Astals Cid1-2/+10
2019-01-25SampledFunction: Fix uninitialized memory readAlbert Astals Cid1-1/+1
2019-01-25Fix ofz-8438Vincent Le Garrec1-1/+2
2019-01-24pdfsig: add -nssdir optionAlbert Astals Cid5-28/+68
2019-01-19Fix link in FreeBSDAlbert Astals Cid5-6/+21
2019-01-19Update (C)Albert Astals Cid8-1/+8
2019-01-18Fix e[0] gcc warningAlbert Astals Cid1-13/+14
2019-01-18all: Remove support for obsolete systemsChristian Persch12-244/+10
2019-01-16Remove unused MacroPushRequiredVars.cmakeVolker Krause1-47/+0
2019-01-15cpp: Add named destination for poppler-dumpMasamichi Hosoda1-0/+97
2019-01-15cpp: Add document::create_destination_map()Masamichi Hosoda2-0/+64
2019-01-15cpp: Add destination classMasamichi Hosoda4-0/+410
2019-01-15Fix fseeko configure check on Android for API level < 24Volker Krause1-1/+10
2019-01-11Update (C) of last commitsAlbert Astals Cid2-2/+2
2019-01-11Make validateSignature return a SignatureValidationStatusAlbert Astals Cid3-36/+31
2019-01-11Merge NSS_CertTranslate into validateCertificateAlbert Astals Cid3-35/+24
2019-01-10Include timezone in timeToDateString()Adrian Johnson2-37/+25
2019-01-10qt5: demo: Actually use the lazy toc model lazylyAlbert Astals Cid2-27/+124
2019-01-09Update (C) of previous commitsAlbert Astals Cid4-1/+6
2019-01-09Update since to 0.74Albert Astals Cid1-2/+2
2019-01-09Add a method the check if an outline item has children to avoid having to eag...Adam Reichold3-0/+20
2019-01-09Port the Qt5 viewer demo to use the lazy outline item API (even if for loadin...Adam Reichold1-14/+13
2019-01-09Add missing doc comments for the lazy outline item API of the Qt5 frontend.Adam Reichold1-0/+46
2019-01-09Remove the intermediate Outline type since all items are owned by the documen...Adam Reichold5-61/+17
2019-01-09Add Qt5 API that lazily builds an outline by wrapping the internal objects.Adam Reichold8-2/+360
2019-01-07glib: docs: Add API index for 0.73Christian Persch1-0/+4
2019-01-07Poppler 0.73.0poppler-0.73.0Albert Astals Cid7-7/+39
2019-01-07glib: Make PrintScaling preference available in APIMarek Kasik4-1/+80
2019-01-07glib: Fix named destinationsChristian Persch5-22/+154
2019-01-06qt5: Remove CertificateInfo()Albert Astals Cid2-49/+48
2019-01-06Remove unneeded/leaky copyString callsAlbert Astals Cid1-5/+5
2019-01-06Make CertificateInfo a std::unique_ptrOliver Sander4-10/+9
2019-01-06Use std::string for the strings in EntityInfoOliver Sander3-53/+16
2019-01-06Use GooString for publicKey, cert_serial, cert_derOliver Sander4-35/+18
2019-01-06Lots of changes to CertificateInfo memory handlingOliver Sander9-93/+195