summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-03-15Reland "Fix sycc{420,422}_to_rgb issues."chromium/2680Oliver Chang
2016-03-15Split CPDF_Stream/CPDF_StreamAcc into separate filesTom Sepez
2016-03-15Revert "Fix sycc{420,422}_to_rgb issues."Oliver Chang
2016-03-15Fix sycc{420,422}_to_rgb issues.Oliver Chang
2016-03-15Tidy fpdftext/ directoryTom Sepez
2016-03-14Add bitmaps and skp output to Skia portCary Clark
2016-03-14Move fx_crypto.h and fpdf_text.h out of core/include.Dan Sinclair
2016-03-14Add missing DEPS files; enable checkdeps.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair
2016-03-14Fix offset outside bounds warning on GCCTom Sepez
2016-03-14Move core/src/ up to core/.Dan Sinclair
2016-03-11Re-enable MSVC warning 4800 for compiling with chromium_codeWei Li
2016-03-10Split fpdf_parser_objects.cpp into per-class .cpp/.h files.Tom Sepez
2016-03-10Change colorspace's number of components to be unsignedWei Li
2016-03-10Split apart the remainder of fpdf_render_render.cpp into per-class files.Tom Sepez
2016-03-09Split off IPDF_CryptoHandler into its own .cpp/.h files.Tom Sepez
2016-03-09Move ScopedSetInsertion to third_party/base/stl_util.hTom Sepez
2016-03-09Move CPDF_NumberTree to fpdfdoc.Tom Sepez
2016-03-09Convert NULLs to nullptrs in fx_xml_parser.cppOliver Chang
2016-03-09Fix build broken at ca78d9a52893Tom Sepez
2016-03-09Split off IPDF_SecurityHandler and CPDF_StandardSecurityHandler.Tom Sepez
2016-03-09Fix build broken at 8388037a5c58Tom Sepez
2016-03-09Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp filesTom Sepez
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-08Split off CPDF_Document into its own .cpp/.h files.Tom Sepez
2016-03-08Re-land "Split CPDF_SyntaxParser into its own named .cpp/.h files."Tom Sepez
2016-03-08Missing return, broken win build.Dan Sinclair
2016-03-08Revert "Split CPDF_SyntaxParser into its own named .cpp/.h files."Tom Sepez
2016-03-08Split CPDF_SyntaxParser into its own named .cpp/.h files.Tom Sepez
2016-03-08Reland "Fix chromium-style errors."Dan Sinclair
2016-03-08FX_FONTDESCRIPTOR must be POD.Tom Sepez
2016-03-08Update cast to fix lint warning.Dan Sinclair
2016-03-08Move fx_agg_driver files up one levelDan Sinclair
2016-03-07Completely de-virtualize CPDF_SyntaxParser.Tom Sepez
2016-03-07Revert "Fix chromium-style errors."Dan Sinclair
2016-03-07Fix chromium-style errors.Dan Sinclair
2016-03-07Fix a regression caused by 7cf13c9Wei Li
2016-03-04Small change to enable skia-backed version of pdfium.Cary Clark
2016-03-03Combine StrToInt methods.Dan Sinclair
2016-03-03Fixup chromium-style warnings in fpdf_objects.hDan Sinclair
2016-03-03Remove other remaining use of std::list::size() from loop body.Tom Sepez
2016-03-03Fix O(n^2) behaviour in parser.Tom Sepez
2016-03-03Fix parsing of object numbers > 16,777,216.Dan Sinclair
2016-03-02Don't load GDI+ if GDI is disabled.chromium/2666Tom Sepez
2016-03-02Check that the names buffer is not empty before passing to GetNameFromTT.Tom Sepez
2016-03-02Remove unused CFX_GrowOnlyPool.dan sinclair
2016-03-01Remove implicit conversions and some cleanupWei Li
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-03-01Replace FX_LPCRECT typedef with underlying typesTom Sepez
2016-03-01This Cl adds some whitespace and other formatting while removing some braces ...Dan Sinclair