Age | Commit message (Expand) | Author |
2018-01-08 | Encapsulate CPDF_ShadingObject members. | Lei Zhang |
2017-12-01 | Encapsulate CPDF_Type3Char members. | Lei Zhang |
2017-11-27 | Remove CollectionSize from CPDF_RenderStatus | Dan Sinclair |
2017-11-27 | Convert CPDF_ClipPath::Get{Path|Text}Count to size_t | Dan Sinclair |
2017-11-02 | Encapsulate CPDF_FormObject members. | Lei Zhang |
2017-11-02 | Rename Transparency to iTransparency. | Lei Zhang |
2017-10-23 | Validate pattern sizes before usage | Dan Sinclair |
2017-10-19 | Tidy up bits of CPDF_RenderStatus. | Lei Zhang |
2017-10-05 | Move CPDF_RenderOptions members to private | Dan Sinclair |
2017-10-04 | Remove friends from CPDF_TextObjectchromium/3233 | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-21 | Move CFX_UnownedPtr to UnownedPtr | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Move CFX_MaybeOwned to fxcrt::MaybeOwned | Dan Sinclair |
2017-09-21 | Move CFX_AutoRestorer to fxcrt::AutoRestorer | Dan Sinclair |
2017-09-19 | Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220 | Lei Zhang |
2017-08-31 | Change CPDF_Form::ParseContent() to ParseContentWithParams(). | Lei Zhang |
2017-08-31 | Split IFX_Pause out of fx_basic | Dan Sinclair |
2017-08-30 | Split CFX_FixedBufGrow out of fx_basicchromium/3201 | Dan Sinclair |
2017-08-30 | Split auto restorer from fx_basic | Dan Sinclair |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-17 | Fix some issues with individual image mask rendering | rbpotter |
2017-08-02 | Pass a CPDF_ImageObject* into CPDF_ImageRenderer::Start(). | Lei Zhang |
2017-07-25 | flush but do not release skia driver | Cary Clark |
2017-07-17 | Let CPDF_MeshStream::ReadVertexRow return a vector | Nicolas Pena |
2017-07-13 | Cleanup CPDF_RenderOptions colour members. | Dan Sinclair |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-05-25 | Mass conversion of remaining class members (non-xfa) | Tom Sepez |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-25 | Break apart the pageint.h file. | Dan Sinclair |
2017-05-24 | Use CheckedNumeric in BiInterpolImpl | Nicolas Pena |
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-11 | Rename render device classes | Dan Sinclair |
2017-05-10 | Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite m... | Lei Zhang |
2017-05-08 | Remove default params in CFX_DIBSource | Nicolas Pena |
2017-05-04 | Make CPDF_Font member variables protected. | Lei Zhang |
2017-04-21 | Add CFX_RenderDevice::AutoRestorer()chromium/3078 | Tom Sepez |
2017-04-21 | Return unique_ptr from CPDF_RenderStatus::CloneObjStates(). | Tom Sepez |
2017-04-07 | Remove the ICC transform where it is never initialized. | Nicolas Pena |
2017-04-04 | Let CPDF_ImageRenderer own the CFX_ImageRenderer | Nicolas Pena |
2017-04-03 | RefCount CPDF_Type3Cache all the time.chromium/3062 | 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-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 |