summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2016-09-23Remove FX_BOOL from cpdf_fontchromium/2872chromium/2871chromium/2870npm
2016-09-23Clean CPDF_CIDFont a littlenpm
2016-09-23Avoid collisions in CPDF_IndirectObjectHolder::AddIndirectObject()tsepez
2016-09-23Bail out on bad width and height in CCodec_FaxDecoder::CreateDecoderkcwu
2016-09-23Make CPDF_Font::Create() return a std::unique_ptr.tsepez
2016-09-22Make CPDF_ColorSpace::Load() return a unique_ptrtsepez
2016-09-22Rename CPDF_CountedObject to CFX_WeakPtr::Handlechromium/2869tsepez
2016-09-22Null CPDF_CountedObj::m_pObj prior to deletiontsepez
2016-09-21Remove some objnum locals with AddIndirectObjecttsepez
2016-09-21Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more placeschromium/2868tsepez
2016-09-21Make ownership explicit in CPDF_ContentMarkItem.tsepez
2016-09-21Check for overflow in CMap_GetCode.dsinclair
2016-09-21Delete unused methods in CPDF_Parsernpm
2016-09-20Change protected to private in CPDF_CID2UnicodeMap and CPDF_ToUnicodeMapchromium/2867npm
2016-09-20Delete unused methods and variables in CPDF_CMapManagernpm
2016-09-20Make CPDF_Array not do indirect object creation.tsepez
2016-09-20CPDF_Document friend cleanupdsinclair
2016-09-20CPDF_OCContext and CPDF_Document are no longer friendsdsinclair
2016-09-20CPDF_Document and CPDF_DataAvail are no longer friendsdsinclair
2016-09-20Cleanup CPDFXFA and CPDF document methodsdsinclair
2016-09-20Re-land "Make CPDF_IndirectObjectHolder use unique_ptr to objects""tsepez
2016-09-20Fix memory leaking on ClosePage.art-snake
2016-09-20Assert that dictionary can own the objects it is given.tsepez
2016-09-20Refactor CFX_FontCache to have only one in GE Module.art-snake
2016-09-20Fix stack exhaustion in CPDF_PSProc::Parse()tsepez
2016-09-19Revert "Make CPDF_IndirectObjectHolder use unique_ptr to objects"Tom Sepez
2016-09-19Make CPDF_IndirectObjectHolder use unique_ptr to objectstsepez
2016-09-19Remove CPDF_Object::Destroy { delete this; }chromium/2866tsepez
2016-09-19Fix "heap use after free" bug.art-snake
2016-09-19Clean up CPDF_Stream.tsepez
2016-09-19Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of ...dsinclair
2016-09-19Remove duplicated charset definitions, and move them to fx_font.hnpm
2016-09-19Fix compare between signed and unsigned values in CPDF_ImageRenderer::StartDI...stackexploit
2016-09-16Reduce duplicated code in CPDF_Document by adding auxiliary methodschromium/2865chromium/2864chromium/2863npm
2016-09-15Fix memory leaking on ClosePage.chromium/2862art-snake
2016-09-15Rename dictionary set and get methodsdsinclair
2016-09-13Sort include entries.dsinclair
2016-09-13Remove more strcmp/memcmp usage.tsepez
2016-09-12Refactor CPDF_Document by creating new methodsnpm
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-09-08Delete unused methods in CPDF_Documentnpm
2016-09-08Switch to ValueOrDiedsinclair
2016-09-07Verify image dimentions before usingdsinclair
2016-09-07Verify pattern start values.dsinclair
2016-09-07Maybe avoid a copy in CPDF_RenderStatus::SelectClipPathtsepez
2016-09-06Make CPDF_TextStateData private to CPDF_TextState.chromium/2853tsepez
2016-09-06Move CPDF_GraphState to CFX_GraphStatetsepez
2016-09-06Make CPDF_ContentMarkData private to CPDF_ContentMarktsepez
2016-09-06Make ColorStateData private to CPDF_ColorStatetsepez
2016-09-03Use safe bool conversion operators in fpdf_page/chromium/2852chromium/2851chromium/2850tsepez