Age | Commit message (Expand) | Author |
2016-03-10 | Split fpdf_parser_objects.cpp into per-class .cpp/.h files. | Tom Sepez |
2016-03-10 | Change colorspace's number of components to be unsigned | Wei Li |
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 | Fix build broken at ca78d9a52893 | Tom Sepez |
2016-03-09 | Split off IPDF_SecurityHandler and CPDF_StandardSecurityHandler. | Tom Sepez |
2016-03-09 | Fix build broken at 8388037a5c58 | Tom Sepez |
2016-03-09 | Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files | Tom Sepez |
2016-03-09 | Review and cleanup lint warnings. | Dan Sinclair |
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 | Missing return, broken win build. | Dan Sinclair |
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 | Revert "Fix chromium-style errors." | Dan Sinclair |
2016-03-07 | Fix chromium-style errors. | Dan Sinclair |
2016-03-07 | Fix a regression caused by 7cf13c9 | Wei Li |
2016-03-03 | Combine StrToInt methods. | Dan Sinclair |
2016-03-03 | Fixup chromium-style warnings in fpdf_objects.h | Dan Sinclair |
2016-03-03 | Fix O(n^2) behaviour in parser. | Tom Sepez |
2016-03-03 | Fix parsing of object numbers > 16,777,216. | Dan Sinclair |
2016-03-01 | Fix and enable lint checks. | Dan Sinclair |
2016-03-01 | This Cl adds some whitespace and other formatting while removing some braces ... | Dan Sinclair |
2016-02-29 | Pass rect by const reference in SetClip_Rect(). | Tom Sepez |
2016-02-29 | Fixup FX_RECT and FX_SMALL_RECT classes. | Tom Sepez |
2016-02-29 | Add missing field initializers to g_PredefinedCMaps. | Dan Sinclair |
2016-02-26 | Remove some FX_BOOLs | Tom Sepez |
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-25 | Fix static initializers. | Lei Zhang |
2016-02-25 | refactor CPDF_Font and subclasses | Wei Li |
2016-02-25 | Make CFX_PSVTemplate simpler. | Tom Sepez |
2016-02-24 | Clean up some if/else if statements in CPDF_Parser::RebuildCrossRef(). | Lei Zhang |
2016-02-24 | Fixing whitespace lint errors. | Dan Sinclair |
2016-02-23 | Store opcode function pointers in an unordered_map | Lei Zhang |
2016-02-23 | Remove FXSYS_MulDiv(a, b, c). | Dan Sinclair |
2016-02-23 | Remove FXSYS_Div. | Dan Sinclair |
2016-02-23 | Remove FXSYS_Mul. | Dan Sinclair |
2016-02-23 | Remove uses of this->foo. | Lei Zhang |
2016-02-23 | Remove many _CAPS structure names. | Tom Sepez |
2016-02-22 | refactor CPDF_PageObject and subclasses | Wei Li |
2016-02-19 | Remove IFX_BufferArchive. | Tom Sepez |
2016-02-19 | Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."" | Tom Sepez |
2016-02-19 | Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf." | Tom Sepez |
2016-02-19 | Get rid of CFX_CharMap instantiations. | Lei Zhang |
2016-02-19 | Use safe arithmentic in CFX_BinaryBuf::ExpandBuf. | Tom Sepez |