summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2017-05-12SplashOutputDev::doUpdateFont - Fix crash on broken fileAlbert Astals Cid1-1/+3
2017-05-09JPXStreamPrivate::init2 - Fix memory leak in broken filesAlbert Astals Cid1-0/+1
2017-05-09GfxDeviceNColorSpace::parse - Fix memory leak on broken filesAlbert Astals Cid1-5/+5
2017-05-09TextPool::addWord - Fix memory leak on broken filesAlbert Astals Cid1-1/+2
2017-05-09New Object APIAlbert Astals Cid60-5161/+3216
2017-05-05Make Object free itself on init and destructionAlbert Astals Cid23-137/+232
2017-05-05Fix memory leak in error conditionAlbert Astals Cid1-10/+8
2017-05-05Move the bits sanity checking a bit higher in the functionAlbert Astals Cid1-4/+3
2017-05-04Fix regression in GfxIndexedColorSpace::mapColorToBaseAlbert Astals Cid1-2/+2
2017-05-04Minor optimizationAlbert Astals Cid1-4/+9
2017-04-25Fix memory leak when reconstructing broken filesAlbert Astals Cid1-5/+8
2017-04-25Fix memory leak (and probably logic bug) parsing broken XRef entriesAlbert Astals Cid1-2/+1
2017-04-21Update (C)Albert Astals Cid1-1/+1
2017-04-05Make XRef reconstruction a bit betterAlbert Astals Cid1-11/+19
2017-03-22Poppler 0.53poppler-0.53Albert Astals Cid1-1/+1
2017-03-19Update (C)Albert Astals Cid1-1/+1
2017-03-09Add override markersAlbert Astals Cid32-1059/+1056
2017-03-06SplashOutputDev: Fix memory leak when rendering images with colormap and matt...Albert Astals Cid1-4/+4
2017-03-04pdfimages: support 16bpc png and tiff imagesAdrian Johnson1-0/+4
2017-03-02Update (C) of previous commitAlbert Astals Cid1-1/+1
2017-03-02Parse AcroForm CO (calculateOrder)Albert Astals Cid2-0/+23
2017-03-02Make FormWidget* setters ignore isReadOnlyAlbert Astals Cid1-22/+1
2017-02-19There's no config fileAlbert Astals Cid1-3/+2
2017-02-15Update C yearsAlbert Astals Cid2-2/+2
2017-02-13Properly initialize some RichMedia variables in corner casesAlbert Astals Cid1-17/+14
2017-02-13Fix assert on reading some OCGsAlbert Astals Cid1-0/+4
2017-01-11Check for error from NSS in SignatureHandler construct.Sebastian Rasmussen1-4/+10
2017-01-09New year!Albert Astals Cid2-2/+2
2017-01-09Fix memory leak in PDFDoc::markAnnotationsAlbert Astals Cid1-4/+4
2016-12-19Add Form[Field|Widget]::setPartialNameAlbert Astals Cid2-0/+18
2016-12-15Poppler 0.50poppler-0.50Albert Astals Cid1-1/+1
2016-12-15Refine previous fix a bitAlbert Astals Cid1-2/+6
2016-12-15Don't crash when calling cmsGetColorSpace()Marek Kasik1-0/+2
2016-12-09cairo: initialize CairoOutputDev::antialiasJason Crain1-0/+1
2016-12-08Fix PS conversion for some filesWilliam Bader2-0/+27
2016-12-07nSharedGroups doesn't need to be a class memberAlbert Astals Cid2-14/+7
2016-12-07Bail out if nBitsNumObjects or nBitsDiffGroupLength are greater than 32Jeffrey Morlan1-0/+6
2016-12-02Revert "introduced hex string as a new Object type and used it for file ident...Albert Astals Cid4-38/+6
2016-12-02Revert "treat file identifier as a hex string, not a basic string"Albert Astals Cid4-14/+11
2016-11-30Read softmask into memstrean in case of matteThomas Freitag1-1/+17
2016-11-30patch to add -passlevel1customcolorWilliam Bader2-22/+21
2016-11-26treat file identifier as a hex string, not a basic stringJakub Alba4-11/+14
2016-11-26introduced hex string as a new Object type and used it for file identifierJakub Alba4-6/+38
2016-11-25Fix PDFDoc::saveIncrementalUpdate()'s detection of document being modifiedJakub Alba1-1/+3
2016-11-23Fix Outline parsing on broken documentsAlbert Astals Cid2-16/+6
2016-11-150.49poppler-0.49Albert Astals Cid1-1/+1
2016-11-15VS 2013 has fmin() and fmax()Tor Lillqvist1-1/+2
2016-11-15Update (C)Albert Astals Cid2-0/+2
2016-11-10Continue rendering in case of 'Singular matrix in shading pattern fill'Thomas Freitag1-0/+1
2016-11-02merge type3 glyph handling from xpdf 3.04Thomas Freitag2-6/+23