Age | Commit message (Expand) | Author |
2016-03-10 | Split apart the remainder of fpdf_render_render.cpp into per-class files. | Tom Sepez |
2016-03-09 | Split off IPDF_CryptoHandler into its own .cpp/.h files. | Tom Sepez |
2016-03-09 | Move ScopedSetInsertion to third_party/base/stl_util.h | Tom Sepez |
2016-03-09 | Move CPDF_NumberTree to fpdfdoc. | Tom Sepez |
2016-03-09 | Split off IPDF_SecurityHandler and CPDF_StandardSecurityHandler. | Tom Sepez |
2016-03-09 | Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files | Tom Sepez |
2016-03-08 | Split off CPDF_Document into its own .cpp/.h files. | Tom Sepez |
2016-03-08 | Re-land "Split CPDF_SyntaxParser into its own named .cpp/.h files." | Tom Sepez |
2016-03-08 | Revert "Split CPDF_SyntaxParser into its own named .cpp/.h files." | Tom Sepez |
2016-03-08 | Split CPDF_SyntaxParser into its own named .cpp/.h files. | Tom Sepez |
2016-03-08 | Reland "Fix chromium-style errors." | Dan Sinclair |
2016-03-07 | Completely de-virtualize CPDF_SyntaxParser. | Tom Sepez |
2016-03-07 | Revert "Fix chromium-style errors." | Dan Sinclair |
2016-03-07 | Fix chromium-style errors. | Dan Sinclair |
2016-03-03 | Fix parsing of object numbers > 16,777,216. | Dan Sinclair |
2016-02-26 | Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Revert "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Replace CPDF_Rect and CPDF_Point with CFX types. | Tom Sepez |
2016-02-19 | Get rid of CFX_CharMap instantiations. | Lei Zhang |
2016-02-18 | Name the states for fpdf_parser_parser. | Dan Sinclair |
2016-02-16 | Refactor CPDF_SimpleParser and add unit tests. | Wei Li |
2016-02-08 | Tidy fpdfsave.cpp | Tom Sepez |
2016-02-05 | Remove CFX_FileSizeArray. | Tom Sepez |
2016-02-01 | Merge to XFA: Remove the m_ObjVersion member variable from CPDF_Parser. | Lei Zhang |
2016-02-01 | Merge to XFA: Remove the m_V5Type member variable from CPDF_Parser.chromium/2641chromium/2640chromium/2639chromium/2638 | Lei Zhang |
2016-01-29 | Another round of cleanup in CPDF_Parser and friends. | Lei Zhang |
2016-01-26 | War on #defines - part 2 | Tom Sepez |
2016-01-25 | Remove several more unused parser values. | Tom Sepez |
2016-01-25 | Remove struct PARSE_OPTIONS. | Tom Sepez |
2016-01-25 | Remove unused IsContentUsedElsewhere() | Tom Sepez |
2016-01-20 | Merge to XFA: Replace more CFX_MapPtrToPtr. | Tom Sepez |
2016-01-14 | Merge to XFA: Correct the way to count pages and to avoid infinite loop | Wei Li |
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 |