Age | Commit message (Expand) | Author |
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-20 | Avoid more .c_str() usage, part 3 | Tom Sepez |
2018-06-11 | Remove explicit calls to x->operator[] | Tom Sepez |
2018-06-08 | Use FPDFText_GetBoundedText() to get the visible text in a test. | Lei Zhang |
2018-05-16 | Remove some more unused #defines | Tom Sepez |
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-26 | Get rid of some static variables. | Tom Sepez |
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 |
2018-01-05 | Convert ExtractSubString to return Optional<WideString> | Ryan Harrison |
2018-01-04 | Convert usages of pdfium::Optional to Optional | Ryan Harrison |
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-10-02 | Removing unused defines | Dan Sinclair |
2017-09-27 | Remove FXSYS_strlen and FXSYS_wcslenchromium/3226 | Ryan Harrison |
2017-09-27 | Remove FX_STRSIZE and replace with size_t | Ryan Harrison |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
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 |
2017-09-01 | Adjust loops in preperation for FX_STRSIZE int->size_t | Ryan Harrison |