summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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-15FPDF_PageDelete must delete XFA pages as well.Tom Sepez
2016-03-15Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include.Dan Sinclair
2016-03-15Remove CFX_DWordArray from Document.hTom Sepez
2016-03-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Modify xfa code to avoid c4800 warningsWei Li
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 xfa/src up to xfa/.Dan Sinclair
2016-03-14Move fpdfsdk/src up to fpdfsdk/.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-10Split apart the remainder of fpdf_render_render.cpp into per-class files.Tom Sepez
2016-03-09Move ScopedSetInsertion to third_party/base/stl_util.hTom Sepez
2016-03-09Cleanup some header includes.Dan Sinclair
2016-03-09Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp filesTom Sepez
2016-03-09Fix non-xfa builds.Dan Sinclair
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-08Fix build at 310438fb97a2chromium/2672Tom Sepez
2016-03-08Split off CPDF_Document into its own .cpp/.h files.Tom Sepez
2016-03-08Remove xfa/src/fxjse/src and move code up a level.Dan Sinclair
2016-03-04Add unit tests for FPDFBookmark_Find()Wei Li
2016-03-04Re-land "Only place primitive objects on the V8 global template."Tom Sepez
2016-03-04Revert "Only place primitive objects on the V8 global template."Tom Sepez
2016-03-04Only place primitive objects on the V8 global template.Tom Sepez
2016-03-03Combine StrToInt methods.Dan Sinclair
2016-03-03Fix infinite loop for bookmark searchWei Li
2016-03-03Remove unnecessary codeZhiwei Lin
2016-03-01Remove implicit conversions and some cleanupWei Li
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-03-01Cleanup some fsdk_common definesDan Sinclair
2016-02-29Add CFX_FloatRect::ToFxRect().Tom Sepez
2016-02-29Pass rect by const reference in SetClip_Rect().Tom Sepez
2016-02-29Fixup FX_RECT and FX_SMALL_RECT classes.Tom Sepez
2016-02-27Cleanup forward declarations.dan sinclair
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-26Re-land "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Revert "Replace CPDF_Rect and CPDF_Point with CFX types."Tom Sepez
2016-02-26Replace CPDF_Rect and CPDF_Point with CFX types.Tom Sepez
2016-02-25Fix static initializers.Lei Zhang
2016-02-25Rename some functions that start with underscore.Lei Zhang
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-22FPDFPage_HasFormFieldAtPoint should not crash for nullptr pages.Lei Zhang
2016-02-22Remove foo != NULL outside of xfa/Lei Zhang
2016-02-22Switch from _DEBUG to NDEBUG.Lei Zhang
2016-02-22Fixing include guards, and presubmit.Dan Sinclair