summaryrefslogtreecommitdiff
path: root/core/fpdfapi/fpdf_page
AgeCommit message (Expand)Author
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-07-29Simplify some FPDF edit functions.thestig
2016-07-29Cleanup CPDF_DocPageData release methods and callers.thestig
2016-07-24Use actual type instead CFX_Deletableweili
2016-07-06Change class member variables in raw pointer type into unique_ptrweili
2016-06-23Improve hint table validation checks.thestig
2016-06-13Make code compile with clang_use_chrome_plugin (part I)weili
2016-06-07Get rid of NULLs in core/thestig
2016-06-06Remove unused PS generation code.thestig
2016-06-02Fix all the code which has duplicate variable declarationsweili
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-25Remove CFX_PrivateData from CPDF_Pagetsepez
2016-05-25get skia buildingcaryclark
2016-05-23Make CPDF_Function::Load() return an unique_ptr.chromium/2750chromium/2749chromium/2748thestig
2016-05-23Fix infinite recursion in CPDF_DocPageData::GetColorSpace().thestig
2016-05-21Get rid of CPDF_Object::GetArray().thestig
2016-05-20Add an enum to represent text rendering modes.thestig
2016-05-20Merge GetBits32() impls into one. Put it in fxcrt.thestig
2016-05-19Fix the Skia build after 9b1a0ee.thestig
2016-05-19Fix Undefined-shift in CPDF_SampledFunc::v_Init().thestig
2016-05-19Fix leak in CPDF_StreamContentParser::AddTextObject().thestig
2016-05-13Make CFX_ByteString(const CFX_ByteStringC&) explicit.tsepez
2016-05-11Add much-needed Find() method for CFX_*StringCtsepez
2016-05-11Clean up CPDF_Color and some related code.thestig
2016-04-28Fix stack overflow from nested arrays.thestig
2016-04-27Standardize on ASSERT.dsinclair
2016-04-26CPDF_Document::LoadPattern() and friends always have a valid matrix.thestig
2016-04-26Move CPDF_Document code into cpdf_document.cpp.thestig
2016-04-26Remove several IPDF_ interfaces and CPDF_RenderModule.dsinclair
2016-04-26Clean up CPDF_Page.thestig
2016-04-21Add a missing initialisation for CPDF_ContentMarkItem.chromium/2717chromium/2716chromium/2715ochang
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Make CPDF_Dictionary methods take CFX_ByteString argumentstsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-12Remove ICodec_* Interfaces.dsinclair
2016-04-12flesh out gradient shaderscaryclark
2016-04-11Remove CPDF_Object::GetConstString and overridestsepez
2016-04-11Use std::vector as internal storage for CPDF_ArrayWei Li
2016-04-08Make converstion explicit from CFX_ByteString to uint8_t*tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Rename FX_SAFE_DWORD to FX_SAFE_UINT32dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair