summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-11-11Relax colorspace checks in CPDF_DIBSource::CreateDecoder().chromium/2917thestig
2016-11-11Fix sevg above CPDF_PageContentGenerator::ProcessImage()tsepez
2016-11-10Use more unique_ptrs for CPDF_Annot and friends.thestig
2016-11-10Use more unique_ptrs in CPVT_GenerateAP.thestig
2016-11-09Do not load main cross ref table for first page in linearized pdf.art-snake
2016-11-09Add early returns in CJBig2_TRDProc::decode_Arith when decode fails.npm
2016-11-09Fix receiving page, if it have not obj num.art-snake
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-09Revert of Clean up fx_codec_icc.cpp (patchset #1 id:1 of https://codereview.c...kcwu
2016-11-08Define IsFloatEqual macro properly.thestig
2016-11-08Cleanup CPDF_DeviceCS and friends.chromium/2914thestig
2016-11-08Add FPDFDest_GetLocationInPage APIdsinclair
2016-11-07Force compiler to deduce src type for checked_cast<dst, src>.tsepez
2016-11-07Hold trailers via unique_ptrs.tsepez
2016-11-07Use unique_ptr return from CPDF_Parser::ParseIndirectObject()tsepez
2016-11-07Rename CPDF_Linearized to CPDF_LinearizedHeadertsepez
2016-11-07Remove unused CFX_QuartzDevice(Driver) classes.chromium/2913npm
2016-11-07Clean up fpdf_page_parsersnpm
2016-11-07Reland of Unify some codeart-snake
2016-11-07Clean up fx_codec_icc.cppkcwu
2016-11-04Revert of Unify some code (patchset #14 id:260001 of https://codereview.chrom...chromium/2912chromium/2911dsinclair
2016-11-04Unify some codeart-snake
2016-11-04Implement FPDF_VIEWERREF_GetName() API.chromium/2910thestig
2016-11-04Pass object to ReplaceIndirectObjectIfHigherGeneration() by unique_ptr.tsepez
2016-11-04CHECK for re-addition of indirect objectstsepez
2016-11-04Traverse PDF page tree only once in CPDF_Document Try 3npm
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez
2016-11-04Assert objnum non-zero in ReplaceIndirectObjectIfHigherGeneration()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-03Clean up CPDF_SyntaxParser a little bitnpm
2016-11-03Move CPDF_Document insert methods from namespacenpm
2016-11-03Remove FX_BOOL entirely.tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-11-01Fix founding difference in pdfium_test on AdobeCMYK_to_sRGBbrucedawson
2016-10-31Re-land "Change FX_BOOL definition from int to bool."chromium/2906tsepez
2016-10-31Fix bool / int mismatch for win64tsepez
2016-10-31Fix a memory leak in CPDF_SecurityHandler.thestig
2016-10-31Fix loading page using hint tables.art-snake
2016-10-31remove deprecated skia transfer mode usagecaryclark
2016-10-29Revert of Change FX_BOOL definition from int to bool. (patchset #15 id:250001...dsinclair
2016-10-28Change FX_BOOL definition from int to bool.tsepez
2016-10-28Fix FX_BOOL / int issue in fx_skia_device.cpptsepez
2016-10-28Revert of Traverse PDF page tree only once in CPDF_Document Try 2 (patchset #...npm
2016-10-28Use CompositeMask instead of TransferBitmap when drawing type 3 textnpm
2016-10-28Change some ints to bools in JBIG2 code.thestig
2016-10-28Stop casting function pointers to data pointers in fx_win32_gdipext.cpp.tsepez
2016-10-28Fix more FX_BOOL / int noise in core/fpdfsdktsepez
2016-10-27Fix FX_BOOL / int noise in JBig2, pass 3tsepez
2016-10-27Fix FX_BOOL / int noise in JBig2, pass 2tsepez