summaryrefslogtreecommitdiff
path: root/core/fxge
AgeCommit message (Expand)Author
2018-09-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-20Remove extraneous 'extern "C"' entries.Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-15Remove FXFM_ENCODING_NONE.Lei Zhang
2018-09-14Use UnownedPtr in CFX_UnicodeEncoding.Lei Zhang
2018-09-12Avoid out of bound access in ClipAngledGradient().chromium/3551Lei Zhang
2018-09-12Fix pdf_use_skia_paths build after commit 048d7f7c.Lei Zhang
2018-08-30Use pdfium::span<> arg in A85 and RLE encoder methodsTom Sepez
2018-08-30Use span<> in CFX_FontMgrTom Sepez
2018-08-29Use pdfium::span<>/UnownedPtr in CFX_Font.Tom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-20Remove refcounting from CFPF_SkiaFont.chromium/3529Lei Zhang
2018-08-17Ger rid of some #defines in Android font code.chromium/3528chromium/3527Lei Zhang
2018-08-17Get rid of CFPF_SkiaFont::InitFont().Lei Zhang
2018-08-17Encapsulate CFPF_SkiaPathFont members.Lei Zhang
2018-08-17Change CFPF_SkiaFontMgr::m_FontFaces to store unique_ptrs.Lei Zhang
2018-08-17Remove CFPF_SkiaFontDescriptor.Lei Zhang
2018-08-17Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont.Lei Zhang
2018-08-17Remove default arguments from CFPF_SkiaFontMgr.Lei Zhang
2018-08-16Remove more optional args in core/Tom Sepez
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-08-10Remove const args and const_casts where not required.Tom Sepez
2018-08-10Remove |typedef struct| in favor of just |struct|.Tom Sepez
2018-08-10Consolidate const_casts<> in FXFT_Get_Name_Index()Tom Sepez
2018-08-10Make CFX_ImageTransformer::CalcData's bitmap non-const.Lei Zhang
2018-08-10Add CFX_DIBSource::GetWritableScanline().Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-08-02Fix some nits in SkiaState.Lei Zhang
2018-08-02Skia Path: Fix text/xform size mismatch when calling drawTextRSXform().Lei Zhang
2018-07-18Fix skia_paths build.Henrique Nakashima
2018-07-12Rename 'ori' to 'backdrop' in rendering code.Lei Zhang
2018-07-02Use std::vector<float> in cpdf_expintfunc.cppTom Sepez
2018-07-02Comment some raw pointers that cant become UnownedPtr<>.Tom Sepez
2018-06-22Fix overflow in CFX_RenderDevice::DrawFillStrokePath().Henrique Nakashima
2018-06-20Replace SkTSwap with std::swap/swap.Ben Wagner
2018-06-13Remove CFX_FixedBufGrow from fx_apple_platform.cppNicolas Pena
2018-06-13Guard some non-windows only code in cfx_font with ifdefs.Tom Sepez
2018-06-12Remove explicit calls to FXFT_Clear_Face_External_Stream().Tom Sepez
2018-06-04Revert "Remove more ifndef XFA cases"Tom Sepez
2018-06-02Remove more ifndef XFA caseschromium/3449chromium/3448Tom Sepez
2018-05-31Move codepage/charset methods into related places.Artem Strygin
2018-05-31Fix font regression in AdjustMMParamsNicolas Pena
2018-05-30Implement handling --font-dir on MacRyan Harrison
2018-05-29Pass a CFX_Matrix by reference in font code.chromium/3445Lei Zhang
2018-05-29Get rid of FXARGB_MAKE macro.Lei Zhang
2018-05-28Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector'chromium/3444Nicolas Pena