summaryrefslogtreecommitdiff
path: root/poppler/TextOutputDev.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-31Update (C)Albert Astals Cid1-0/+1
2024-03-30Reduce TextWord space and allocation overheadStefan Brüns1-19/+23
2023-03-27clang 15Albert Astals Cid1-100/+25
2022-08-07CI: clang 13 -> 14Albert Astals Cid1-25/+100
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-1/+1
2021-12-07TextOutputDev: require more spacing between columnsNelson Benítez León1-0/+6
2021-11-01TextOutputDev improvementsAlbert Astals Cid1-5/+5
2021-10-30Make makeWordList return a unique_ptrAlbert Astals Cid1-2/+2
2021-08-27CI: Enable google-explicit-constructorAlbert Astals Cid1-4/+4
2021-04-28Update (C) of previous commitsAlbert Astals Cid1-1/+1
2021-04-25find, glib: Enhance find to support multi-line matchingNelson Benítez León1-0/+15
2021-03-01Hide symbols by defaultAlbert Astals Cid1-6/+7
2020-08-27Update (C)Albert Astals Cid1-1/+1
2020-08-26TextSelectionPainter: support glyphless fontsNelson Benítez León1-0/+1
2020-07-03Run clang-formatAlbert Astals Cid1-696/+634
2020-05-19Update (C)Albert Astals Cid1-0/+1
2020-05-19[cpp] Add the font infos to the text_box object.suzuki toshiya1-0/+1
2019-12-05Move textEOL and textPageBreaks out of GlobalParams to TextOutputDevAlbert Astals Cid1-2/+20
2019-12-02Enable modernize-use-overrideAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-11-24Add const to TextOutputDev & friendsAlbert Astals Cid1-87/+87
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid1-4/+4
2019-08-05Update (C) of previous commitDan Shea1-0/+1
2019-08-01Add pdftotext -nodiag flag to remove diagonal text on outputDan Shea1-5/+12
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-7/+7
2019-03-21Make GooList a template typeOliver Sander1-9/+9
2018-12-09Update (C)Albert Astals Cid1-0/+1
2018-12-09add new 'IgnoreDiacritics' option to ::findText()Nelson Benítez León1-0/+15
2018-12-06Remove the file gtypes.h completelyOliver Sander1-1/+0
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-65/+65
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-09-24More constAlbert Astals Cid1-12/+12
2018-09-23TextOutputDev: const filenameAlbert Astals Cid1-1/+1
2018-09-02pdftotext: Fix only outputs first page content with -bbox-layout optionSanchit Anand1-0/+5
2018-04-06OutputDev: change functions taking GooString * to make it constAlbert Astals Cid1-3/+4
2018-02-02Fix some -Wshadow warningsAlbert Astals Cid1-2/+2
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+28
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-7/+7
2017-03-09Add override markersAlbert Astals Cid1-23/+23
2016-09-06Make some classes smaller in memory (amd64)Albert Astals Cid1-3/+3
2016-03-16Some (C) updatingAlbert Astals Cid1-1/+1
2016-02-20Cache result of inner loop in visitDepthFirstJason Crain1-0/+4
2015-09-08Matrix is 48 bytes, pass it by ref instead of by valueAlbert Astals Cid1-3/+3
2015-04-04Combine base characters and diacritical marksJason Crain1-1/+30
2013-11-22TextOutputDev: Honor the selection rectangle passed to TextPage::getSelection...Carlos Garcia Campos1-0/+20
2013-07-01Update copyrightsAlbert Astals Cid1-1/+1
2013-06-25TextOutputDev: add a method to TextPage to get the selection as a list of wordsCarlos Garcia Campos1-0/+4