summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-10-26Remove default argument from CPDF_Dictionary::SetAt().Lei Zhang
2015-10-26Take FOXIT_FACE_COUNT and MM_FACE_COUNT constants from xfaTom Sepez
2015-10-26Whitespace changes in fx_system_unittest.cpp to match XFATom Sepez
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-22Remove unused error variable from CFX_Font::AdjustMMParamsOliver Chang
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-20Make CFX_FontMgr member variables private. (try 2)Lei Zhang
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 "Make CFX_FontMgr member variables private."Lei Zhang
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Make CFX_FontMgr member variables private.Lei Zhang
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-19Remove duplicate core/include/thirdparties headers.Tom Sepez
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-19Add FPDFAPIJPEG_ prefix to more libjpeg functionsTom Sepez
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-16fxcrt convergence - master sideTom Sepez
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-13wstring allocations waste up to 7 wasted bytes.Tom Sepez
2015-10-09Sanitize CJBig2_SymbolDict's memory usage.chromium/2534chromium/2533chromium/2532Lei Zhang
2015-10-09Fix a bad refactoring error from commit 8a9ce57.Lei Zhang
2015-10-09Fix a compiling error on MacJun Fang
2015-10-09Fix heap-buffer-overflow in color_sycc_to_rgbJun Fang
2015-10-08Minimal revert from commit d03ba8d.Lei Zhang
2015-10-08Fix a bunch of sign mismatch warnings.Lei Zhang
2015-10-08Fix a malloc/delete mismatch introduced in commit 8a9ce57.Lei Zhang
2015-10-09Various changes to JBig2 cache:David Lattimore
2015-10-08Put CJBig2_SymbolDict's images in a CJBig2_List container.Lei Zhang
2015-10-08Relax the check on 0 length streams.chromium/2531Lei Zhang