Age | Commit message (Expand) | Author |
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 |
2018-01-30 | Guard usages of tellp(). It may return -1 in error cases. | Henrique Nakashima |
2018-01-30 | Remove not reachable branch in fxge code. | Lei Zhang |
2018-01-30 | Use anonymous namespace in gdiplus code. | Lei Zhang |
2018-01-26 | Fix a wrong variable check in CFX_BilinearMatrix. | Lei Zhang |
2018-01-26 | Mark some fxge class members as const. | Lei Zhang |
2018-01-24 | Put required DEFINE_PS_TABLES define in fx_freetype.cpp where it's used.chromium/3332chromium/3331 | Andrew Weintraub |
2018-01-19 | Remove NeedAlpha() in CFX_ImageTransformer. | Lei Zhang |
2018-01-18 | Add jumbo build support for fxge and pwl. | Lei Zhang |
2018-01-18 | Remove more unneeded includes and code from headers. | Lei Zhang |
2018-01-12 | Move some RetainPtr getters/setters out of headers. | Lei Zhang |
2018-01-11 | Remove core/fxge/cfx_fontmgr.h from headers. | Lei Zhang |
2018-01-11 | Use range-based for-loops in a few more places. | Lei Zhang |
2018-01-10 | Encapsulate CTTFontDesc. | Lei Zhang |
2018-01-10 | Move FreeType version check to its own method. | Lei Zhang |
2018-01-09 | Fix cl/22012 to always call FXFT_Library_SetLcdFilter so that we render prope... | Andrew Weintraub |
2018-01-08 | Always enable hinting with versions of Freetype >= 2.8.1, which include subpi... | Andrew Weintraub |
2018-01-08 | Make SharedCopyOnWrite use Retainables | Dan Sinclair |
2018-01-04 | Remove CXFA_DataData | Dan Sinclair |
2017-12-19 | Fix use_system_freetype=true build when third_party/freetype is missing | Tom Anderson |
2017-12-12 | Roll DEPS for Skia to 40ca2087. | Lei Zhang |
2017-12-08 | Fix an LLVM error caused by assigning a uint32_t to an int without a cast | Andrew Weintraub |
2017-12-06 | Fix ps rendering.chromium/3287 | Henrique Nakashima |
2017-12-06 | Fix nits on some font code. | Lei Zhang |
2017-12-05 | Replace uses of bsearch().chromium/3286 | Lei Zhang |
2017-12-05 | Avoid integer overflows in CPDF_FixedMatrix::Transform(). | Lei Zhang |
2017-12-04 | Simplify color calculations in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Simplify code in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer down sample calculations. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer bicubic calculations. | Lei Zhang |