summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
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-31Remove unused FXFORMAT_HEX and FXFORMAT_CAPITAL.Henrique Nakashima
2017-08-31Rename fxcrt_ and ifxcrt_ files to better namesDan Sinclair
2017-08-31Move implementations into fx_system.cppDan Sinclair
2017-08-31Move fx_extension implementation to cpp fileDan Sinclair
2017-08-31Move stream code into fx_stream.cppDan Sinclair
2017-08-31Disable objects decryption if it is useless.Artem Strygin
2017-08-31Move methods string methods to fx_string.cppDan Sinclair
2017-08-31Fix colorspace loading for mutually referencing colorspaces.Henrique Nakashima
2017-08-31Cleanup fx_basic_* filesDan Sinclair
2017-08-31More BIDI code shufflingchromium/3206chromium/3205Dan Sinclair
2017-08-31Move bidi code to fx_bidiDan Sinclair
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-31Use vector instead of pointer in CJBig2_SegmentNicolas Pena
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-30Move CFX_UTF8Decoder out of fx_basicDan Sinclair
2017-08-30Move CFX_UTF8Encoder out of fx_basicDan Sinclair
2017-08-30Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTableNicolas Pena
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-30Cleanup CFX_SeekableStreamProxyRyan Harrison
2017-08-29Implement CPDF_ObjectAvail.Artem Strygin
2017-08-29Optimize receiving page, if it have not obj num.Artem Strygin
2017-08-29Make some CPDF_StreamContentParser methods static.Lei Zhang
2017-08-28Unify CPDF_DataAvail::CheckTrailer.Artem Strygin
2017-08-28Unify CPDF_DataAvail::LoadAllFile.chromium/3199Artem Strygin
2017-08-28Unify CPDF_DataAvail::CheckCrossRef.Artem Strygin
2017-08-28Add a nullptr check in ReplaceIndirectObjectIfHigherGeneration().Lei Zhang
2017-08-28Remove unused / rarely used CFX_PTemplate methods.Lei Zhang
2017-08-28Convert find markers to Optionals in CPDF_TextPageFindRyan Harrison
2017-08-28Add helper methods in CJBig2_GRRDProc.Lei Zhang
2017-08-28Move replaced indirect objects to the orphans list.Lei Zhang
2017-08-28Change DrawAppearance() methods to take CFX_Matrix by const-ref.Lei Zhang
2017-08-28Skip decoding of excessively large JBIG2 images.Lei Zhang
2017-08-28Unify CPDF_SyntaxParser::GetObjectXXX methods.Artem Strygin
2017-08-25Add help IsValid* methods to string classeschromium/3198chromium/3197Ryan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-23Remove useless code.Artem Strygin