Age | Commit message (Expand) | Author |
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 |
2017-07-28 | Return removed value from dictionary. | Artem Strygin |
2017-07-28 | Implement read validator. | Artem Strygin |
2017-07-27 | Simplify FX_GetMirrorChar() code. | Lei Zhang |
2017-07-27 | Unify FPDF_LoadXXXDocument functions. | Artem Strygin |
2017-07-27 | Define SIZEOF_VOIDP and other cleanup in tiffconf | Nicolas Pena |
2017-07-27 | Remove single param Mid() method from string classes | Ryan Harrison |
2017-07-27 | Simplify CFX_BidiLine code. | Lei Zhang |
2017-07-27 | Move CXFA_FMParse to CFXA_FMParser | Ryan Harrison |
2017-07-27 | Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cpp | Henrique Nakashima |
2017-07-27 | Remove 0 from the valid FormCalc characters | Ryan Harrison |
2017-07-27 | Refactor whitespace lexing to be explicit | Ryan Harrison |
2017-07-27 | Rewrite FMLexer to use nullptr for errors | Ryan Harrison |
2017-07-27 | Add conversion from FMTokens to strings | Ryan Harrison |
2017-07-27 | The FDE CSS code does not use the CFGAS_FontMgr | Dan Sinclair |
2017-07-27 | Fixup includes in xfa/fde/csschromium/3169 | Dan Sinclair |
2017-07-27 | Removed unused helper function | Ryan Harrison |
2017-07-27 | Move CXFA_CSSTagProvider to inner class of CXFA_TextParser | Dan Sinclair |
2017-07-27 | Added FPDFDoc_DeleteAttachment() | Jane Liu |
2017-07-27 | Added CPDF_NameTree::DeleteValueAndName() | Jane Liu |
2017-07-27 | Add TypeTextIntoTextField() helper functions to CPWL embeddertests. | Diana Gage |