Age | Commit message (Expand) | Author |
2018-10-10 | Rename CPDF_ContentMark to CPDF_ContentMarks. | Henrique Nakashima |
2018-10-06 | Encapsulate CPDF_PageObject's rect member. | Lei Zhang |
2018-10-04 | Remove more uncalled methods in core/ | Tom Sepez |
2018-08-28 | Handle non-printing characters at beginning of extraction region | Ryan Harrison |
2018-08-25 | More cleanup in CPDF_TextPagechromium/3534chromium/3533 | Nicolas Pena |
2018-08-24 | Cleanup CalculateBaseSpace in CPDF_TextPage | Nicolas Pena |
2018-08-23 | Fix shadowed variables | Ryan Harrison |
2018-08-23 | Cleanup CPDF_TextPage::GetRectArray | Nicolas Pena |
2018-08-16 | Remove default arg from CFX_BinaryBuf::EstimateSize(). | Tom Sepez |
2018-08-07 | Add FPDFTextObj_GetText() API | Miklos Vajna |
2018-07-10 | Create API for adding content marks and setting their params.chromium/3488 | Henrique Nakashima |
2018-07-05 | Delete CPDF_ContentMark::HasRef() | Henrique Nakashima |
2018-06-08 | Use FPDFText_GetBoundedText() to get the visible text in a test. | Lei Zhang |
2018-05-15 | Return earlier in CPDF_TextPage::ProcessInsertObject() when possible. | Lei Zhang |
2018-05-15 | Simplify various functions in CPDF_TextPage. | Lei Zhang |
2018-05-08 | Simplify more code in CPDF_TextObject. | Lei Zhang |
2018-05-07 | Move some CPDF_TextPage methods into an anonymous namespace. | Lei Zhang |
2018-05-07 | Initialize CPDF_TextPage members in the header. | Lei Zhang |
2018-05-01 | Clean up CFX_BidiString. | Lei Zhang |
2018-04-30 | Reorganize Unicode_GetNormalization() some more. | Lei Zhang |
2018-04-30 | Add CPDF_TextPage::GetPrevCharInfo() helper method. | Lei Zhang |
2018-04-30 | Simplify Unicode_GetNormalization() and caller. | Lei Zhang |
2018-04-30 | Fix some nits in CPDF_TextPage. | Lei Zhang |
2018-04-12 | Change GetDisplayMatrix methods to take FX_RECT. | Lei Zhang |
2018-04-09 | Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393 | Tom Sepez |
2018-03-21 | Use more const pointers in CPDF_ContentMarkItem. | Lei Zhang |
2018-03-20 | Simplify code in CPDF_TextPage. | Lei Zhang |
2018-03-19 | Remove non-const ref parameters in CPDF_TextPage. | Lei Zhang |
2018-03-19 | Remove redundant code in CPDF_TextPage::CountRects(). | Lei Zhang |
2018-03-19 | Avoid crashing in FPDFText_CountRects() for invalid start values. | Lei Zhang |
2018-03-19 | Avoid crashing in FPDFText_CountRects() for negative count values. | Lei Zhang |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalpha | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIalnum | Ryan Harrison |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
2018-02-16 | Correct mapping text to characters for characters missing from font | Ryan Harrison |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-29 | Fix typo introduced in cleanup of IsHyphen | Ryan Harrison |
2018-01-11 | Change FPDFText_GetRect() to return a boolean. | Lei Zhang |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-11-30 | Rewrite lower level details of extracting text from page | Ryan Harrison |
2017-11-27 | Convert CPDF_TextObject to not use CollectionSize | Dan Sinclair |
2017-11-22 | Change CPDF_ContentMark to return size_t for counts. | Lei Zhang |
2017-11-08 | Make sure that iterator stays in bounds during IsHypen | Ryan Harrison |
2017-11-07 | Revert cleanup of IsHyphen and reimplement | Ryan Harrison |
2017-11-02 | Encapsulate CPDF_FormObject members. | Lei Zhang |
2017-10-23 | Fix cpdf_textpage so it doesn't omit spaces. | Andrew Weintraub |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-13 | Rewrite IsHyphen using string operations | Ryan Harrison |
2017-09-05 | Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. | Tom Sepez |