summaryrefslogtreecommitdiff
path: root/cpp
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-19[cpp] Add the font infos to the text_box object.suzuki toshiya9-54/+238
2020-04-27Poppler 0.88.0poppler-0.88.0Albert Astals Cid2-2/+2
2020-03-31Add missing sinceAlbert Astals Cid1-2/+2
2020-03-31Add (C) from last commitAlbert Astals Cid3-0/+3
2020-03-31cpp: Add non_raw_non_physical layout for page::text()Jiri Jakes3-15/+17
2020-03-280.87.0poppler-0.87.0Albert Astals Cid1-1/+1
2020-03-01Poppler 0.86.1poppler-0.86.1Albert Astals Cid1-1/+1
2020-02-29Poppler 0.86.0poppler-0.86.0Albert Astals Cid1-1/+1
2020-02-15Update(C)Albert Astals Cid1-1/+1
2020-02-15Use std::unique_ptr to pass around LinkDest objectsOliver Sander1-8/+4
2020-01-29Poppler 0.85.0poppler-0.85.0Albert Astals Cid1-1/+1
2020-01-05cpp: Make document_private() private just in caseAlbert Astals Cid1-2/+3
2020-01-05Update (C) for previous commitsAlbert Astals Cid5-4/+5
2020-01-04Remove the error callback data pointer as none of the frontends make use of it.Adam Reichold3-3/+3
2020-01-04Move the initer of the cpp frontend into the core to able to reuse it for the...Adam Reichold3-74/+18
2019-12-28Poppler 0.84.0poppler-0.84.0Albert Astals Cid1-1/+1
2019-12-03Enable modernize-loop-convertAlbert Astals Cid2-7/+7
2019-12-02Enable modernize-use-emplaceAlbert Astals Cid2-6/+6
2019-12-02Enable modernize-use-equals-deleteAlbert Astals Cid1-3/+3
2019-12-02Enable modernize-make-shared and modernize-make-uniqueAlbert Astals Cid1-4/+4
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-11-29Enable readability-inconsistent-declaration-parameter-nameAlbert Astals Cid2-9/+10
2019-11-29Return early in operator= if we're assigning to ourselvesAlbert Astals Cid1-1/+4
2019-11-27Poppler 0.83.0poppler-0.83.0Albert Astals Cid1-1/+1
2019-11-17Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-11-09Make globalParams a std::unique_ptrOliver Sander1-3/+2
2019-10-250.82.0poppler-0.82.0Albert Astals Cid1-1/+1
2019-10-23Make FontInfo::scan return a std::vector objectOliver Sander1-10/+5
2019-10-02Enable clang-tidy bugprone-too-small-loop-variableAlbert Astals Cid1-2/+2
2019-09-30Run clang-tidy on CIAlbert Astals Cid4-10/+11
2019-09-22Poppler 0.81.0poppler-0.81.0Albert Astals Cid1-1/+1
2019-08-220.80.0poppler-0.80.0Albert Astals Cid1-1/+1
2019-07-16Poppler 0.79.0poppler-0.79.0Albert Astals Cid1-1/+1
2019-06-27Poppler 0.78.0poppler-0.78.0Albert Astals Cid1-1/+1
2019-05-25Poppler 0.77.0poppler-0.77.0Albert Astals Cid1-1/+1
2019-05-15Update (C) of previous commitsAlbert Astals Cid1-0/+1
2019-05-14cpp: Change displayPageSlice parameter to make render_page thread-safeJulián Unrrein1-1/+3
2019-05-01Poppler 0.76.1poppler-0.76.1Albert Astals Cid1-1/+1
2019-04-21poppler 0.76.0poppler-0.76.0Albert Astals Cid1-1/+1
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-1/+2
2019-03-28cpp: Support UTF16-LE stringsAlbert Astals Cid1-8/+6
2019-03-21Update (C) from last commitAlbert Astals Cid3-0/+3
2019-03-21Remove GooList completelyOliver Sander3-8/+5