summaryrefslogtreecommitdiff
path: root/core/src/fpdfapi
AgeCommit message (Expand)Author
2015-10-29Revert "Cleanup some numeric code."dan sinclair
2015-10-29Cleanup some numeric code.Dan Sinclair
2015-10-29Cosmetic change to make fpdf_page_image.cpp identical to xfa.Tom Sepez
2015-10-28Add PDFCharIsLineEnding helperDan Sinclair
2015-10-28Add a NULL check in pdf_page_colors.cppOliver Chang
2015-10-28Add constants for the path operators.Dan Sinclair
2015-10-28Check if document was opened during testing.Dan Sinclair
2015-10-28Add PositionIsInBounds to CPDF_StreamParserDan Sinclair
2015-10-28Add helpers to check the PDF_CharType.Dan Sinclair
2015-10-27Use static_cast for various CPDF_Object conversions.Dan Sinclair
2015-10-27Give names to the shading typesDan Sinclair
2015-10-27Type check the m_pShadingObj before assuming it's a stream.Dan Sinclair
2015-10-26Remove usage of std::vector::dataOliver Chang
2015-10-26Remove default argument from CPDF_Dictionary::SetAt().Lei Zhang
2015-10-26Fix a leak in CPDF_SyntaxParser::GetObject().Lei Zhang
2015-10-26Revert "Make m_pShadingObj a CPDF_Stream instead of CPDF_Object."Dan Sinclair
2015-10-26Make m_pShadingObj a CPDF_Stream instead of CPDF_Object.Dan Sinclair
2015-10-26Revert "Revert "Add type cast definitions for CPDF_Reference.""Dan Sinclair
2015-10-26Revert "Add type cast definitions for CPDF_Reference."Dan Sinclair
2015-10-26Add type cast definitions for CPDF_Reference.Dan Sinclair
2015-10-23Convert some pointers in fpdf_parser_parser to unique_ptr and std::vector.Oliver Chang
2015-10-23One line whitespace change for fpdf_render.cpp (clang format)Tom Sepez
2015-10-22Set a recursion limit on CPDF_DataAvail::CheckPageNodeOliver Chang
2015-10-22Add type cast definitions for CPDF_Stream.Dan Sinclair
2015-10-22Add type cast definitions for CPDF_Array.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Name.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_String.Dan Sinclair
2015-10-21Add type cast definitions for CPDF_Number.Dan Sinclair
2015-10-21Remove void* ctor from CPDF_Number.Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Boolean.Dan Sinclair
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-19Sanity check the values of TRUE and FALSE.Lei Zhang
2015-10-19Remove some checks for object creation failures. They cannot fail.Lei Zhang
2015-10-19Unrevert commit a398ca6 and apply the proper fix.Lei Zhang
2015-10-16Don't bother passing -1 as the length to the CFX_ByteString ctor.Lei Zhang
2015-10-16Declare PDF_GetStandardFontName() in the header.Lei Zhang
2015-10-16Loosen checking on the bytes following 'stream'chromium/2540chromium/2539chromium/2538Jun Fang
2015-10-15Plug a leak in CPDF_StreamParser::ReadInlineStreamOliver Chang
2015-10-15Return result of GetRBG instead of TRUEdan sinclair
2015-10-15Fix layering violation in CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Introduce CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-08Minimal revert from commit d03ba8d.Lei Zhang
2015-10-08Fix a bunch of sign mismatch warnings.Lei Zhang
2015-10-09Various changes to JBig2 cache:David Lattimore
2015-10-08Relax the check on 0 length streams.chromium/2531Lei Zhang
2015-10-02Get rid of gotos in CPDF_SyntaxParser and FlateUncompress().Lei Zhang
2015-10-02Fix a leak in PDF_DataDecode() on failure.Lei Zhang
2015-10-01Clean up some image decoder classes:Lei Zhang