summaryrefslogtreecommitdiff
path: root/core/include/fpdfapi
AgeCommit message (Expand)Author
2015-12-29Fix partial information printed with blank window covering the centerchromium/2612chromium/2611chromium/2610chromium/2609chromium/2608chromium/2607Jun Fang
2015-12-24Switch from nonstd::unique_ptr to std::unique_ptr.Lei Zhang
2015-12-22Revert "Cleanup: Remove unused CFX_PSRenderer and various encoders it used."Lei Zhang
2015-12-22Cleanup: Remove unused CFX_PSRenderer and various encoders it used.Lei Zhang
2015-12-22Convert CPDF_Parser::m_CrossRef to a std::map.Lei Zhang
2015-12-18Get rid of a few CPDF_Object Create() methods and just use new instead.Lei Zhang
2015-12-18Merge to master: Remove CFX_MapPtrToPtr in CFX_PageRenderCacheTom Sepez
2015-12-18CPDF_QuickStretcher unused.Tom Sepez
2015-12-17Tidy CPDF_RenderContextTom Sepez
2015-12-15Fix free entry handling for cross reference v4 reading.Wei Li
2015-12-14Get rid of most instance of 'foo == NULL'Lei Zhang
2015-12-14Remove FX_BSTRC.Lei Zhang
2015-12-11Fix memory leaks involving InsertIndirectObject()Jun Fang
2015-12-10Replace several more CFX_MapPtrToPtr with std::set or std::mapTom Sepez
2015-12-10Remove CFX_AffineMatrix/CPDF_MatrixTom Sepez
2015-12-09Prevent infinite looping in CPDF_Parser::LoadAllCrossRefV5().Lei Zhang
2015-12-09Get rid of most uses of CFX_PtrArray.Tom Sepez
2015-11-19Cache object numbers in CPDF_Parser::ParseIndirectObject().Lei Zhang
2015-11-19Add more overrides.Lei Zhang
2015-11-12Remove relative includes.Lei Zhang
2015-11-12Clear decoders after the image decoder in the /Filter array.Oliver Chang
2015-11-10Cleanup CPDF_Stream:Lei Zhang
2015-11-10Use unique_ptr and initializer lists in various render files.Lei Zhang
2015-11-09Fix a leak in CPDF_Type3Font::LoadChar().Lei Zhang
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-11-04Make checkdeps --resolve-dotdot succeed.Lei Zhang
2015-11-03Add test for CPDF_SyntaxParser::ReadHexString.Dan Sinclair
2015-11-02Add a test for the HexDecode method.Dan Sinclair
2015-11-02Support linearized loadingJun Fang
2015-10-28Add PDFCharIsLineEnding helperDan Sinclair
2015-10-28Add helpers to check the PDF_CharType.Dan Sinclair
2015-10-27Give names to the shading typesDan Sinclair
2015-10-26Remove default argument from CPDF_Dictionary::SetAt().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-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-15Fix layering violation in CPDF_Document::FromFPDFDocument().Tom Sepez