summaryrefslogtreecommitdiff
path: root/poppler
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander118-4006/+4006
2018-10-21Remove commented out codeAlbert Astals Cid1-1/+0
2018-10-21Update (C)Albert Astals Cid27-7/+29
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-17GfxFunctionShading::parse: Fix memory leak on broken filesAlbert Astals Cid1-0/+3
2018-10-12Skip XRef reconstruction for new-style XRef streamsTobias Deiminger1-4/+6
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold94-386/+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 Sander1-6/+4
2018-10-08Port AnnotPath to use std::vector<AnnotCoord> instead of std::unique_ptr<Anno...Adam Reichold2-23/+14
2018-10-08Remove an unnecessary pointer assignmentOliver Sander1-1/+0
2018-10-08annots: Use std::unique_ptr instead of new/deleteCarlos Garcia Campos2-810/+461
2018-10-06Remove last use of non const GooString::getCStringAlbert Astals Cid2-24/+20
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 Reichold2-3/+6
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold12-41/+42
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold11-29/+29
2018-10-05Remove GooList::insert since the single caller actually needs only std::vecto...Adam Reichold1-3/+3
2018-10-05Remove GooList::del since its few users are easily converted.Adam Reichold1-9/+6
2018-10-04Since the circular dependency between PopplerCache and XRef is gone now, XRef...Adam Reichold2-23/+7
2018-10-04Remove specialized PopplerObjectCache since it has only one user and the addi...Adam Reichold3-35/+13
2018-10-04Turn PopplerCache into a template to avoid double indirection for look-up via...Adam Reichold9-314/+77
2018-10-05CairoType3Font: Remove unused memberAlbert Astals Cid2-6/+4
2018-10-05TextSelectionPainter: Remove unused memberAlbert Astals Cid1-2/+1
2018-10-05Some more NULL to nullptrAlbert Astals Cid24-145/+146
2018-10-03Inline move construction and assignment of Object to avoid function call over...Adam Reichold2-18/+15
2018-10-03Avoid Object being too friendly with Array, Dict and XRef as these can just u...Adam Reichold3-22/+8
2018-10-03Remove unneccessary macros from Object, avoid zeroing uninitialized objects a...Adam Reichold2-27/+23
2018-10-02Port the implementation of 'class Annots' to std::vectorOliver Sander2-36/+17
2018-10-01Put (optional) usage of codecvt behind a configure check s.t. we at least com...Adam Reichold1-8/+12
2018-10-01Parse Unicode decimals as well as ASCII decimals when resolving page labels.Adam Reichold2-3/+34
2018-09-27FreeText: Use font from default appearance stringOliver Sander2-11/+57
2018-09-24More constAlbert Astals Cid26-512/+495
2018-09-23Some more NULL -> nullptrAlbert Astals Cid1-8/+8
2018-09-23Fix build with -DFONT_CONFIGURATION=genericAlbert Astals Cid1-1/+1
2018-09-23Fix Windows buildAlbert Astals Cid2-3/+4
2018-09-23Remove the DEBUG_FORMS defineAlbert Astals Cid3-37/+7
2018-09-23Remove the DISABLE_OUTLINE defineAlbert Astals Cid3-14/+1
2018-09-23Remove ENABLE_PLUGINSAlbert Astals Cid7-954/+3
2018-09-23More constAlbert Astals Cid6-40/+40
2018-09-23More constAlbert Astals Cid16-103/+102
2018-09-23Object: two more const char *Albert Astals Cid1-4/+4
2018-09-23Object: make getCmd const char *Albert Astals Cid4-6/+5