summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Poppler 0.71.0poppler-0.71.0Albert Astals Cid4-5/+28
2018-10-31cpp/poppler-page-transition.cpp typoluzpaz1-1/+1
2018-10-31qt5: Test two leaks in a testAlbert Astals Cid1-0/+2
2018-10-31qt5: Fix crash when adding Highlight AnnotationsAlbert Astals Cid2-1/+32
2018-10-30Fix crash if document is malformed (too wide)Albert Astals Cid1-1/+6
2018-10-29Update (C)Albert Astals Cid3-0/+3
2018-10-29Replace the implementation of GooString by std::string but keep the exact int...Adam Reichold4-375/+135
2018-10-26glib-demo: Align property labels to top of cell.Elliott Sales de Andrade1-1/+1
2018-10-26qt5: Default to hidden symbolsAlbert Astals Cid2-4/+8
2018-10-26Remove glib/poppler.gidlAlistair Thomas1-217/+0
2018-10-26poppler-toc.cpp: typo fixluzpaz1-1/+1
2018-10-25Add fuzzer target from oss-fuzz project and integrate it into the build syste...Adam Reichold4-7/+65
2018-10-24Fix typo in commentluzpaz1-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander219-5491/+5479
2018-10-23Use GDateTime to format dates in GLib demo.Elliott Sales de Andrade1-9/+8
2018-10-23Remove SYSTEM flag from another file for mingw build.Elliott Sales de Andrade1-1/+1
2018-10-23Use dnf on Fedora instead of yum.Elliott Sales de Andrade1-3/+3
2018-10-23Enable searching for GTK on Windows.Elliott Sales de Andrade1-6/+3
2018-10-23We don't need the LCMS find module anymoreAlbert Astals Cid1-84/+0
2018-10-220.70.1poppler-0.70.1Albert Astals Cid4-3/+7
2018-10-22glib: Install missing headerChristian Persch1-0/+1
2018-10-22also install libgtk3-dev so that glib demo is builtAlbert Astals Cid1-1/+1
2018-10-21Poppler 0.70.0poppler-0.70.0Albert Astals Cid6-6/+27
2018-10-21Remove commented out codeAlbert Astals Cid1-1/+0
2018-10-21Update (C)Albert Astals Cid56-14/+60
2018-10-21Adjust pdf writing to honor PDF/A rulesPhilipp Knechtges1-3/+4
2018-10-21PDFDoc: Add some constAlbert Astals Cid2-4/+4
2018-10-19glib: Only export symbols in the public APIChristian Persch15-0/+405
2018-10-19pdf-inspector: Link to the right librariesChristian Persch1-1/+7
2018-10-19Add support for PDF subtype property (glib backend)Evangelos Rigas3-0/+352
2018-10-17GfxFunctionShading::parse: Fix memory leak on broken filesAlbert Astals Cid1-0/+3
2018-10-16Fix crash on missing embedded fileMarek Kasik2-10/+19
2018-10-16CI: fedora fixed their mingw packages, remove workaroundAlbert Astals Cid1-3/+0
2018-10-16Check for overflow in Splash::scaleImageYdXdAlbert Astals Cid1-1/+4
2018-10-15Make Page::renderToImage with Arthur more thread safeTobias Deiminger1-1/+2
2018-10-12SplashXPathScanner: Force inlining of addIntersectionStefan Brüns1-0/+1
2018-10-12SplashXPathScanner: Move more invariant code out of the loopStefan Brüns1-14/+20
2018-10-12SplashXPathScanner: Move invariant checks out of addIntersection loopStefan Brüns2-14/+11
2018-10-12Skip XRef reconstruction for new-style XRef streamsTobias Deiminger1-4/+6
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold152-618/+0
2018-10-09Remove unused function in Decrypt translation unit.Adam Reichold1-3/+0
2018-10-09Remove unused debuggging function in CairoOutputDev translation unit.Adam Reichold1-7/+0
2018-10-09Fix memory leak in Catalog by tracking pages (and page refs) using std::vecto...Adam Reichold2-64/+21
2018-10-08Move 'default' definition of con-/destructors to .cc fileOliver Sander2-27/+81
2018-10-08Make compile againOliver Sander1-36/+3
2018-10-08Remove out-commented codeOliver Sander1-1/+0
2018-10-08Fix typo in a commentOliver Sander1-1/+1
2018-10-08Make my own mess compile againOliver Sander2-6/+6
2018-10-08Port AnnotPath to use std::vector<AnnotCoord> instead of std::unique_ptr<Anno...Adam Reichold3-27/+18
2018-10-08Remove an unnecessary pointer assignmentOliver Sander1-1/+0