summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-08annots: Use std::unique_ptr instead of new/deleteCarlos Garcia Campos5-851/+486
2018-10-07Fix typo in UPSTREAM_TEST_DATA_URL as while it does work anyway, it is quite ...Adam Reichold1-1/+1
2018-10-07Make HtmlFont::HtmlFilter convert tabs into spaces using the same logic used ...Steven Boswell1-2/+2
2018-10-07Remove HtmlFont::simple since it is just a diversion around HtmlFont::HtmlFil...Adam Reichold3-27/+4
2018-10-07Remove HtmlFont::pos and always track a font name to allow handling of unknow...Adam Reichold4-97/+53
2018-10-06Remove last use of non const GooString::getCStringAlbert Astals Cid3-25/+20
2018-10-06mingw64 fedora buildAlbert Astals Cid1-0/+16
2018-10-05SplashXPathScanner: Reduce complexity of sorting spansStefan Brüns2-132/+106
2018-10-05SplashXPathScanner: Clamp y range to yMin/yMax outside the loopStefan Brüns1-29/+26
2018-10-05SplashXPathScanner: Move state out of SplashXPathScanner for iterating spansStefan Brüns3-29/+46
2018-10-05GooList: Be a class againAlbert Astals Cid1-1/+2
2018-10-05Fix Windows buildAlbert Astals Cid1-1/+1
2018-10-05Remove GooList's reserving constructor since it has only three users and it s...Adam Reichold3-6/+6
2018-10-05Do not use non-standard pragma once and do not change semantics of reserving ...Adam Reichold1-2/+5
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold18-67/+53
2018-10-05Remove GooList::put as it is apparently unused.Adam Reichold1-4/+0
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold18-47/+44
2018-10-05Remove GooList::insert since the single caller actually needs only std::vecto...Adam Reichold2-9/+3
2018-10-05Remove GooList::copy since it is apparently unused.Adam Reichold1-3/+0