Age | Commit message (Expand) | Author |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | 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-11 | Use more smart pointer types in CPDF_DIBSource. | Tom Sepez |
2018-05-10 | Add CPDF_Transparency. | Lei Zhang |
2018-05-10 | Fix destruction order in CPDF_Dibsource. | Tom Sepez |
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 |
2018-05-08 | Move CalculatePitch8() to core/fxcodec. | Lei Zhang |
2018-05-07 | Add some getters for CPDF_PageObjectHolder. | Lei Zhang |
2018-05-07 | Initialize CPDF_RenderStatus members in the header. | Lei Zhang |
2018-05-07 | Use checked large integer in ContinueQuickStretchchromium/3424 | Ryan Harrison |
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 |