summaryrefslogtreecommitdiff
path: root/core/fxge/dib/fx_dib_main.cpp
AgeCommit message (Expand)Author
2017-03-31Split fx_dib.h part 2chromium/3059Nicolas Pena
2017-03-31Split fx_dib part 1Nicolas Pena
2017-03-30Avoid one more instance of the anti-pattern in 706346.Tom Sepez
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-02-13core: fix a few uninitialized membersMiklos Vajna
2016-12-14More unique_ptr returns from DIB methods.tsepez
2016-12-14Return unique_ptr from GetAlphaMask.tsepez
2016-12-06Return unique_ptrs from CFX_DIBitmap::Clone().tsepez
2016-11-22handle antialiased rendering as premultipliedcaryclark
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-17fix corpus testscaryclark
2016-11-02Remove FX_BOOL from coretsepez
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-28Replace a few more std::unique_ptr.reset() with WrapUnique assignments.thestig
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix typos of the word outer.thestig
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-04Move CFX_GEModule into its own filenpm
2016-07-21Use smart pointers for graphics device classesweili
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-06-22Remove some fx_dib functions with unused parameters.thestig
2016-06-07Get rid of NULLs in core/thestig
2016-06-02The PDFium source in core/fxge/dib implements a bit-blitting backend.caryclark
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-11Clean up CFX_ImageStretcher.thestig
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-21Re-enable several MSVC warningsWei Li
2016-03-14Move core/src/ up to core/.Dan Sinclair