Age | Commit message (Expand) | Author |
2018-05-31 | Move codepage/charset methods into related places. | Artem Strygin |
2018-05-31 | Fix font regression in AdjustMMParams | Nicolas Pena |
2018-05-30 | Implement handling --font-dir on Mac | Ryan Harrison |
2018-05-29 | Pass a CFX_Matrix by reference in font code.chromium/3445 | 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 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). | Lei Zhang |
2018-05-25 | Mark CPDF_Object pointers in pattern code as const. | Lei Zhang |
2018-05-23 | Remove GetBits32(). | Lei Zhang |
2018-05-22 | Make friend RetainPtr<T> statements consistently public. | Lei Zhang |
2018-05-22 | Fix a regression with missing text. | Lei Zhang |
2018-05-22 | Declare some variables closer to when used in CFX_FontMapper. | Lei Zhang |
2018-05-17 | Annotate CFX_ImageTransformer with LIKELY(). | Lei Zhang |
2018-05-17 | Avoid fmodf() in CFX_BilinearMatrix. | Lei Zhang |
2018-05-08 | Remove almost all usages of CFX_FixedBufGrow with std::vector | Nicolas Pena |
2018-05-07 | Use checked large integer in ContinueQuickStretchchromium/3424 | Ryan Harrison |
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 |