Age | Commit message (Expand) | Author |
2018-10-29 | Do bilinear interpolation for "huge" images.chromium/3596 | Lei Zhang |
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 | Clean up CFX_ImageTransformer parameters. | 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-16 | Make constants/ pass gn check. | Lei Zhang |
2018-10-15 | Split pdfium_embeddertests sources.chromium/3582 | Lei Zhang |
2018-10-15 | Make core/ pass gn check. | Lei Zhang |
2018-10-12 | Split core/fpdfapi build rules into various sub-directories. | Lei Zhang |
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-09 | Do IWYU for retain_ptr.h and unowned_ptr.h | Lei Zhang |
2018-10-09 | Do IWYU for ptr_util.h. | 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-10-04 | CPDF_VariableText::m_nHorzScale is always 100 | Tom Sepez |
2018-10-02 | Use smart pointers in CPDF_PageRenderCache. | Lei Zhang |
2018-10-02 | Remove dead code in CPDF_PageRenderCache::ResetBitmap(). | Lei Zhang |
2018-09-27 | Shading functions should take const matrix pointers.chromium/3568chromium/3567chromium/3566chromium/3565chromium/3564 | Lei Zhang |
2018-09-25 | Revert "Remove unreachable code in CPDF_DIBBase." | Lei Zhang |
2018-09-21 | Replace CPDF_Color::Copy() with honest-to-goodness operator=(). | Tom Sepez |
2018-09-21 | Remove unreachable code in CPDF_DIBBase. | Lei Zhang |
2018-09-21 | Validate more image values in CPDF_DIBBase. | Lei Zhang |
2018-09-20 | Remove many unneeded STL #includes from headers. | Lei Zhang |
2018-09-19 | Initialize CPDF_ImageRenderer in the header. | Lei Zhang |
2018-09-19 | Encapsulate CPDF_ImageLoader. | Lei Zhang |
2018-09-17 | Extract duplicate code into GetShadingSteps(). | Lei Zhang |
2018-09-17 | Encapsulate CPDF_StreamAcc::LoadAllData(). | 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-29 | Remove FPDFAPI_ prefix from internal cid/encoder functions | Tom Sepez |
2018-08-28 | Use pdfium::span<> in more image modules | Tom Sepez |
2018-08-28 | Use std::span<> in CCodec_JPEGModule | Tom Sepez |
2018-08-27 | Use pdfium::span<> in CCodec_RLScanlineDecoder | Tom Sepez |
2018-08-27 | The final game: mark everything final. | Tom Sepez |
2018-08-24 | Rename CFX_DIBSource to CFX_DIBBase. | Tom Sepez |
2018-08-23 | Fix GCC build with V8 disabled. | Lei Zhang |
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 |