summaryrefslogtreecommitdiff
path: root/core/fpdfapi
AgeCommit message (Expand)Author
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
2017-08-31Prevent FPDFAvail_IsDocAvail() from infinite looping.Lei Zhang
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-31Prevent duplicate parses of same data, in the same recursive descentRyan Harrison
2017-08-31Change CPDF_Form::ParseContent() to ParseContentWithParams().Lei Zhang
2017-08-31Fix code style.Artem Strygin
2017-08-31Split IFX_Pause out of fx_basicDan Sinclair
2017-08-30Add truly const versions of CPDF_Document getters.Lei Zhang
2017-08-30Split CFX_FixedBufGrow out of fx_basicchromium/3201Dan Sinclair
2017-08-30Move CFX_WideTextBuf out of fx_basicDan Sinclair
2017-08-30Move CFX_BinaryBuf out of fx_basicDan Sinclair
2017-08-30Split auto restorer from fx_basicDan Sinclair
2017-08-30Move CFX_BitStream to its own fileDan Sinclair
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-29Implement CPDF_ObjectAvail.Artem Strygin