summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-03Run clang-formatAlbert Astals Cid489-168565/+160725
2020-07-03Tweak code that clang-format doesn't understandAlbert Astals Cid2-1/+4
2020-07-03Add _clang-format fileAlbert Astals Cid2-0/+78
2020-07-020.90.0poppler-0.90.0Albert Astals Cid6-6/+32
2020-07-02FormPageWidgets: Initialize sizeAlbert Astals Cid1-0/+1
2020-06-30Update (C)Albert Astals Cid4-0/+4
2020-06-30Move utils/JSInfo.cc utils/JSInfo.h to core popplerNelson Benítez León9-4/+65
2020-06-30fix boundingbox of type3 fontssgerwk3-32/+42
2020-06-30poppler-glib: fix adding annots in rotated pagesNelson Benítez León3-26/+204
2020-06-24CI: switch qt5_docs to debian testing temporarilyAlbert Astals Cid1-0/+1
2020-06-23Small signature improvementsAlbert Astals Cid4-10/+16
2020-06-22qt5: Document that Document::page can return nullptrAlbert Astals Cid1-0/+2
2020-06-22qt5: demo: Fix crash on broken filesAlbert Astals Cid1-1/+2
2020-06-21Fix infinite loop in broken fileAlbert Astals Cid2-8/+16
2020-06-21Update (C)Albert Astals Cid4-3/+4
2020-06-21Add a pdftops -rasterize option with values always, never, or whenneededWilliam Bader6-9/+43
2020-06-12glib: Several fixes to the documentationCorentin Noël5-5/+29
2020-06-08glib: Add ability to reset formsMarek Kasik6-1/+95
2020-06-07CI: build lcms and libcurl on Ubuntu 16.04Albert Astals Cid1-1/+1
2020-06-07fix running cmake with cmake < 3.12Albert Astals Cid1-1/+5
2020-06-04qt5: make it clear we require Qt 5.5Albert Astals Cid2-1/+4
2020-06-03pdftoppm: add option to set display profilePhilipp Knechtges3-0/+62
2020-06-03Update (C)Albert Astals Cid4-0/+4
2020-06-02add a dummy GfxState to Page::loadThumb for proper color space handlingPhilipp Knechtges1-13/+14
2020-06-02cleanup displayprofile initializationPhilipp Knechtges9-165/+70
2020-06-02remove sourceProfile variable from GfxColorTransformPhilipp Knechtges2-13/+10
2020-06-02move Postscript CSA generation from GfxColorTransform to GfxICCBasedColorSpacePhilipp Knechtges2-46/+42
2020-06-02Use a more modern way to use curlHannah von Reth1-1/+1
2020-06-02Increase cmake version requirement to that of the minimum in our CIAlbert Astals Cid1-1/+1
2020-05-270.89.0poppler-0.89.0Albert Astals Cid6-6/+23
2020-05-26Make Link that are "Unknown destination type" be "no ok"Albert Astals Cid1-1/+1
2020-05-24Update (C)Albert Astals Cid4-0/+4
2020-05-23include annotations in the bounding boxsgerwk2-6/+6
2020-05-23use state->getClipBBox() instead of tracking the clipping boxsgerwk4-65/+34
2020-05-23GfxState: substitute manual ref counting in GfxColorTransform by a shared_ptrPhilipp Knechtges6-204/+195
2020-05-23cpp: Use push back instead of [] direct accessAlbert Astals Cid1-1/+1
2020-05-21Update (C)Albert Astals Cid4-4/+7
2020-05-21only activate CSA support for the most recent lcms2 versionPhilipp Knechtges1-0/+12
2020-05-21make the clang/clazy/Ubuntu/Android pipelines happyPhilipp Knechtges3-12/+12
2020-05-21Use ICC profiles in PS outputAdrian Johnson4-58/+153
2020-05-21Revert "GfxICCBasedColorSpace: Remove unused member variable"Philipp Knechtges2-5/+9
2020-05-19Update (C)Albert Astals Cid10-9/+15
2020-05-19[cpp] separate the font info in text_box to another struct.suzuki toshiya4-50/+121
2020-05-19[cpp] change page_private::init_font_info_cache() to a void method.Albert Astals Cid2-4/+4
2020-05-19[cpp] in poppler-page.h, add "since 0.89" comment to 3 new methods.Albert Astals Cid1-4/+12
2020-05-19[cpp] introduce a boolean font_info_cache_initialized, to distinguish an init...suzuki toshiya2-1/+4
2020-05-19[cpp] construct a font_iterator instance in the local storage of page_private...Adam Reichold1-5/+3
2020-05-19[cpp] remove wrong warning note for about the std::string object returned by ...Adam Reichold1-4/+0
2020-05-19[cpp] new enum poppler::text_box::writing_mode_enumAlbert Astals Cid3-8/+22
2020-05-19[TextOutputDev] simplify TextFontInfo::matches(const Ref *ref)Albert Astals Cid1-1/+1