Age | Commit message (Expand) | Author |
2018-01-08 | Encapsulate CPDF_ShadingObject members. | Lei Zhang |
2017-11-06 | Mark some CPDF_StreamContentParser members as const. | Lei Zhang |
2017-11-02 | Encapsulate CPDF_FormObject members. | Lei Zhang |
2017-10-04 | Remove friends from CPDF_TextObjectchromium/3233 | 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-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-29 | Make some CPDF_StreamContentParser methods static. | Lei Zhang |
2017-08-23 | Convert string Find methods to return an Optional | Ryan Harrison |
2017-08-23 | Verify image returned from AddImage | Dan Sinclair |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-21 | Converted CFX_FloatRect::{Init|Update}Rect() to take point objects | Jane Liu |
2017-08-17 | Fix some issues with individual image mask rendering | rbpotter |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-06-30 | Remove pointless CFX_FloatRect construction. | Lei Zhang |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-05-23 | Use NOTREACHED() in more places. | Lei Zhang |
2017-05-22 | Convert more c-style pointers to CFX_UnownedPtr | Tom Sepez |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-04-26 | Remove a few more |new|s. | Tom Sepez |
2017-04-18 | Render image masks individually instead of rendering the entire page as | rbpotter |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-01 | Refcount CPDF_Image all the time.chromium/3061chromium/3060 | Tom Sepez |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-17 | Use std::vector in CPDF_StreamContentParser. | Lei Zhang |
2017-03-17 | Coalesce redundant path points. | Lei Zhang |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-03-01 | Fix infinite loops in CPDF_MeshStream. | Lei Zhang |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-21 | Convert text positions from x,y to CFX_PointF | Dan Sinclair |
2017-02-21 | Cleanup StreamContentParser transform methods | Dan Sinclair |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Reland Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-14 | Revert "Cleanup CPDF_MeshStream" | dsinclair |
2017-02-13 | Clean up CPDF_TextObject a bit | Nicolas Pena |
2017-02-13 | Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-13 | core: fix a few uninitialized members | Miklos Vajna |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-07 | Use enum class for PathPoint types. | Nicolas Pena |
2017-01-27 | Limit parsing recursion levels in CPDF_StreamParser | 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-30 | Fix initial kerning when there is a horzscale setchromium/2938 | npm |