Age | Commit message (Expand) | Author |
2017-04-20 | Let {Argb,Cmyk}Decode return tuples | Nicolas Pena |
2017-04-20 | Cleanup the fx_extension code. | Dan Sinclair |
2017-04-18 | Render image masks individually instead of rendering the entire page as | rbpotter |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-04 | RefCount CPDF_IccProfile all the time | Tom Sepez |
2017-04-03 | RefCount CPDF_TransferFunc all the time. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-04-03 | Remove some used-only-once typedefs from CPDF_DocPageData | Tom Sepez |
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-28 | Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" | Tom Sepez |
2017-03-28 | Revert "Refcount all CFX_DIBSources (and subclasses) all the time." | dsinclair |
2017-03-28 | Refcount all CFX_DIBSources (and subclasses) all the time. | Tom Sepez |
2017-03-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |
2017-03-21 | Move colorspace specific code to colorspace class | Dan Sinclair |
2017-03-20 | Allow processing fonts with indirect dict | Nicolas Pena |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-17 | Use std::vector in CPDF_StreamContentParser. | Lei Zhang |
2017-03-17 | Bring CPDF_ICCBasedCS closer to PDF spec. | Lei Zhang |
2017-03-17 | Coalesce redundant path points. | Lei Zhang |
2017-03-16 | Use EXPECT_FLOAT_EQ in cpdf_devicecs_unittest | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Clean up more CPDF_PSEngine code. | Lei Zhang |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
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-10 | Normalize channels when transforming CMYK to RGB | Nicolas Pena |
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-21 | Convert more TransformPoint calls to Transform | Dan Sinclair |
2017-02-16 | Convert CPDF_TextObject to CFX_PointF | Dan Sinclair |
2017-02-15 | Move generated graphics and font maps to CPDF_Page | Nicolas Pena |
2017-02-15 | Cleanup CFX_PathData. | Dan Sinclair |
2017-02-14 | Reland Cleanup CPDF_MeshStream | Dan Sinclair |
2017-02-14 | Add ProcessText supporting standard fonts | Nicolas Pena |
2017-02-14 | Revert "Convert Origins to points" | 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 | Convert Origins to points | Dan Sinclair |
2017-02-13 | core: fix a few uninitialized members | Miklos Vajna |
2017-02-09 | Cleanup CFX_Matrix related methods | Dan Sinclair |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Replace rect.Transform(matrix) with matrix.TransformRect(rect) | Dan Sinclair |