summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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
2016-08-02Use PaintOperation instead of bFillOrStroke in CPVT_GenerateAP.jaepark
2016-08-02Splitting fpdfdoc/doc_* part II.dsinclair
2016-08-02Fix Jbig2 document context creation by checking proper pointerweili
2016-08-02Splitting fpdfdoc/doc_* part Idsinclair
2016-08-02Fixup crypto key generation.dsinclair
2016-08-01Support PDF highlight annotation with opacity.jaepark
2016-07-29Generate default AP stream for highlight annotation.jaepark
2016-07-29Simplify some FPDF edit functions.thestig
2016-07-29Use bool instead of FX_BOOL as return values in CPVT_GenerateAP.jaepark