summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
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
2016-06-21Move ifx_renderdevicedriver to a separate file to shareweili
2016-06-20Change func(void) to func()weili
2016-06-20Another round of fx_ge cleanup.thestig
2016-06-14Get rid of IPDF_DataAvail.thestig
2016-06-13Remove default arguments from IFX_RenderDeviceDriver.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-08Remove even more const casting from core.tsepez
2016-06-08Set data availablity error.dsinclair
2016-06-08Remove implicit CFX_CountedRef::operator T*()tsepez
2016-06-07Avoid const-cast in CPDF_Fonttsepez
2016-06-07Use static_casts for cpdf_type1font bsearch on mac.tsepez
2016-06-07Get rid of NULLs in core/thestig