Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | Move core/fpdftext/include to core/fpdftext | dsinclair | |
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2383563002 | |||
2016-04-21 | Replace CFX_RectArray with std::vector<CFX_FloatRect> | tsepez | |
Use RVO now that we use an array type compatible with it. Review URL: https://codereview.chromium.org/1906903002 | |||
2016-04-21 | Remove CFX_ArrayTemplate from CPDF_LinkExtract | tsepez | |
Use unqiue_ptrs while we're at it, also better ctor. Review URL: https://codereview.chromium.org/1896303002 | |||
2016-04-19 | Remove IPDF_TextPage, IPDF_TextPageFind and IPDF_LinkExtract interfaces. | dsinclair | |
Each was only used by one subclass. Removed and used the concrete classes. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1897993002 |