Age | Commit message (Expand) | Author |
2018-04-13 | Rename the other CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-12 | Rename one CPDF_Color::SetValue() variant. | Lei Zhang |
2018-04-12 | Make some CPDF_StreamContentParser methods const. | Lei Zhang |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2017-11-06 | Mark some CPDF_StreamContentParser members as const. | Lei Zhang |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
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 |