summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
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
2016-06-07Check the hint table exists before using.dsinclair
2016-06-07Add missing const to CPDF_Stream::InitStream()tsepez
2016-06-06Remove unused PS generation code.thestig
2016-06-03Fix more bugs found by /analyze toolweili
2016-06-03Fix some code which causes warnings when compiled by /analyze toolweili
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-06-01Change CFX_Font::GetPsName() to return a CFX_ByteString.thestig
2016-06-01Relax checks added in commit 8f3a311.chromium/2760chromium/2759chromium/2758chromium/2757chromium/2756thestig
2016-06-01Validate the BitsPerFlag entry in shading dictionaries.thestig
2016-05-31Validate a couple of fields in shading dictionaries.thestig
2016-05-26Remove default arguments from CFX_FxgeDevice.thestig
2016-05-26Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.thestig
2016-05-26Clean up CPDF_TextRenderer slightly.thestig
2016-05-26Remove default arguments in CFX_RenderDevice.thestig
2016-05-26Remove default argument from RestoreState() methods.thestig
2016-05-25Remove CFX_PrivateData from CPDF_Documenttsepez
2016-05-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-25get skia buildingcaryclark
2016-05-24Remove CFX_PrivateData from CPDF_ModuleMgrtsepez
2016-05-23Change CPDF_Boolean to use bool instead of FX_BOOL.thestig
2016-05-23Distinguish between user and owner passwords.thestig
2016-05-23Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748thestig
2016-05-23Use unique_ptr in CPDF_CidFonttsepez
2016-05-23Delete CPDF_Object::IsModified().thestig
2016-05-23Fix infinite recursion in CPDF_DocPageData::GetColorSpace().thestig
2016-05-21Get rid of CPDF_Object::GetArray().thestig