Age | Commit message (Expand) | Author |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |
2018-04-30 | Saner memory managment in cttfontdesc, part 1. | Tom Sepez |
2018-04-27 | Fix illegal cast in core/fxge/win32/fx_win32_gdipext.cpp | Tom Sepez |
2018-04-25 | Add PostScript PASSTHROUGH options to FPDF_SetPrintMode(). | Lei Zhang |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-25 | Use WindowsPrintMode in more places in place of ints. | Lei Zhang |
2018-04-25 | Remove CDWriteExt. | Lei Zhang |
2018-04-23 | Provide double-byte terminator in Windows font variant name. | Tom Sepez |
2018-04-17 | Use span<> in GetBits32(). | Tom Sepez |
2018-04-17 | Re-land "Return pdfium::span<char> from ByteString::GetBuffer()."" | Tom Sepez |
2018-04-16 | Simplify CFX_DIBitmap::TransferBitmap | Nicolas Pena |
2018-04-16 | Revert "Return pdfium::span<char> from ByteString::GetBuffer()." | Tom Sepez |
2018-04-12 | Return pdfium::span<char> from ByteString::GetBuffer(). | Tom Sepez |
2018-04-12 | Make CFX_Font take FX_RECT out params by pointer. | Lei Zhang |
2018-04-12 | Clean up some CFX_RenderDevice code. | Lei Zhang |
2018-04-10 | Add static_asserts for FX_RECT and FX_COLORREF. | Lei Zhang |
2018-04-10 | Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref. | Lei Zhang |
2018-04-10 | Change FillRectWithBlend methods to take FX_RECT by const-ref. | Lei Zhang |
2018-04-09 | Remove RenderDeviceDriverIface::GetCTM(). | Lei Zhang |
2018-04-03 | Remove DefaultAppearance HasColor and return an optional instead | Dan Sinclair |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-28 | Remove CPDF_DefaultAppearance reference params | Dan Sinclair |
2018-03-28 | Use CPDF_DefaultAppearance instead of custom parsing | Dan Sinclair |
2018-03-28 | Rename some fsdk files to cpdfsdk | Dan Sinclair |
2018-03-21 | Add helpers to work with FXDIB_Format. | Lei Zhang |
2018-03-21 | Change FXSYS_RGB() to FXSYS_BGR(). | Lei Zhang |
2018-03-21 | Change FXSYS_Get{R,G,B}Value()'s input param to BGR. | Lei Zhang |
2018-03-21 | Rename one ArgbEncode() variant to AlphaAndColorRefToArgb(). | Lei Zhang |
2018-03-20 | Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377 | Lei Zhang |
2018-03-16 | Fix methods that have definition with different parameter names. | Lei Zhang |
2018-03-15 | Add a CFX_PathData::AppendRect() variant.chromium/3372 | Lei Zhang |
2018-03-15 | Fixing order of guards to avoid potential segvs | Ryan Harrison |
2018-03-15 | Rename FX_COLORREF variables from "rgb" to "bgr". | Lei Zhang |
2018-03-15 | Fix a red-blue channel flip when rendering masks to EMF. | Lei Zhang |
2018-03-15 | Cleanup CStretchEngine. | Lei Zhang |
2018-03-13 | Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370 | Ryan Harrison |
2018-03-12 | Remove all usages of FXSYS_iswASCIIspacechromium/3369 | Ryan Harrison |
2018-03-12 | Fix crash when creating a CFX_DIBitmap with FXDIB_Invalid. | Henrique Nakashima |
2018-03-09 | Explicitly mark helper methods that only operate on ASCII ranges | Ryan Harrison |
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 | Make FPDFBitmap_GetFormat() work for JBIG images. | Lei Zhang |
2018-03-01 | Break up CFX_DIBSource::ConvertBuffer(). | Lei Zhang |
2018-03-01 | Fix some nits in CFX_DIBSource::CloneConvert(). | Lei Zhang |
2018-02-14 | Pdfium: Allow negative font sizes for PostScript printing | rbpotter |
2018-02-10 | Renable -Wimplicit-fallthrough for PDFium. | Nico Weber |
2018-02-07 | Remove some deprecated RenderPage method usage. | Lei Zhang |
2018-02-07 | Clean up RenderPage methods in EmbedderTest. | Lei Zhang |
2018-02-06 | IWYU | Mike Reed |
2018-01-30 | Use unsigned for char widthchromium/3335 | Nicolas Pena |