summaryrefslogtreecommitdiff
path: root/core/include
AgeCommit message (Expand)Author
2016-03-25Remove FX_DWORD from core/ and delete definitionchromium/2695chromium/2694chromium/2693chromium/2692tsepez
2016-03-25support gradients and stroke+fillcaryclark
2016-03-25Replace CFX_DWordArray with CFX_ArrayTemplate<FX_DWORD>.Tom Sepez
2016-03-24Added bounds checking to GetNameFromTT to handle corrupt files.Tom Sepez
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Make predefined character table slightly smaller.Tom Sepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Make a few more const tables smaller.chromium/2689chromium/2688Tom Sepez
2016-03-21Remove unused FXDIB_PALETTE_ optionsTom Sepez
2016-03-21Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.Dan Sinclair
2016-03-18Replace additional FX_WCHAR tables with uint16_t.Tom Sepez
2016-03-16Move core/include/fpdfapi/fpdf_page.h to correct locations.Dan Sinclair
2016-03-15Fix CJS_PublicMethods::IsNumber() with unit test and some cleanupWei Li
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Split CPDF_Stream/CPDF_StreamAcc into separate filesTom 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-14Move fpdfsdk/src up to fpdfsdk/.Dan Sinclair
2016-03-14Fix offset outside bounds warning on GCCTom Sepez
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-09Split off IPDF_SecurityHandler and CPDF_StandardSecurityHandler.Tom 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-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-08Update cast to fix lint warning.Dan 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-03Combine StrToInt methods.Dan Sinclair
2016-03-03Fixup chromium-style warnings in fpdf_objects.hDan Sinclair
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-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-02-29Add CFX_FloatRect::ToFxRect().Tom Sepez
2016-02-29Pass rect by const reference in SetClip_Rect().Tom Sepez
2016-02-29Speculative fix for windows broken at d5e7b355b8c4.Tom Sepez