summaryrefslogtreecommitdiff
path: root/core/fxge
AgeCommit message (Expand)Author
2018-04-10Add static_asserts for FX_RECT and FX_COLORREF.Lei Zhang
2018-04-10Change CFX_RenderDevice::FillRect() to take FX_RECT by const-ref.Lei Zhang
2018-04-10Change FillRectWithBlend methods to take FX_RECT by const-ref.Lei Zhang
2018-04-09Remove RenderDeviceDriverIface::GetCTM().Lei Zhang
2018-04-03Remove DefaultAppearance HasColor and return an optional insteadDan Sinclair
2018-04-03Re-arrange so inline vectors come last in structs.Tom Sepez
2018-03-28Remove CPDF_DefaultAppearance reference paramsDan Sinclair
2018-03-28Use CPDF_DefaultAppearance instead of custom parsingDan Sinclair
2018-03-28Rename some fsdk files to cpdfsdkDan Sinclair
2018-03-21Add helpers to work with FXDIB_Format.Lei Zhang
2018-03-21Change FXSYS_RGB() to FXSYS_BGR().Lei Zhang
2018-03-21Change FXSYS_Get{R,G,B}Value()'s input param to BGR.Lei Zhang
2018-03-21Rename one ArgbEncode() variant to AlphaAndColorRefToArgb().Lei Zhang
2018-03-20Change ArgbToColorRef() to ArgbToAlphaAndColorRef().chromium/3377Lei Zhang
2018-03-16Fix methods that have definition with different parameter names.Lei Zhang
2018-03-15Add a CFX_PathData::AppendRect() variant.chromium/3372Lei Zhang
2018-03-15Fixing order of guards to avoid potential segvsRyan Harrison
2018-03-15Rename FX_COLORREF variables from "rgb" to "bgr".Lei Zhang
2018-03-15Fix a red-blue channel flip when rendering masks to EMF.Lei Zhang
2018-03-15Cleanup CStretchEngine.Lei Zhang
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-12Remove all usages of FXSYS_iswASCIIspacechromium/3369Ryan Harrison
2018-03-12Fix crash when creating a CFX_DIBitmap with FXDIB_Invalid.Henrique Nakashima
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-06Rename IFX classes in core/fxge to Ifacechromium/3364Dan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-03-05Make FPDFBitmap_GetFormat() work for JBIG images.Lei Zhang
2018-03-01Break up CFX_DIBSource::ConvertBuffer().Lei Zhang
2018-03-01Fix some nits in CFX_DIBSource::CloneConvert().Lei Zhang
2018-02-14Pdfium: Allow negative font sizes for PostScript printingrbpotter
2018-02-10Renable -Wimplicit-fallthrough for PDFium.Nico Weber
2018-02-07Remove some deprecated RenderPage method usage.Lei Zhang
2018-02-07Clean up RenderPage methods in EmbedderTest.Lei Zhang
2018-02-06IWYUMike Reed
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-30Guard usages of tellp(). It may return -1 in error cases.Henrique Nakashima
2018-01-30Remove not reachable branch in fxge code.Lei Zhang
2018-01-30Use anonymous namespace in gdiplus code.Lei Zhang
2018-01-26Fix a wrong variable check in CFX_BilinearMatrix.Lei Zhang
2018-01-26Mark some fxge class members as const.Lei Zhang
2018-01-24Put required DEFINE_PS_TABLES define in fx_freetype.cpp where it's used.chromium/3332chromium/3331Andrew Weintraub
2018-01-19Remove NeedAlpha() in CFX_ImageTransformer.Lei Zhang
2018-01-18Add jumbo build support for fxge and pwl.Lei Zhang
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2018-01-12Move some RetainPtr getters/setters out of headers.Lei Zhang
2018-01-11Remove core/fxge/cfx_fontmgr.h from headers.Lei Zhang
2018-01-11Use range-based for-loops in a few more places.Lei Zhang
2018-01-10Encapsulate CTTFontDesc.Lei Zhang
2018-01-10Move FreeType version check to its own method.Lei Zhang
2018-01-09Fix cl/22012 to always call FXFT_Library_SetLcdFilter so that we render prope...Andrew Weintraub