Age | Commit message (Expand) | Author |
2015-10-28 | Add a NULL check in pdf_page_colors.cpp | Oliver Chang |
2015-10-28 | Add constants for the path operators. | Dan Sinclair |
2015-10-28 | Check if document was opened during testing. | Dan Sinclair |
2015-10-28 | Add PositionIsInBounds to CPDF_StreamParser | Dan Sinclair |
2015-10-28 | Add helpers to check the PDF_CharType. | Dan Sinclair |
2015-10-27 | Use static_cast for various CPDF_Object conversions. | Dan Sinclair |
2015-10-27 | Give names to the shading types | Dan Sinclair |
2015-10-27 | Type check the m_pShadingObj before assuming it's a stream. | Dan Sinclair |
2015-10-26 | Remove usage of std::vector::data | Oliver Chang |
2015-10-26 | Remove default argument from CPDF_Dictionary::SetAt(). | Lei Zhang |
2015-10-26 | Take FOXIT_FACE_COUNT and MM_FACE_COUNT constants from xfa | Tom Sepez |
2015-10-26 | Whitespace changes in fx_system_unittest.cpp to match XFA | Tom Sepez |
2015-10-26 | Fix a leak in CPDF_SyntaxParser::GetObject(). | Lei Zhang |
2015-10-26 | Revert "Make m_pShadingObj a CPDF_Stream instead of CPDF_Object." | Dan Sinclair |
2015-10-26 | Make m_pShadingObj a CPDF_Stream instead of CPDF_Object. | Dan Sinclair |
2015-10-26 | Revert "Revert "Add type cast definitions for CPDF_Reference."" | Dan Sinclair |
2015-10-26 | Revert "Add type cast definitions for CPDF_Reference." | Dan Sinclair |
2015-10-26 | Add type cast definitions for CPDF_Reference. | Dan Sinclair |
2015-10-23 | Convert some pointers in fpdf_parser_parser to unique_ptr and std::vector. | Oliver Chang |
2015-10-23 | One line whitespace change for fpdf_render.cpp (clang format) | Tom Sepez |
2015-10-22 | Set a recursion limit on CPDF_DataAvail::CheckPageNode | Oliver Chang |
2015-10-22 | Add type cast definitions for CPDF_Stream. | Dan Sinclair |
2015-10-22 | Remove unused error variable from CFX_Font::AdjustMMParams | Oliver Chang |
2015-10-22 | Add type cast definitions for CPDF_Array. | Dan Sinclair |
2015-10-21 | Add type cast definitions for CPDF_Name. | Dan Sinclair |
2015-10-21 | Add type cast definitions for CPDF_String. | Dan Sinclair |
2015-10-21 | Add type cast definitions for CPDF_Number. | Dan Sinclair |
2015-10-21 | Remove void* ctor from CPDF_Number. | Dan Sinclair |
2015-10-20 | Make CFX_FontMgr member variables private. (try 2) | Lei Zhang |
2015-10-20 | Add type cast definitions for CPDF_Boolean. | Dan Sinclair |
2015-10-20 | Revert "Revert "Add type cast definitions for CPDF_Dictionary."" | Dan Sinclair |
2015-10-20 | Revert "Make CFX_FontMgr member variables private." | Lei Zhang |
2015-10-20 | Revert "Add type cast definitions for CPDF_Dictionary." | Dan Sinclair |
2015-10-20 | Make CFX_FontMgr member variables private. | Lei Zhang |
2015-10-20 | Add type cast definitions for CPDF_Dictionary. | Dan Sinclair |
2015-10-19 | Remove duplicate core/include/thirdparties headers. | Tom Sepez |
2015-10-19 | Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-19 | Remove some checks for object creation failures. They cannot fail. | Lei Zhang |
2015-10-19 | Add FPDFAPIJPEG_ prefix to more libjpeg functions | Tom Sepez |
2015-10-19 | Unrevert commit a398ca6 and apply the proper fix. | Lei Zhang |
2015-10-16 | Don't bother passing -1 as the length to the CFX_ByteString ctor. | Lei Zhang |
2015-10-16 | Declare PDF_GetStandardFontName() in the header. | Lei Zhang |
2015-10-16 | fxcrt convergence - master side | Tom Sepez |
2015-10-16 | Loosen checking on the bytes following 'stream'chromium/2540chromium/2539chromium/2538 | Jun Fang |
2015-10-15 | Plug a leak in CPDF_StreamParser::ReadInlineStream | Oliver Chang |
2015-10-15 | Return result of GetRBG instead of TRUE | dan sinclair |
2015-10-15 | Fix layering violation in CPDF_Document::FromFPDFDocument(). | Tom Sepez |
2015-10-14 | Introduce CPDF_Document::FromFPDFDocument(). | Tom Sepez |
2015-10-13 | wstring allocations waste up to 7 wasted bytes. | Tom Sepez |
2015-10-09 | Sanitize CJBig2_SymbolDict's memory usage.chromium/2534chromium/2533chromium/2532 | Lei Zhang |