Age | Commit message (Expand) | Author |
2018-10-26 | Replace int flags with struct FXDIB_ResampleOptions. | Lei Zhang |
2018-10-26 | Implement CFX_RenderDevice::GetFlipMatrix(). | Lei Zhang |
2018-10-26 | Forward declare a bunch of classes. | Lei Zhang |
2018-10-25 | Change StartDIBits() to take a matrix by reference. | Lei Zhang |
2018-10-25 | Change FXDIB_BLEND_FOO typedefs to an enum class. | Lei Zhang |
2018-10-24 | Remove FXDIB_BLEND_UNSUPPORTED. | Lei Zhang |
2018-10-24 | Make CPDF_PathObject::m_Path private. | Lei Zhang |
2018-10-24 | Make CPDF_PathObject::m_FillType private. | Lei Zhang |
2018-10-24 | Make CPDF_PathObject::m_bStroke private. | Lei Zhang |
2018-10-24 | Start making CPDF_PathObject members private. | Lei Zhang |
2018-10-22 | Remove third arg to CFX_DIBitmap::LoadChannel()chromium/3589 | Tom Sepez |
2018-10-12 | Remove more unnecessary includes and do IWYU as needed. | Lei Zhang |
2018-10-12 | Rename CPDF_{Array,Dictionary}::GetCount() to size(). | Lei Zhang |
2018-10-06 | Encapsulate CPDF_PageObject's rect member. | Lei Zhang |
2018-10-05 | Remove optional matrix parameter from CPDF_PageObject::GetBBox(). | Lei Zhang |
2018-10-05 | Make CPDF_RenderStatus matrix params const-ref. | Lei Zhang |
2018-09-27 | Shading functions should take const matrix pointers.chromium/3568chromium/3567chromium/3566chromium/3565chromium/3564 | Lei Zhang |
2018-09-21 | Replace CPDF_Color::Copy() with honest-to-goodness operator=(). | Tom Sepez |
2018-09-17 | Extract duplicate code into GetShadingSteps(). | Lei Zhang |
2018-08-31 | Simplify radial shading. | Henrique Nakashima |
2018-08-31 | Fix radial shading when start circle is a point in the center of end circle. | Henrique Nakashima |
2018-08-29 | Fix radial shading when center of start point is on the border of an end circle. | Henrique Nakashima |
2018-08-24 | Rename CFX_DIBSource to CFX_DIBBase. | Tom Sepez |
2018-08-17 | Use more UnownedPtr<> in cpdf_renderstatus.h.chromium/3526 | Tom Sepez |
2018-08-16 | Remove optional bool bType from GetFillArgb() | Tom Sepez |
2018-08-16 | Remove more optional args in core/ | Tom Sepez |
2018-08-15 | Make CPDF_RenderStatus::Initialize() saner. | Tom Sepez |
2018-08-14 | Remove more default arg = nullptr cases. | Tom Sepez |
2018-08-07 | Change CPDF_Font::GetFace() to HasFace(). | Lei Zhang |
2018-08-04 | Use more text object state in DrawTextPathWithPattern().chromium/3514chromium/3513chromium/3512 | Lei Zhang |
2018-07-12 | Rename 'ori' to 'backdrop' in rendering code. | Lei Zhang |
2018-07-05 | Delete CPDF_ContentMark::HasRef() | Henrique Nakashima |
2018-06-29 | Better determine if ICC colorspaces can be used for blending. | Lei Zhang |
2018-06-25 | Combine common code into CPDF_RenderStatus::ClipPattern(). | Lei Zhang |
2018-06-25 | Make DrawRadialShading() slightly more compact. | Lei Zhang |
2018-06-13 | Remove CFX_FixedBufGrow from cpdf_renderstatus.cpp | Nicolas Pena |
2018-06-07 | Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). | Henrique Nakashima |
2018-06-05 | Revert "Create m_ContentStream field in CPDF_PageObject." | Henrique Nakashima |
2018-06-05 | Create m_ContentStream field in CPDF_PageObject. | Henrique Nakashima |
2018-05-30 | Exclude certain colorspace types for calculating transparency backdrop color. | Lei Zhang |
2018-05-29 | Get rid of FXARGB_MAKE macro. | Lei Zhang |
2018-05-28 | Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444 | Nicolas Pena |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor().chromium/3441 | Lei Zhang |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-14 | Cleanup CPDF_Form parsing codechromium/3431 | Dan Sinclair |
2018-05-10 | Add CPDF_Transparency. | Lei Zhang |
2018-05-09 | Mark numerious pointers as const. | Lei Zhang |
2018-05-09 | Add constants for PDF 1.7 spec, table 7.13. | Lei Zhang |
2018-05-09 | Break backcolor code out of CPDF_RenderStatus::LoadSMask(). | Lei Zhang |
2018-05-08 | Remove almost all usages of CFX_FixedBufGrow with std::vector | Nicolas Pena |