summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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-19Apply structure packing to FXTEXT_CHARPOS to save space.npm
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-17check for null bitmapcaryclark
2016-08-16Delete m_ExtHandle and RetainFont because they are not being used.npm
2016-08-16Remove two unused members from CPDF_Parsertsepez
2016-08-16Hidden annotations should not be drawntonikitoo
2016-08-16Rename async to linearized when parsingdsinclair
2016-08-16Get CPDF_Parser out of the document creation business.tsepez
2016-08-15Avoid integer overflows in FXGE_GetGlyphsBBox().thestig
2016-08-15Fix a potential integer overflow in TT2PDF().chromium/2830thestig
2016-08-15Fix CGdiPrinterDriver::DrawDeviceText() to draw multiple characters.thestig
2016-08-15Get rid of FX_SMALL_RECT.thestig
2016-08-15Use a std::vector in fpdf_font code.thestig
2016-08-15add native draw bitmap with alpha maskcaryclark
2016-08-15Clean up CPDF_HintTables.thestig
2016-08-12Avoid an undefined shift in ReadPageHintTable().thestig
2016-08-12fix 617135hong_zhang
2016-08-12Make g_LinuxGpFontList be a 2D char array.npm
2016-08-11Fix an integer overflow in CStretchEngine constructorweili
2016-08-11Clean up cfx_fontmapper a littlenpm
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-09Generate default AP stream for ink annotation.jaepark
2016-08-09Fix typos of the word outer.thestig
2016-08-09Generate default AP stream for circle annotation.jaepark
2016-08-09Generate default AP stream for square annotation.jaepark
2016-08-09Fixup various overflow conditionsdsinclair
2016-08-08Add CPDF_Array::IsEmpty().jaepark
2016-08-08Check if image width or height are zero before proceeding.dsinclair
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-04Remove unnecessary casting in CPVT_GenerateAP.jaepark
2016-08-04Clean up fx_ge_linux.cpp a little.thestig
2016-08-04Add bounds checks to CWeightTable::Calc() and friends.thestig
2016-08-03Generate default AP stream for squiggly annotation.jaepark
2016-08-02Generate default AP stream for strike out annotation.jaepark
2016-08-02Generate default AP stream for underline annotation.jaepark
2016-08-02Splitting fpdfdoc/doc_* part III.dsinclair
2016-08-02Bound total pixels in JBig2 images to avoid overflows later.tsepez
2016-08-02Verify row bytes before alloc in BMP codec.dsinclair