summaryrefslogtreecommitdiff
path: root/core/fxge/dib
AgeCommit message (Expand)Author
2017-02-13core: fix a few uninitialized membersMiklos Vajna
2017-02-09Cleanup CFX_Matrix related methodsDan Sinclair
2017-02-09Replace rect.Transform(matrix) with matrix.TransformRect(rect)Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-01-05Remove unused CPDF_ImageCacheEntry::GetCachedBitmapNicolas Pena
2017-01-04Kill render_int.hchromium/2973chromium/2972Nicolas Pena
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-21Make CPDF_Stream() take unique_ptr's to its dictionary.tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-17fix corpus testscaryclark
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #...dsinclair
2016-11-03Remove CPDF_Object::Release() in favor of direct deletetsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-17Strengthen bounds check in CWeightTable::Calc * part IIstackexploit
2016-10-04Move core/fpdfapi/fpdf_render to core/fpdfapi/renderdsinclair
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair
2016-10-03Add ptr_util.h from base until std::make_unique<> availabletsepez
2016-09-30Fix build of pdf_hint_table_fuzzer.chromium/2877tsepez
2016-09-29Move core/fxge/include to core/fxgedsinclair
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-09-29Move core/fxcodec/codec/include and core/fxcodec/include files updsinclair
2016-09-29Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parserdsinclair
2016-09-28Replace a few more std::unique_ptr.reset() with WrapUnique assignments.thestig
2016-09-28Use string pools in some dictionaries, names, and strings.tsepez
2016-09-26Strengthen bounds check in CWeightTable::Calc.stackexploit
2016-09-15Rename dictionary set and get methodsdsinclair
2016-08-11Fix an integer overflow in CStretchEngine constructorweili
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-08-04Add bounds checks to CWeightTable::Calc() and friends.thestig
2016-07-29Fix a FPE in CStretchEngine::StartStretchHorz().thestig
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-08Remove implicit CFX_CountedRef::operator T*()tsepez
2016-06-07Get rid of NULLs in core/thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
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-25Remove FX_GAMMA() and friends. They do nothing.thestig
2016-05-12Clean up CFX_ImageTransformer.thestig
2016-05-11Clean up CFX_ImageStretcher.thestig
2016-05-11Fix a divide by zero in CFX_ImageStretcher.thestig