summaryrefslogtreecommitdiff
path: root/core/fpdfapi/parser/fpdf_parser_decode.cpp
AgeCommit message (Expand)Author
2017-06-09Converting CFX_ByteTextBuf to ostringstream in fdpf_parser_decode.cpp.chromium/3126Henrique Nakashima
2017-06-09Simplify CPDF_Array::RemoveAt(index, size).Lei Zhang
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-10Use FXSYS_IntToTwoHexChars() in more places.Lei Zhang
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-15Refactor some CPDF_ColorSpace code.Lei Zhang
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-02-24Fix a wrong variable usage in PDF_EncodeText().Lei Zhang
2016-12-13Return unique_ptr<>s from fxcodec/chromium/2951tsepez
2016-11-02Remove FX_BOOL from coretsepez
2016-10-26Fix some bool/int mismatches.tsepez
2016-10-04Move core/fpdfapi/fpdf_parser to core/fpdfapi/parserdsinclair