summaryrefslogtreecommitdiff
path: root/core/fxge
AgeCommit message (Expand)Author
2018-10-26Replace int flags with struct FXDIB_ResampleOptions.Lei Zhang
2018-10-26Include platform-specific fxge sources with conditionals.Lei Zhang
2018-10-26Fix more nits in fx_win32_gdipext.cpp.Lei Zhang
2018-10-26Implement CFX_RenderDevice::GetFlipMatrix().Lei Zhang
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-25Simplify some code in CGdiDisplayDriver.Lei Zhang
2018-10-25Pass source rect parameter to SetDIBits() by const-ref.Lei Zhang
2018-10-25Remove rarely used GDI+ using statements.chromium/3592Lei Zhang
2018-10-25Remove unused GDI+ code.Lei Zhang
2018-10-25Change DrawBitsWithMask() to take a matrix by const-ref.Lei Zhang
2018-10-25Change StartDIBits() to take a matrix by reference.Lei Zhang
2018-10-25Change FXDIB_BLEND_FOO typedefs to an enum class.Lei Zhang
2018-10-25Fix blend mode usage in CFX_ScanlineCompositor helpers.Lei Zhang
2018-10-25Initialize SkiaState members where declared.Lei Zhang
2018-10-25Initialize CFX_ImageRenderer members in the header.Lei Zhang
2018-10-24Clean up CFX_ImageTransformer parameters.Lei Zhang
2018-10-24Remove FXDIB_BLEND_UNSUPPORTED.Lei Zhang
2018-10-23Test color.convert() and equal() from JS (and fix comparison logic).Tom Sepez
2018-10-22Remove third arg to CFX_DIBitmap::LoadChannel()chromium/3589Tom Sepez
2018-10-16Add FxFileCloser for scoped FILE* closing.Lei Zhang
2018-10-16Use unique_ptr in CFX_FolderFontInfo::ScanFile().chromium/3583Lei Zhang
2018-10-16Use more unique_ptrs in cfx_psrenderer.cpp for FaxCompressData().Lei Zhang
2018-10-16Make {A85,RunLength}Encode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Move fx_skia_device_unittest.cpp to pdfium_embeddertests.Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-15Make FlateEncode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Split most core build rules into various BUILD.gn files in core.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Refer to const smart pointers consistently.Lei Zhang
2018-10-04Remove more uncalled methods in core/Tom Sepez
2018-10-03Add FxFolderHandleCloser for use with std::unique_ptr.Lei Zhang
2018-10-01Fix #include ordering / formatting.Lei Zhang
2018-09-25Add FxAlignToBoundary<>() template helper function.Tom Sepez
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