Age | Commit message (Expand) | Author |
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 |
2017-08-30 | Convert int* references to FX_STRSIZE | Ryan Harrison |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Simplify FX_GetMirrorChar() code. | Lei Zhang |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-06-02 | Remove explicit CFX_Matrix identity matrix instantiations. | Lei Zhang |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-24 | Convert to CFX_UnownedPtr, part 5 | Tom Sepez |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-04-25 | Use fx_extension.h utilities in more places. | Lei Zhang |