summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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
2016-07-29Refactor fxge/fx_apple and fx_win header filesnpm
2016-07-29Fix a FPE in CStretchEngine::StartStretchHorz().thestig
2016-07-29Cleanup CPDF_DocPageData release methods and callers.thestig
2016-07-28Remove the document tagged code as it is unused.dsinclair
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-28fix text matrix againcaryclark
2016-07-27Fixup integer conversion logic.chromium/2813chromium/2812chromium/2811dsinclair
2016-07-27Splitting fx_ge_fontmap.cppnpm
2016-07-26Use smart pointer for CPDF_Form in CPDF_Annot.jaepark
2016-07-26Remove unused m_bFirstLayer in CPDF_RenderContext.jaepark
2016-07-25Remove FX_FONTCACHE_DEFINEtsepez
2016-07-25fix text rotation for skiacaryclark
2016-07-25Use smart pointers for CFX_Font and CFX_Type3Font classesweili
2016-07-24Remove CFX_Deletableweili
2016-07-24Use actual type instead CFX_Deletableweili
2016-07-21Fix skia build broken by commit c38cd6weili
2016-07-21Use smart pointers for graphics device classesweili
2016-07-21Bring pdfium file in sync with chrome, fix mac buildcaryclark
2016-07-20Move CPDF_Annot and CPDF_AnnotList to their own header.jaepark
2016-07-20Pass CPDF_Document instead of CPDF_AnnotList when constructing CPDF_Annot.jaepark
2016-07-20Clean up singleton implementationweili
2016-07-19Use smart pointers for various Jbig2 decoding contextsweili
2016-07-18Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801thestig
2016-07-18Remove default params in CPDF_VariableText.dsinclair
2016-07-18Removing default params from CFX_Edit.dsinclair
2016-07-15Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference.jaepark
2016-07-13Remove RichText support from fpdfsdk/fxedit.dsinclair
2016-07-12Rename methods in CPDF_Interform.jaepark
2016-07-12Replace void* to actual type for jbig2 context to avoid castsweili
2016-07-11Use smart pointers for class owned member variablesweili
2016-07-07set font cache if nullcaryclark