summaryrefslogtreecommitdiff
path: root/poppler/TextOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
8 daysUpdate (C)Albert Astals Cid1-1/+1
8 dayscpp: Fix crash extracting text and font in some filesAlbert Astals Cid1-1/+1
2024-03-31Update (C)Albert Astals Cid1-1/+2
2024-03-30Reduce worst case algorithmic complexity of TextBlock::coalesceStefan Brüns1-49/+60
2024-03-30Reduce TextWord space and allocation overheadStefan Brüns1-204/+174
2024-03-30Fix text search across lines between paragraphsNelson Benítez León1-24/+36
2024-03-30Fix regression on issue #157Nelson Benítez León1-12/+14
2024-02-01Update (C)Albert Astals Cid1-0/+1
2024-02-01More unicode vectors; fewer raw pointersSune Vuorela1-6/+2
2024-01-23Update (C)Albert Astals Cid1-0/+1
2024-01-18TextPage::takeText: reset actualText for the new pageAdam Sampson1-0/+2
2022-08-19We can use isnan nowAlbert Astals Cid1-2/+1
2022-05-13TextPage::coalesce: Fix crash on broken filesAlbert Astals Cid1-2/+3
2022-04-30Update (C)Albert Astals Cid1-1/+1
2022-04-26fix multiline find_text() bug in two column docsNelson Benítez León1-0/+6
2022-04-26fix bug in multiline find_text()Nelson Benítez León1-1/+2
2022-03-30Change GfxFont name into an optional std::stringAlbert Astals Cid1-1/+1
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-101/+194
2022-03-10Update (C) of previous commitAlbert Astals Cid1-1/+1
2022-03-09Replace hand-coded reference counting in GfxFont by std::shared_ptrOliver Sander1-9/+2
2021-12-07TextOutputDev: require more spacing between columnsNelson Benítez León1-3/+11
2021-11-01TextOutputDev improvementsAlbert Astals Cid1-65/+22
2021-10-30Make makeWordList return a unique_ptrAlbert Astals Cid1-3/+3
2021-10-29Port a few functions from GooString to std::stringAlbert Astals Cid1-1/+1
2021-10-11Update (C)Albert Astals Cid1-1/+1
2021-10-11TextOutputDev: Respect orientation when selecting wordsMarek Kasik1-33/+142
2021-08-29Update (C)Albert Astals Cid1-0/+1
2021-08-27Fix up setmode callsPeter Williams1-4/+4
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid1-2/+2
2021-04-25find, glib: Enhance find to support multi-line matchingNelson Benítez León1-33/+149
2021-04-07TextOutputDev: Fix crash in malformed fileAlbert Astals Cid1-1/+1
2021-03-12TextSelectionDumper: fix word order for RTL textNelson Benítez León1-2/+6
2021-02-26Make TextSelectionSizer a bit easier to understand standaloneAlbert Astals Cid1-4/+9
2021-02-14Update (C)Albert Astals Cid1-1/+1
2021-02-14TextSelectionDumper: Fix getText() for space after wordNelson Benítez León1-1/+1
2020-11-28Fix crash when searching things of length 0Albert Astals Cid1-0/+4
2020-10-29clang: Warn about weak-vtablesAlbert Astals Cid1-1/+3
2020-08-27Update (C)Albert Astals Cid1-1/+1
2020-08-26TextSelectionPainter: support glyphless fontsNelson Benítez León1-5/+30
2020-07-03Run clang-formatAlbert Astals Cid1-4890/+4596
2020-05-19Update (C)Albert Astals Cid1-1/+1
2020-05-19[TextOutputDev] simplify TextFontInfo::matches(const Ref *ref)Albert Astals Cid1-1/+1
2020-05-19[cpp] Add the font infos to the text_box object.suzuki toshiya1-0/+4
2020-01-07Mark some static arrays as constAlbert Astals Cid1-1/+1
2020-01-05Update last commit (C)Albert Astals Cid1-1/+1
2020-01-05Remove UnicodeMap reference countingAlbert Astals Cid1-16/+5
2019-12-05Move textEOL and textPageBreaks out of GlobalParams to TextOutputDevAlbert Astals Cid1-8/+10
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-11/+5
2019-12-02enable modernize-redundant-void-argAlbert Astals Cid1-2/+2
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid1-3/+3