Age | Commit message (Expand) | Author |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-19 | Change SHADING_STEPS from a #define to a constant. | Lei Zhang |
2018-04-18 | Fix integer overflow in shading drawing code. | Lei Zhang |
2018-04-16 | Remove non-const CPDF_PageObjectHolder::GetPageObjectList(). | Henrique Nakashima |
2018-04-12 | More CPDF_Color improvements. | Lei Zhang |
2018-04-10 | Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. | Lei Zhang |
2018-04-09 | Use ByteStringView / pdfium::span in CPDF font as appropriate.chromium/3393 | Tom Sepez |
2018-04-09 | Pass FX_RECT by const-ref in rendering code. | Lei Zhang |
2018-04-09 | Remove RenderDeviceDriverIface::GetCTM(). | Lei Zhang |
2018-04-09 | Cleanup CPDF_RenderStatus::GetObjectClippedRect(). | Lei Zhang |
2018-04-05 | Combine if/else blocks in CPDF_DIBSource::TranslateScanline24bpp(). | Lei Zhang |
2018-04-05 | Split CPDF_DIBSource::TranslateScanline24bpp(). | Lei Zhang |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-21 | Change FXSYS_RGB() to FXSYS_BGR(). | Lei Zhang |
2018-03-21 | Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). | Lei Zhang |
2018-03-20 | Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState. | Lei Zhang |
2018-03-15 | Rename FX_COLORREF variables from "rgb" to "bgr". | Lei Zhang |
2018-03-06 | Rename IFX classes in core/fxge to Ifacechromium/3364 | Dan Sinclair |
2018-03-06 | Rename core/fxcrt IFX files to Iface | Dan Sinclair |
2018-03-05 | Clean up CPDF_DIBSource. | Lei Zhang |
2018-03-05 | Make FPDFBitmap_GetFormat() work for JBIG images. | Lei Zhang |
2018-03-05 | Use CPDF_DIBSource::LoadState enum class in more places. | Lei Zhang |
2018-03-05 | Change CPDF_DIBSource::LoadJpxBitmap() to return a bitmap. | Lei Zhang |
2018-03-05 | Change return types for some rendering Start/Continue methods. | Lei Zhang |
2018-03-05 | Add CPDF_DIBSource::LoadState enum class. | Lei Zhang |
2018-02-16 | Fix more fallthroughs before reenabling -Wimplicit-fallthrough. | Henrique Nakashima |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-02-09 | Get rid of EmbedderTest::RenderPageDeprecated(). | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |
2018-01-30 | Revert "Revert "Use UnownedPtr instead of T* in MaybeOwned."" | Tom Sepez |
2018-01-30 | Revert "Use UnownedPtr instead of T* in MaybeOwned." | Tom Sepez |
2018-01-30 | Use UnownedPtr instead of T* in MaybeOwned. | Tom Sepez |
2018-01-26 | Fix crash in palette loading with Pattern colorspace. | Henrique Nakashima |
2018-01-26 | Change CPDF_RenderStatus::ProcessPathPattern() to pass by pointer. | Lei Zhang |
2018-01-25 | Make private some methods in CPDF_DIBSource. | Henrique Nakashima |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-08 | Encapsulate CPDF_ShadingObject members. | Lei Zhang |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-01 | Encapsulate CPDF_Type3Char members. | Lei Zhang |
2017-11-27 | Remove CollectionSize from CPDF_RenderStatus | Dan Sinclair |
2017-11-27 | Remove CollectionSize from CPDF_CharPosList | 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-11-02 | Remove some redundent code in CPDF_DIBSource::StartLoadDIBSource(). | 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-06 | Fix a crash in CPDF_ImageRenderer.chromium/3236chromium/3235 | Lei Zhang |
2017-10-05 | Move CPDF_RenderOptions members to private | Dan Sinclair |