summaryrefslogtreecommitdiff
path: root/core/fpdftext
AgeCommit message (Expand)Author
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Make core/ pass gn check.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Split most core build rules into various BUILD.gn files in core.Lei Zhang
2018-10-10Rename CPDF_ContentMark to CPDF_ContentMarks.Henrique Nakashima
2018-10-06Encapsulate CPDF_PageObject's rect member.Lei Zhang
2018-10-04Remove more uncalled methods in core/Tom Sepez
2018-08-28Handle non-printing characters at beginning of extraction regionRyan Harrison
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-25More cleanup in CPDF_TextPagechromium/3534chromium/3533Nicolas Pena
2018-08-24Cleanup CalculateBaseSpace in CPDF_TextPageNicolas Pena
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-23Cleanup CPDF_TextPage::GetRectArrayNicolas Pena
2018-08-16Remove default arg from CFX_BinaryBuf::EstimateSize().Tom Sepez
2018-08-07Add FPDFTextObj_GetText() APIMiklos Vajna
2018-07-10Create API for adding content marks and setting their params.chromium/3488Henrique Nakashima
2018-07-05Delete CPDF_ContentMark::HasRef()Henrique Nakashima
2018-06-20Avoid more .c_str() usage, part 3Tom Sepez
2018-06-11Remove explicit calls to x->operator[]Tom Sepez
2018-06-08Use FPDFText_GetBoundedText() to get the visible text in a test.Lei Zhang
2018-05-16Remove some more unused #definesTom Sepez
2018-05-15Return earlier in CPDF_TextPage::ProcessInsertObject() when possible.Lei Zhang
2018-05-15Simplify various functions in CPDF_TextPage.Lei Zhang
2018-05-08Simplify more code in CPDF_TextObject.Lei Zhang
2018-05-07Move some CPDF_TextPage methods into an anonymous namespace.Lei Zhang
2018-05-07Initialize CPDF_TextPage members in the header.Lei Zhang
2018-05-01Clean up CFX_BidiString.Lei Zhang
2018-04-30Reorganize Unicode_GetNormalization() some more.Lei Zhang
2018-04-30Add CPDF_TextPage::GetPrevCharInfo() helper method.Lei Zhang
2018-04-30Simplify Unicode_GetNormalization() and caller.Lei Zhang
2018-04-30Fix some nits in CPDF_TextPage.Lei Zhang
2018-04-12Change GetDisplayMatrix methods to take FX_RECT.Lei Zhang
2018-04-09Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393Tom Sepez
2018-03-21Use more const pointers in CPDF_ContentMarkItem.Lei Zhang
2018-03-20Simplify code in CPDF_TextPage.Lei Zhang
2018-03-19Remove non-const ref parameters in CPDF_TextPage.Lei Zhang
2018-03-19Remove redundant code in CPDF_TextPage::CountRects().Lei Zhang
2018-03-19Avoid crashing in FPDFText_CountRects() for invalid start values.Lei Zhang
2018-03-19Avoid crashing in FPDFText_CountRects() for negative count values.Lei Zhang
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIalnumRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-02-26Get rid of some static variables.Tom Sepez
2018-02-16Correct mapping text to characters for characters missing from fontRyan Harrison
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-29Fix typo introduced in cleanup of IsHyphenRyan Harrison
2018-01-11Change FPDFText_GetRect() to return a boolean.Lei Zhang
2018-01-05Convert ExtractSubString to return Optional<WideString>Ryan Harrison
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang