summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
2017-10-02Move CPDF_Parser::ObjectType into protected sectionArtem Strygin
2017-10-02Implement CPDF_CryptoHandler::DecryptObjectArtem Strygin
2017-10-02Removing unused definesDan Sinclair
2017-09-29Extract test subclasses of IFX_SeekableReadStreamRyan Harrison
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Implement FakeFileAccess.Artem Strygin
2017-09-28Fix load non first pages in linearized document with hints table.Artem Strygin
2017-09-28Fix infinite loop on form availability check.Artem Strygin
2017-09-28Remove no-op castRyan Harrison
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Rename CPDF_SyntaxParser::GetObject to GetObjectBodyArtem Strygin
2017-09-21Move CFX_WeakPtr to WeakPtrDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Move CFX_StringPoolTemplate to StringPoolTemplateDan Sinclair
2017-09-21Move CFX_SharedCopyOnWrite to SharedCopyOnWriteDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-20Isolate lcms2 usage to a few files.Lei Zhang
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-20Move CCodec_ScanlineDecoder to its own file.Lei Zhang
2017-09-19Remove unneeded core/fxcodec/fx_codec.h includes.chromium/3220Lei Zhang
2017-09-19Use CPDF_ReadValidator to request linearized hint tables.Artem Strygin
2017-09-19Simplify CPDF_Parser::LoadCrossRefV4Artem Strygin
2017-09-18Use CPDF_ReadValidator to request linearized first page.Artem Strygin
2017-09-18Remove useless code.chromium/3219Artem Strygin
2017-09-18Use CPDF_ReadValidator to request linearized data.Artem Strygin
2017-09-18Convert string class namesRyan Harrison
2017-09-15Make static const char* arrays more const.Lei Zhang
2017-09-13Change behaviour of FPDF_RenderPageBitmapWithMatrixNicolas Pena
2017-09-12Don't attempt to decrypt AES streams that are too shortchromium/3214Ryan Harrison
2017-09-07Implement CPDF_SyntaxParser::PeekNextWord.Artem Strygin
2017-09-07Simplify CPDF_SyntaxParser::GetNextWordInternal.Artem Strygin
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-05Rename fx_rand to fx_randomDan Sinclair
2017-09-05Remove redundant code.Artem Strygin
2017-09-05Split random code from fx_extension.hDan Sinclair
2017-09-05Fix length field in dictionary on create streamArtem Strygin
2017-09-05Refactoring of CPDF_IndirectObjectHolder.Artem Strygin
2017-09-05Move Parsing of indirect object logic into CPDF_SyntaxParser.Artem Strygin
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-09-01Prepare for converting FX_STRSIZE int->size_tRyan Harrison
2017-09-01Fix integer overflow in Buffer_itoa when passing INT_MIN.Henrique Nakashima
2017-09-01Adjust loops in preperation for FX_STRSIZE int->size_tRyan Harrison
2017-08-31Disable objects decryption if it is useless.Artem Strygin
2017-08-31Fix colorspace loading for mutually referencing colorspaces.Henrique Nakashima