summaryrefslogtreecommitdiff
path: root/core/fxge
AgeCommit message (Expand)Author
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
2018-05-25Replace some #ifdef PDF_ENABLE_XFA with runtime checks.Tom Sepez
2018-05-25Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor().Lei Zhang
2018-05-25Mark CPDF_Object pointers in pattern code as const.Lei Zhang
2018-05-23Remove GetBits32().Lei Zhang
2018-05-22Make friend RetainPtr<T> statements consistently public.Lei Zhang
2018-05-22Fix a regression with missing text.Lei Zhang
2018-05-22Declare some variables closer to when used in CFX_FontMapper.Lei Zhang
2018-05-17Annotate CFX_ImageTransformer with LIKELY().Lei Zhang
2018-05-17Avoid fmodf() in CFX_BilinearMatrix.Lei Zhang
2018-05-08Remove almost all usages of CFX_FixedBufGrow with std::vectorNicolas Pena
2018-05-07Use checked large integer in ContinueQuickStretchchromium/3424Ryan Harrison
2018-05-03Use strict types in FPDF API, try #3Tom Sepez
2018-04-30Saner memory managment in cttfontdesc, part 1.Tom Sepez
2018-04-27Fix illegal cast in core/fxge/win32/fx_win32_gdipext.cppTom Sepez
2018-04-25Add PostScript PASSTHROUGH options to FPDF_SetPrintMode().Lei Zhang
2018-04-25Introduce ScopedFPDF types in public/cpp/fpdf_scopers.hTom Sepez
2018-04-25Use WindowsPrintMode in more places in place of ints.Lei Zhang
2018-04-25Remove CDWriteExt.Lei Zhang
2018-04-23Provide double-byte terminator in Windows font variant name.Tom Sepez
2018-04-17Use span<> in GetBits32().Tom Sepez
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-16Simplify CFX_DIBitmap::TransferBitmapNicolas Pena
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-12Make CFX_Font take FX_RECT out params by pointer.Lei Zhang
2018-04-12Clean up some CFX_RenderDevice code.Lei Zhang
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