summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-08-04Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.chromium/3177Henrique Nakashima
2017-08-04Enforce recent VC++ version (2015 or later).Tom Sepez
2017-08-04Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others."Henrique Nakashima
2017-08-04Replace CFX_ByteTextBuf with ostringstream in fx_win32_gdipext.cppHenrique Nakashima
2017-08-03APIs and tests for retrieving raw/decoded data from image objectsJane Liu
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-08-03kill some stray __native_client__ definesTom Sepez
2017-08-03Remove CPDF_Array::Truncate().chromium/3176Lei Zhang
2017-08-03Do not truncate the filter array in PDF_DataDecode().Lei Zhang
2017-08-03Avoid a redundant header offset check in CPDF_Parser.Lei Zhang
2017-08-02Replace CFX_ByteTextBuf with ostringstream in cfx_psrenderer.cpp.Henrique Nakashima
2017-08-02Replace CFX_ByteTextBuf from cpdf_security_handler.cpp with std::vectorHenrique Nakashima
2017-08-02Remove unused FromUnicode methodRyan Harrison
2017-08-02Unify parsing of cross refs v4Artem Strygin
2017-08-02Remove parameter from GetIDRyan Harrison
2017-08-02Remove support for out of bounds params in DeleteRyan Harrison
2017-08-02Rewrite how string Insert() methods handle out of bound indicesRyan Harrison
2017-08-02Pass a CPDF_ImageObject* into CPDF_ImageRenderer::Start().Lei Zhang
2017-08-02Remove unused CPDF_FlateEncoder ctor.Lei Zhang
2017-08-02Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.Henrique Nakashima
2017-08-01Add public access for read stream into CPDF_SyntaxParserArtem Strygin
2017-08-01Improve readability in CPDF_Parser::ObjectInfo.Artem Strygin
2017-08-01Implement read Session.Artem Strygin
2017-08-01Change CPDF_Parser::GetIndirectBinary() to return a std::vector.Lei Zhang
2017-08-01Encapsulate some CFX_Char members.Lei Zhang
2017-08-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-08-01Prevent use of null pFileRead in CPDF_DataAvail.chromium/3174Artem Strygin
2017-07-31Initialize CPDF_PathObject members on constructor.Henrique Nakashima
2017-07-28Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171Lei Zhang
2017-07-28Add CPDF_Stream::ReplaceData method.chromium/3170Artem Strygin
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-28Return removed value from dictionary.Artem Strygin
2017-07-28Implement read validator.Artem Strygin
2017-07-27Simplify FX_GetMirrorChar() code.Lei Zhang
2017-07-27Define SIZEOF_VOIDP and other cleanup in tiffconfNicolas Pena
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-27Simplify CFX_BidiLine code.Lei Zhang
2017-07-27Added CPDF_NameTree::DeleteValueAndName()Jane Liu
2017-07-27Text Driver: add CLRF characters for new linesrbpotter
2017-07-26Allow CFX_RTemplate to work with CFX_FloatRectDan Sinclair
2017-07-26Use std::min/max in fx_coordinates.hDan Sinclair
2017-07-26Make comment match codeDan Sinclair
2017-07-26Remove recursion from CPDF_DataAvail::HaveResourceXXX.Artem Strygin
2017-07-26Remove useless code.Artem Strygin
2017-07-25flush but do not release skia driverCary Clark
2017-07-24Basic APIs and tests for adding attachmentsJane Liu
2017-07-24Added CPDF_NameTree::AddValueAndName()Jane Liu
2017-07-24Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READYDan Sinclair
2017-07-21Fix nits from commit 67ccef7.chromium/3164Lei Zhang