Age | Commit message (Expand) | Author |
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 _MSC_VER from JS_Value.cppchromium/3179chromium/3178 | Tom Sepez |
2017-08-04 | Remove platform-specific IsFinite, JS_PortIsNan, and GetNan. | 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 | Add script to compare performance of two versions of pdfium. | Henrique Nakashima |
2017-08-03 | Added testing flag --save-images that saves embedded images | Jane Liu |
2017-08-03 | APIs and tests for retrieving raw/decoded data from image objects | Jane Liu |
2017-08-03 | LibTIFF: fix defines in tiffconf | Nicolas Pena |
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 | Roll FreeType to 7e50824288fac5a36c2938fdb3e1c949ea53f982 | Nicolas Pena |
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 | Add CFFL_TextField class.chromium/3175 | Lei Zhang |
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 | Add a regression test for FPDF_ImportPages(). | 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 | Add FORM_ReplaceSelection() and embedder tests. | Diana Gage |
2017-07-31 | Initialize CPDF_PathObject members on constructor. | Henrique Nakashima |
2017-07-31 | Remove null derefence case caught by fuzzers | Ryan Harrison |
2017-07-31 | Fix bad change when converting Mid to Left/Right | Ryan Harrison |
2017-07-31 | More fixes for coverage_report.py | Ryan Harrison |
2017-07-28 | Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171 | Lei Zhang |
2017-07-28 | Fix broken coverage_report.py | Ryan Harrison |
2017-07-28 | Remove unused param from CFX_TxtBreak::AppendChar_PageLoad(). | Lei Zhang |
2017-07-28 | LibTIFF: upstream patch to fix null dereference | Nicolas Pena |
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 |