Age | Commit message (Expand) | Author |
2017-10-05 | Move CPDF_RenderOptions members to private | Dan Sinclair |
2017-10-05 | Remove friend from CPDF_ApSettings | Dan Sinclair |
2017-10-05 | Remove friends from form code | Dan Sinclair |
2017-10-05 | Remove friends from CPDF_VariableText | Dan Sinclair |
2017-10-05 | Cleanup CPDF_RenderStatus | Dan Sinclair |
2017-10-05 | Remove CPDF_Object friends | Dan Sinclair |
2017-10-05 | Remove friends from CXML_Element | Dan Sinclair |
2017-10-05 | Remove CPDF_CMapParser friends | Dan Sinclair |
2017-10-05 | Fix Null-dereference READ in CPDF_Dictionary::GetIntegerFor. | Artem Strygin |
2017-10-04 | Remove friends from CPDF_TextObjectchromium/3233 | Dan Sinclair |
2017-10-04 | Remove CPDF_CMap friends | Dan Sinclair |
2017-10-04 | Make CPDF_TransferFunc members private | Dan Sinclair |
2017-10-04 | Make CPDF_FontGlobals members private | Dan Sinclair |
2017-10-04 | Remove CFX_CRTFileAccess | Dan Sinclair |
2017-10-04 | Fix Heap-use-after-free in CPDF_SecurityHandler::~CPDF_SecurityHandler. | Artem Strygin |
2017-10-04 | Improve readability for CPDF_LinearizedHeader. | Artem Strygin |
2017-10-04 | Unify parsing of cross ref table v4. | Artem Strygin |
2017-10-04 | Simplify CPDF_DataAvail::ParseIndirectObjectAt | Artem Strygin |
2017-10-03 | Unify CPDF_HintsTable.chromium/3232 | Artem Strygin |
2017-10-03 | Improve CPDF_SecurityHandler code style. | Artem Strygin |
2017-10-03 | Simplify CPDF_Parser::GetIDArray | Artem Strygin |
2017-10-03 | Move initialization of CPDF_CryptoHandler into CPDF_SytnaxParser initialization. | Artem Strygin |
2017-10-03 | Use ByteString instead raw string for password in CPDF_SecurityHandler. | Artem Strygin |
2017-10-03 | Move the CryptoHandler into the SecurityHandler | Artem Strygin |
2017-10-03 | Remove the parser from the CPDF_SecurityHandler . | Artem Strygin |
2017-10-03 | Change the ownership of the CPDF_CryptoHandler. | Artem Strygin |
2017-10-03 | Reduce calls of external API within CPDF_ReadVaildator | Artem Strygin |
2017-10-03 | Improve CPDF_ReadVaildator | Artem Strygin |
2017-10-03 | Rewrite how GIF headers are read | Ryan Harrison |
2017-10-02 | Replace GetWord_LSBFirst with FXWORD_GET_LSBFIRSTchromium/3231 | Ryan Harrison |
2017-10-02 | More define cleanup | Dan Sinclair |
2017-10-02 | Remove extraneous ;s | Dan Sinclair |
2017-10-02 | Remove useless code. | Artem Strygin |
2017-10-02 | Move CPDF_Parser::ObjectType into protected section | Artem Strygin |
2017-10-02 | Implement CPDF_CryptoHandler::DecryptObject | Artem Strygin |
2017-10-02 | Use std::make_tuple | Dan Sinclair |
2017-10-02 | Removing unused defines | Dan Sinclair |
2017-09-29 | Extract test subclasses of IFX_SeekableReadStream | Ryan Harrison |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Cleanup font defines | Dan Sinclair |
2017-09-28 | Convert LZW decompressor to use vector instead of static arraychromium/3230chromium/3229chromium/3228chromium/3227 | Ryan Harrison |
2017-09-28 | Implement FakeFileAccess. | Artem Strygin |
2017-09-28 | Simplify some OS checks to PLATFORM checks | Dan Sinclair |
2017-09-28 | Fix load non first pages in linearized document with hints table. | Artem Strygin |
2017-09-28 | Fix infinite loop on form availability check. | Artem Strygin |
2017-09-28 | Remove no-op cast | Ryan Harrison |
2017-09-27 | Cleanup some font headers | Dan Sinclair |
2017-09-27 | Hide FaceFontInfo inside CFX_FolderFontInfo | Dan Sinclair |
2017-09-27 | Remove error strings from BMP decoding path | Ryan Harrison |
2017-09-27 | Cleaning up naming of GIF files/classes/variables | Ryan Harrison |