summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2016-08-19Add a fuzzer for CPDF_HintTables.thestig
2016-08-18Add llvm fuzzer for CPDF_PSEnginetsepez
2016-08-18Move CFX_UnicodeEncoding and CFX_UnicodeEncodingEx to their own files.npm
2016-08-17Split fx_font into multiple files, part 1.npm
2016-08-17Move parser pointer to CPDF_Documentdsinclair
2016-08-16Remove two unused members from CPDF_Parsertsepez
2016-08-16Rename async to linearized when parsingdsinclair
2016-08-16Get CPDF_Parser out of the document creation business.tsepez
2016-08-15Fix a potential integer overflow in TT2PDF().chromium/2830thestig
2016-08-15Get rid of FX_SMALL_RECT.thestig
2016-08-15Use a std::vector in fpdf_font code.thestig
2016-08-15add native draw bitmap with alpha maskcaryclark
2016-08-15Clean up CPDF_HintTables.thestig
2016-08-12Avoid an undefined shift in ReadPageHintTable().thestig
2016-08-11Relax a check in CPDF_HintTables.thestig
2016-08-10Minor cleanup of fpdf_cmapsdsinclair
2016-08-10Clean up CPDF_HintTables::LoadHintStream a little.thestig
2016-08-10Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own ...npm
2016-08-09Fix a leak with FPDFPageObj_NewImgeObj().thestig
2016-08-09Fix typos of the word outer.thestig
2016-08-08Add CPDF_Array::IsEmpty().jaepark
2016-08-08Move CFX_ClipRgn and CFX_PathData into their own files.npm
2016-08-05Add CPDF_ImageObject::GetImage().thestig
2016-08-04Move CFX_GEModule into its own filenpm
2016-08-02Fixup crypto key generation.dsinclair
2016-07-29Simplify some FPDF edit functions.thestig
2016-07-29Cleanup CPDF_DocPageData release methods and callers.thestig
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-26Remove unused m_bFirstLayer in CPDF_RenderContext.jaepark
2016-07-25Remove FX_FONTCACHE_DEFINEtsepez
2016-07-25Use smart pointers for CFX_Font and CFX_Type3Font classesweili
2016-07-24Remove CFX_Deletableweili
2016-07-24Use actual type instead CFX_Deletableweili
2016-07-21Use smart pointers for graphics device classesweili
2016-07-20Clean up singleton implementationweili
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-07-15Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference.jaepark
2016-07-12Replace void* to actual type for jbig2 context to avoid castsweili
2016-07-11Use smart pointers for class owned member variablesweili
2016-07-06Change class member variables in raw pointer type into unique_ptrweili
2016-07-06copy graphics state fullycaryclark
2016-07-01Clean up parts of CPDF_CIDFont.thestig
2016-06-29fix skia unit testscaryclark
2016-06-29Disable failing embedder tests for Skia builds.thestig
2016-06-27Clean up some CPDF_Font subclasses.thestig
2016-06-27Simplify CPDF_TextRenderer::DrawTextString().thestig
2016-06-23Improve hint table validation checks.thestig
2016-06-23Remove FPDFAPI_LoadCID2UnicodeMap.dsinclair
2016-06-22Fix memory leaks in EmbedderTest::OpenDocument().thestig
2016-06-21Use FXFONT defines in place of integers.thestig