Age | Commit message (Expand) | Author |
2017-08-23 | Remove useless code. | Artem Strygin |
2017-08-23 | Unify CPDF_DataAvail::CheckEnd. | Artem Strygin |
2017-08-23 | Unify CPDF_DataAvail::CheckHeader. | Artem Strygin |
2017-08-23 | Simplify Trailers usage in CPDF_Parser. | Artem Strygin |
2017-08-23 | Verify image returned from AddImage | Dan Sinclair |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-21 | Unify cross ref item check.chromium/3193 | Artem Strygin |
2017-08-21 | Remove useless code. | Artem Strygin |
2017-08-21 | Converted CFX_FloatRect::{Init|Update}Rect() to take point objects | Jane Liu |
2017-08-17 | Fix some issues with individual image mask rendering | rbpotter |
2017-08-16 | Fix potential OOM / integer overflow in CPDF_Parser. | Lei Zhang |
2017-08-16 | API and test for retrieving metadata from image objects | Jane Liu |
2017-08-15 | Remove useless code. | Artem Strygin |
2017-08-15 | Remove GetAt from string classes | Ryan Harrison |
2017-08-14 | Refactoring of CPDF_DataAvail::GetObject. | Artem Strygin |
2017-08-14 | Add CPDF_ObjectWalker. | Artem Strygin |
2017-08-14 | Refactoring of CPDF_DataAvail::AreObjectsAvailable.chromium/3186 | Artem Strygin |
2017-08-11 | Add checks of index operations on string classes | Ryan Harrison |
2017-08-10 | Move graphic state operations outside BT/ET operations | Ryan Wiley |
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-08 | Add validator into CPDF_SyntaxParser. | Artem Strygin |
2017-08-04 | Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others.chromium/3177 | Henrique Nakashima |
2017-08-04 | Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others." | Henrique Nakashima |
2017-08-03 | APIs and tests for retrieving raw/decoded data from image objects | Jane Liu |
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 from cpdf_security_handler.cpp with std::vector | Henrique Nakashima |
2017-08-02 | Unify parsing of cross refs v4 | Artem Strygin |
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 | 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 | Add CPDF_Stream::ReplaceData method.chromium/3170 | Artem Strygin |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-28 | Return removed value from dictionary. | Artem Strygin |
2017-07-28 | Implement read validator. | Artem Strygin |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |