summaryrefslogtreecommitdiff
path: root/cpp
AgeCommit message (Expand)AuthorFilesLines
2022-02-10Make Catalog::embeddedFile return an unique_ptrAlbert Astals Cid3-21/+14
2022-02-01Popppler 22.02.0poppler-22.02.0Albert Astals Cid1-1/+1
2022-01-05poppler 22.01.0poppler-22.01.0Albert Astals Cid1-1/+1
2021-12-01poppler 21.12.0poppler-21.12.0Albert Astals Cid1-1/+1
2021-11-01Poppler 21.11.0poppler-21.11.0Albert Astals Cid1-1/+1
2021-10-01Poppler 21.10.0poppler-21.10.0Albert Astals Cid1-1/+1
2021-09-0221.09.0poppler-21.09.0Albert Astals Cid1-1/+1
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid12-24/+29
2021-08-01Poppler 21.08.0poppler-21.08.0Albert Astals Cid1-1/+1
2021-07-02poppler 21.07.0poppler-21.07.0Albert Astals Cid1-1/+1
2021-06-16Update (C) of previous commitsAlbert Astals Cid1-0/+1
2021-06-16Remove ENABLE_SPLASH and HAVE_SPLASH (always true)Hubert Figuiere1-16/+2
2021-06-03poppler 21.06.1poppler-21.06.1Albert Astals Cid1-1/+1
2021-06-01poppler 21.06.0poppler-21.06.0Albert Astals Cid1-1/+1
2021-05-02Poppler 21.05.0poppler-21.05.0Albert Astals Cid1-1/+1
2021-04-01Poppler 21.04.0poppler-21.04.0Albert Astals Cid1-1/+1
2021-03-01Hide symbols by defaultAlbert Astals Cid2-13/+3
2021-03-01Poppler 21.03.0poppler-21.03.0Albert Astals Cid1-1/+1
2021-02-01poppler 21.02.0poppler-21.02.0Albert Astals Cid1-1/+1
2021-01-02poppler 21.01.0poppler-21.01.0Albert Astals Cid1-1/+1
2020-12-08Enable bugprone-signed-char-misuseAlbert Astals Cid1-2/+3
2020-12-05Poppler 20.12.1poppler-20.12.1Albert Astals Cid1-1/+1
2020-12-01Poppler 20.12.0poppler-20.12.0Albert Astals Cid1-1/+1
2020-12-01Move HAVE_SPLASH to poppler-config.hAlbert Astals Cid1-0/+2
2020-11-28cpp: page::search: Fix invalid memory access if searching for the empty stringAlbert Astals Cid1-0/+5
2020-11-27Fixing null-terminated string parametersCeyhun Alp5-40/+38
2020-11-27Updating pdf_fuzzer with the version from OSS-Fuzz repositoryCeyhun Alp2-2/+9
2020-11-27Fixes from Michael's feedbackCeyhun Alp1-8/+8
2020-11-27Fixing clang_format issuesCeyhun Alp5-306/+329
2020-11-27Fuzzers for qt5 + cleaning up cpp and glib fuzzersCeyhun Alp6-55/+434
2020-11-27Fuzzers for cppCeyhun Alp5-0/+245
2020-11-01Poppler 20.11.0poppler-20.11.0Albert Astals Cid1-1/+1
2020-10-07cpp: Fix crashes in embedded file handling on broken filesAlbert Astals Cid1-7/+13
2020-10-01Poppler 20.10.0poppler-20.10.0Albert Astals Cid1-1/+1
2020-09-01poppler 20.09.0poppler-20.09.0Albert Astals Cid1-1/+1
2020-08-0120.08.0poppler-20.08.0Albert Astals Cid1-1/+1
2020-07-110.90.1poppler-0.90.1Albert Astals Cid1-1/+1
2020-07-03Run clang-formatAlbert Astals Cid34-726/+496
2020-07-020.90.0poppler-0.90.0Albert Astals Cid1-1/+1
2020-05-270.89.0poppler-0.89.0Albert Astals Cid2-2/+2
2020-05-23cpp: Use push back instead of [] direct accessAlbert Astals Cid1-1/+1
2020-05-19Update (C)Albert Astals Cid8-8/+13
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[cpp] simplify the initialization of poppler::font_info_private.ref and .emb_refAlbert Astals Cid1-4/+2