Age | Commit message (Expand) | Author |
2016-01-13 | Merge to XFA: Fix out of bound access in CPDF_Parser::ParseIndirectObject(). | Lei Zhang |
2016-01-13 | Merge to XFA: Use the compiler to type check DocAvailStatus return values. | Lei Zhang |
2016-01-12 | Merget to XFA: Use std::map in CPDF_IndirectObjects | Tom Sepez |
2016-01-08 | Merge to XFA: Fix infinite loop caused by parsing same indirect objects | Wei Li |
2016-01-06 | Merge to XFA: Change CPDF_SyntaxParser::GetNextWord() to not pass by non-cons... | Lei Zhang |
2016-01-05 | Merge to XFA: Replace CPDF_SortObjNumArray with a std::set. | Lei Zhang |
2016-01-05 | Merge to XFA: Fix a few uses of default arguments. | Lei Zhang |
2016-01-05 | Merge to XFA: Make more CPDF_Parser method const. | Lei Zhang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-22 | Merge to XFA: Convert CPDF_Parser::m_CrossRef to a std::map. | Lei Zhang |
2015-12-15 | Merge to XFA: Fix free entry handling for cross reference v4 reading. | Wei Li |
2015-12-14 | Merge to XFA: Remove FX_BSTRC. | Lei Zhang |
2015-12-10 | Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-12-09 | Merge to XFA: Prevent infinite looping in CPDF_Parser::LoadAllCrossRefV5(). | Lei Zhang |
2015-12-09 | Merge to XFA: Get rid of most uses of CFX_PtrArray. | Tom Sepez |
2015-11-20 | Make XFA core/ look like master (part N). | Tom Sepez |
2015-11-20 | Update XFA fpdfsdk to match master | Tom Sepez |
2015-11-19 | Merge to XFA: Cache object numbers in CPDF_Parser::ParseIndirectObject(). | Lei Zhang |
2015-11-12 | Merge to XFA: Remove relative includes. | Lei Zhang |
2015-11-10 | Merge to XFA: Support linearized loading | Jun Fang |
2015-11-06 | Merge to XFA: Fix all relative includes to third_party. | Lei Zhang |
2015-11-03 | Merge to XFA: Add test for CPDF_SyntaxParser::ReadHexString. | Dan Sinclair |
2015-11-02 | Merge to XFA: Add a test for the HexDecode method. | Dan Sinclair |
2015-10-28 | Merge to XFA: Add PDFCharIsLineEnding helper | Dan Sinclair |
2015-10-28 | Merge to XFA: Add helpers to check the PDF_CharType. | Dan Sinclair |
2015-10-23 | Merge to XFA: Convert some pointers in fpdf_parser_parser to unique_ptr and s... | Oliver Chang |
2015-10-02 | Merge to XFA: Get rid of gotos in CPDF_SyntaxParser and FlateUncompress(). | Lei Zhang |
2015-09-25 | Merge to XFA: Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files | Lei Zhang |
2015-08-19 | Merge to XFA: Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Merge to XFA: Extern in .cpp files is a code smell, part 1. | Tom Sepez |
2015-08-14 | Merge to XFA: Use override in more classes in core/ | Lei Zhang |
2015-08-05 | Merge to XFA: Early object closing in PDF via premature 'endobj' keyword | JUN FANG |
2015-08-05 | Merge to XFA: CPDF_Parser shouldnt be in the business of opening files | Tom Sepez |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-27 | Merge to XFA: Fix FX_BOOL compilation errors under windows | Tom Sepez |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-13 | Merge to XFA: Remove unneeded checks in CPDF_DocPageData::GetFontFileStreamAc... | Lei Zhang |
2015-06-13 | Remove trailing whitespaces in core, XFA edition. | Lei Zhang |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-03 | Merge to XFA: Kill unused IPDF_ classes. | Tom Sepez |
2015-06-02 | Merge to XFA: kill IPDF_DocParser(). | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |
2015-04-27 | Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString(). | Tom Sepez |
2015-04-14 | Merge to XFA: Kill CFX_Object. | Tom Sepez |
2015-02-05 | Kill off some dodgy JS callbacks | Tom Sepez |
2015-01-27 | Merge to XFA: Kill scattered extern _PDF_CharType declarations. | Tom Sepez |
2015-01-26 | Merge to XFA: Fix infinite recursion in CPDF_Parser::ParseIndirectObjectAt(). | Tom Sepez |
2015-01-22 | Merge to XFA: Use IPDF_DataAvail interface to hide CPDF_DataAvail. | Tom Sepez |