Age | Commit message (Expand) | Author |
2017-08-31 | Prevent duplicate parses of same data, in the same recursive descent | Ryan Harrison |
2017-08-29 | Make some CPDF_StreamContentParser methods static. | Lei Zhang |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-04-26 | Avoid unordered_set and maps for the time being.chromium/3082 | Tom Sepez |
2017-04-01 | Refcount CPDF_Image all the time.chromium/3061chromium/3060 | Tom Sepez |
2017-03-17 | Use std::vector in CPDF_StreamContentParser. | Lei Zhang |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-21 | Cleanup StreamContentParser transform methods | Dan Sinclair |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-01-24 | Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi. | tsepez |
2017-01-05 | Remove two unused members in cpdf_streamcontentparser. | tsepez |
2016-11-21 | Remove some WrapUnique() calls by returing unique_ptrs | tsepez |
2016-11-04 | Reland "Remove CPDF_Object::Release() in favor of direct delete" | tsepez |
2016-11-04 | Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #... | dsinclair |
2016-11-03 | Remove CPDF_Object::Release() in favor of direct delete | tsepez |
2016-10-13 | Put CPDF_StreamContentParser into its own .cpp/.h files | tsepez |