Age | Commit message (Expand) | Author |
2017-08-10 | Move graphic state operations outside BT/ET operations | Ryan Wiley |
2017-08-10 | Remove CFDE_Path | Dan Sinclair |
2017-08-10 | LCMS: rename folder | Nicolas Pena |
2017-08-10 | Rename CFX_UTF8Decoder::AppendChar to AppendCodePoint. | Henrique Nakashima |
2017-08-10 | Make CFX_ByteString(ostringstream) const. | Henrique Nakashima |
2017-08-09 | Remove CFX_ByteTextBuf from CFX_UTF8Encoder | Henrique Nakashima |
2017-08-09 | Add a FPDF_GetFileVersion() test for a linearized document. | Lei Zhang |
2017-08-09 | Remove useless code. | Artem Strygin |
2017-08-09 | Unify initialization of CPDF_Parser. | Artem Strygin |
2017-08-09 | Unify of saving documents.chromium/3181 | Artem Strygin |
2017-08-09 | Unify CPDF_Parser::ParseIndirectObjectAtXXX methods. | Artem Strygin |
2017-08-09 | Move CSS data tables only used in one file | Dan Sinclair |
2017-08-09 | Fold CFX_IsOnlyValue define into only usage | Dan Sinclair |
2017-08-08 | Add validator into CPDF_SyntaxParser. | Artem Strygin |
2017-08-08 | Move CSS code to core | Dan Sinclair |
2017-08-07 | Tidy fx_codec_jpx_opj.cppchromium/3180 | Tom Sepez |
2017-08-07 | Convert static functions to anonymous namespace | Tom Sepez |
2017-08-07 | Fix PartitionAlloc vs. opj_malloc mismatch in fx_codec_jpx_opj.cpp | Tom Sepez |
2017-08-04 | Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.chromium/3177 | Henrique Nakashima |
2017-08-04 | Enforce recent VC++ version (2015 or later). | Tom Sepez |
2017-08-04 | Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others." | Henrique Nakashima |
2017-08-04 | Replace CFX_ByteTextBuf with ostringstream in fx_win32_gdipext.cpp | Henrique Nakashima |
2017-08-03 | APIs and tests for retrieving raw/decoded data from image objects | Jane Liu |
2017-08-03 | APIs and tests for extracting bitmaps from image objects | Jane Liu |
2017-08-03 | kill some stray __native_client__ defines | Tom Sepez |
2017-08-03 | Remove CPDF_Array::Truncate().chromium/3176 | Lei Zhang |
2017-08-03 | Do not truncate the filter array in PDF_DataDecode(). | Lei Zhang |
2017-08-03 | Avoid a redundant header offset check in CPDF_Parser. | Lei Zhang |
2017-08-02 | Replace CFX_ByteTextBuf with ostringstream in cfx_psrenderer.cpp. | Henrique Nakashima |
2017-08-02 | Replace CFX_ByteTextBuf from cpdf_security_handler.cpp with std::vector | Henrique Nakashima |
2017-08-02 | Remove unused FromUnicode method | Ryan Harrison |
2017-08-02 | Unify parsing of cross refs v4 | Artem Strygin |
2017-08-02 | Remove parameter from GetID | Ryan Harrison |
2017-08-02 | Remove support for out of bounds params in Delete | Ryan Harrison |
2017-08-02 | Rewrite how string Insert() methods handle out of bound indices | Ryan Harrison |
2017-08-02 | Pass a CPDF_ImageObject* into CPDF_ImageRenderer::Start(). | Lei Zhang |
2017-08-02 | Remove unused CPDF_FlateEncoder ctor. | Lei Zhang |
2017-08-02 | Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. | Henrique Nakashima |
2017-08-01 | Add public access for read stream into CPDF_SyntaxParser | Artem Strygin |
2017-08-01 | Improve readability in CPDF_Parser::ObjectInfo. | Artem Strygin |
2017-08-01 | Implement read Session. | Artem Strygin |
2017-08-01 | Change CPDF_Parser::GetIndirectBinary() to return a std::vector. | Lei Zhang |
2017-08-01 | Encapsulate some CFX_Char members. | Lei Zhang |
2017-08-01 | Remove support for negative params to ReleaseBuffer() | Ryan Harrison |
2017-08-01 | Replace raw value for constant error value in string operations | Ryan Harrison |
2017-08-01 | Prevent use of null pFileRead in CPDF_DataAvail.chromium/3174 | Artem Strygin |
2017-07-31 | Initialize CPDF_PathObject members on constructor. | Henrique Nakashima |
2017-07-28 | Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171 | Lei Zhang |
2017-07-28 | Add CPDF_Stream::ReplaceData method.chromium/3170 | Artem Strygin |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |