Age | Commit message (Expand) | Author |
2018-06-19 | Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMap | Tom Sepez |
2018-06-12 | Refactor modification of Contents in CPDF_PageContentGenerator. | Henrique Nakashima |
2018-06-12 | Rework "Make common page base class." | Tom Sepez |
2018-06-08 | Add constants for PDF 1.7 spec, table 3.27. | Lei Zhang |
2018-06-08 | Write some FPDFTransformEmbedderTests. | Lei Zhang |
2018-06-06 | Add ability to log click events reaching PDFium | Ryan Harrison |
2018-06-06 | [fm2js] Fixup initialized variable conversion | Dan Sinclair |
2018-06-04 | Lowercase JS_Define.{h,cpp} and CJS_Define.h | Tom Sepez |
2018-06-04 | Revert "Make common page base class for XFA and non-XFA." | Tom Sepez |
2018-05-30 | Remove manual references to exe_and_shlib_deps | Tom Anderson |
2018-05-30 | Make common page base class for XFA and non-XFA. | Tom Sepez |
2018-05-30 | Roll DEPS for build and buildtools. | Tom Anderson |
2018-05-29 | [xfa] Propagate the xfa change data for text to JS and back. | Dan Sinclair |
2018-05-25 | Move fuzzers to testing/fuzzers. | Lei Zhang |
2018-05-23 | Add unit test for CFX_BitStream. | Lei Zhang |
2018-05-16 | Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp | Nicolas Pena |
2018-05-12 | Remove unused CFWL_FormProxy. | Henrique Nakashima |
2018-05-11 | Remove CFWL_ComboBoxProxy. | Henrique Nakashima |
2018-05-10 | Fixup ASSERT in Bidi handling; Add bidi fuzzer. | Dan Sinclair |
2018-05-10 | Add CPDF_Transparency. | Lei Zhang |
2018-05-10 | Do not build BMP when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build GIF when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build PNG when codec is disabled | Ryan Harrison |
2018-05-09 | Do not build TIFF when codec is disabled | Ryan Harrison |
2018-05-08 | Add constants for PDF 1.7 spec, table 7.2 and 7.3. | Lei Zhang |
2018-05-07 | Move codepage tables from cpdf_document.cpp to fx_codepage.cpp | Tom Sepez |
2018-05-03 | Use strict types in FPDF API, try #3 | Tom Sepez |
2018-05-02 | Add a CFX_XMLDocument class. | Dan Sinclair |
2018-05-01 | Fixes XML Instruction handling in CXFA_DocumentParser. | Dan Sinclair |
2018-05-01 | Fix CFX_XML and add unit tests | Dan Sinclair |
2018-04-25 | Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h | Tom Sepez |
2018-04-25 | Remove CDWriteExt. | Lei Zhang |
2018-04-24 | Remove CFX_BlockBufferchromium/3406 | Dan Sinclair |
2018-04-18 | Always build JS Runtime stubs even if V8 present. | Tom Sepez |
2018-04-17 | Use span in CXFA_LocaleValue::GetDoubleNum()chromium/3399 | Tom Sepez |
2018-04-17 | Add constants for PDF 1.7 spec, table 3.4. | Lei Zhang |
2018-04-16 | Merge CFX_XMLElement and CFX_XMLAttributeNode | dan sinclair |
2018-04-16 | Remove CXML | dan sinclair |
2018-04-16 | Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h | Tom Sepez |
2018-04-16 | Add CXFA_XMLLocale unittests | dan sinclair |
2018-04-16 | Move CXML to be XFA only | dan sinclair |
2018-04-16 | Use CFX_XML instead of CXML in CPDF_Metadata | dan sinclair |
2018-04-13 | Add test for circular CPDF_Function::Load(). | Henrique Nakashima |
2018-04-13 | Add CPDF_Metadata unittests | dan sinclair |
2018-04-12 | Remove CXFA_DocumentParser::m_bDocumentParser flag | Dan Sinclair |
2018-04-12 | Remove CFX_XMLDoc and call the parser directly | Dan Sinclair |
2018-04-12 | Rename CXFA_SimpleParser to CXFA_DocumentParser | Dan Sinclair |
2018-04-12 | Fold CXFA_DocumentParser into CXFA_FFDoc | Dan Sinclair |
2018-04-12 | Merge CFX_XMLParser and CFX_XMLSyntaxParser | Dan Sinclair |
2018-04-12 | [xfa] Remove form checksum abilities | Dan Sinclair |