summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-05-16Use pdfium::span<> in cpdf_crypto_handler.hTom Sepez
2018-05-16Avoid a memset() in FindBit() in the fax codec.Lei Zhang
2018-05-16Use pdfium::span<> in cpdf_creator.Tom Sepez
2018-05-16core: allow building against system icu-ucMiklos Vajna
2018-05-16Cleanup CPDF_ContentParserDan Sinclair
2018-05-16Use pdfium::span<> in CPDF_EncryptorTom Sepez
2018-05-16Remove CFX_BidiLineDan Sinclair
2018-05-16Verify bidi pos is within range before accessingDan Sinclair
2018-05-15Cap size of exponent when converting floatsDan Sinclair
2018-05-15Break CPDF_CotnentParser::Continue into piecesDan Sinclair
2018-05-15Lower the limit of image dimensions for fax codecs.chromium/3432Lei Zhang
2018-05-15Read data in bigger chunks in fax codec code.Lei Zhang
2018-05-15Return earlier in CPDF_TextPage::ProcessInsertObject() when possible.Lei Zhang
2018-05-15Simplify various functions in CPDF_TextPage.Lei Zhang
2018-05-14Cleanup CPDF_Form parsing codechromium/3431Dan Sinclair
2018-05-14Use internal wcstof instead of system wcstod in formcalc lexerDan Sinclair
2018-05-14Merge some values of JBig2_ResultNicolas Pena
2018-05-11Reland "Filter out "Type" and "DecodeParms" from trailer keys."Henrique Nakashima
2018-05-11Revert "Filter out "Type" and "DecodeParms" from trailer keys."Henrique Nakashima
2018-05-11Use more smart pointer types in CPDF_DIBSource.Tom Sepez
2018-05-10Fixup ASSERT in Bidi handling; Add bidi fuzzer.Dan Sinclair
2018-05-10Clean up post review commentsRyan Harrison
2018-05-10Add CPDF_Transparency.Lei Zhang
2018-05-10Fix destruction order in CPDF_Dibsource.Tom Sepez
2018-05-10Remove a completeness check from CJBig2_GRRDProc::DecodeTemplate0OptNicolas Pena
2018-05-10Do not build BMP when codec is disabledRyan Harrison
2018-05-09Use enum class instead of int in CJBig2_Contextchromium/3426Nicolas Pena
2018-05-09Add proper const/non-const versions of CPDF_Array methods.Lei Zhang
2018-05-09Add proper const/non-const versions of CPDF_Object methods.Lei Zhang
2018-05-09Split the MaybeOwned CPDF_Dictionary in CPDF_FlateEncoder.Lei Zhang
2018-05-09Do not build GIF when codec is disabledRyan Harrison
2018-05-09Do not build PNG when codec is disabledRyan Harrison
2018-05-09Mark numerious pointers as const.Lei Zhang
2018-05-09Add constants for PDF 1.7 spec, table 7.13.Lei Zhang
2018-05-09Break backcolor code out of CPDF_RenderStatus::LoadSMask().Lei Zhang
2018-05-09Make memory usage in CJBig2_HTRDProc::DecodeImage() O(1).Lei Zhang
2018-05-09Do not build TIFF when codec is disabledRyan Harrison
2018-05-09Filter out "Type" and "DecodeParms" from trailer keys.Henrique Nakashima
2018-05-08Mark CPDF_Object pointers as const in CPDF_ViewerPreferences.Lei Zhang
2018-05-08Remove almost all usages of CFX_FixedBufGrow with std::vectorNicolas Pena
2018-05-08Remove PDFTRANS_KNOCKOUT.Lei Zhang
2018-05-08Add constants for PDF 1.7 spec, table 7.2 and 7.3.Lei Zhang
2018-05-08Split CCodec_FlateScanlineDecoder in two.Lei Zhang
2018-05-08Simplify more code in CPDF_TextObject.Lei Zhang
2018-05-08[fm2js] Create fewer CFX_WideTextBuf classesDan Sinclair
2018-05-08Move CalculatePitch8() to core/fxcodec.Lei Zhang
2018-05-08Rename CPDF_Document::GetPage() to GetPageDictionary().Tom Sepez
2018-05-08Make one more CPDF_PageObjectHolder member protected.Lei Zhang
2018-05-07Make more CPDF_PageObjectHolder members protected.Lei Zhang
2018-05-07Make CPDF_PageObjectHolder::m_iTransparency protected.Lei Zhang