Age | Commit message (Expand) | Author |
2018-04-03 | Re-arrange so inline vectors come last in structs. | Tom Sepez |
2018-03-08 | Remove unused constructor | dan sinclair |
2017-10-02 | Remove useless code. | Artem Strygin |
2017-10-02 | Implement CPDF_CryptoHandler::DecryptObject | Artem Strygin |
2017-09-28 | Fix infinite loop on form availability check. | Artem Strygin |
2017-09-21 | Rename CPDF_SyntaxParser::GetObject to GetObjectBody | Artem Strygin |
2017-09-21 | Move CFX_WeakPtr to WeakPtr | Dan Sinclair |
2017-09-21 | Move CFX_StringPoolTemplate to StringPoolTemplate | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-07 | Implement CPDF_SyntaxParser::PeekNextWord. | Artem Strygin |
2017-09-05 | Move Parsing of indirect object logic into CPDF_SyntaxParser. | Artem Strygin |
2017-08-31 | Remove fx_basic.h | Dan Sinclair |
2017-08-28 | Unify CPDF_SyntaxParser::GetObjectXXX methods. | Artem Strygin |
2017-08-08 | Add validator into CPDF_SyntaxParser. | Artem Strygin |
2017-08-01 | Add public access for read stream into CPDF_SyntaxParser | Artem Strygin |
2017-05-03 | CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words | Tom Sepez |
2017-05-03 | SetPos to at most the file length to avoid overflows | Nicolas Pena |
2017-04-13 | Refcount CPDF_CryptoHandlerchromium/3076chromium/3075chromium/3074chromium/3073chromium/3072 | Tom Sepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-11-22 | Use more unique_ptrs in CPDF_SyntaxParser and CPDF_Annotchromium/2929 | tsepez |
2016-11-16 | Make CPDF_Object subclass constructors intern strings | tsepez |
2016-11-07 | Use unique_ptr return from CPDF_Parser::ParseIndirectObject() | tsepez |
2016-11-03 | Clean up CPDF_SyntaxParser a little bit | npm |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |