summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2016-09-02Make CPDF_GeneralState have a CPDF_GeneralStateDatachromium/2848tsepez
2016-09-01Use unsigned page indexes in CPDF_HintTables.thestig
2016-09-01Move CPDF_Type3Cache and CPDF_Type3Glyphs to their own filesnpm
2016-09-01Fix CPDF_CIDFont::GlyphFromCharCode for fonts flagged with PDFFONT_SYMBOLICnpm
2016-09-01Handle another integer overflow in ReadPageHintTable().thestig
2016-09-01Better validate hint table header bits entries.thestig
2016-09-01Make CPDF_ContentMark have a CPDF_ContentMarkData.tsepez
2016-08-31Check first page number in CPDF_HintTables::ReadPageHintTable().thestig
2016-08-31Make CPDF_ColorState have a CFX_ColorStateData rather than inheritingtsepez
2016-08-31Make CPDF_GraphState have a CPDF_GraphStateData instead of inheriting.tsepez
2016-08-30Clean up CPDF_CMap declarationchromium/2845npm
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-30Guard against overflow when calculating font weight.dsinclair
2016-08-30More better const-ness in CFX_CountRef<>tsepez
2016-08-29Revert "Add -> operators to CFX_CountRef."tsepez
2016-08-29Revert "Replace wrapper methods in CPDF_Path with -> operator."tsepez
2016-08-29Revert "Use ->() in CPDF_ColorState"tsepez
2016-08-29Verify element exists before accessing.dsinclair
2016-08-29Use ->() in CPDF_ColorStatetsepez
2016-08-29Initialize the CPDF_Document pointerdsinclair
2016-08-29Replace wrapper methods in CPDF_Path with -> operator.tsepez
2016-08-29Add some limit checks to ReadSharedObjHintTable().thestig
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness.tsepez
2016-08-26Remove CFX_CountRef::IsNull in favor of operator booltsepez
2016-08-26Rework CFX_CountRef in terms of CFX_RetainPtr.tsepez
2016-08-25Check for nullptrs in CPDF_Dictionary dtor.thestig
2016-08-25Tidy up CFX_PathDatatsepez
2016-08-24Removing CPDF_Parser::CloseParser.chromium/2839dsinclair
2016-08-24Allow CPDF_Font to use fallback fontsnpm
2016-08-24Flip document and parser ownershipdsinclair
2016-08-24Move parser out of IndirectObjectHolderdsinclair
2016-08-24Delete unused methods from CFX_RenderDevicenpm
2016-08-23Fix stack overflow in object Clone() functionsweili
2016-08-23Make indirect object holder private.dsinclair
2016-08-23IndirectObjectHolder API updatesdsinclair
2016-08-23Fix one more integer overflow in ReadPageHintTable().thestig
2016-08-22Fix more integer overflows inside ReadPageHintTable().thestig
2016-08-22Revert of Move parser pointer to CPDF_Document (patchset #6 id:100001 of http...dsinclair
2016-08-19Move CFX_FaceCache to its own filenpm
2016-08-19Avoid signed overflow in CPDF_ToUnicodeMap::StringToCode()tsepez
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