summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
AgeCommit message (Expand)Author
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi.Dan Sinclair
2016-03-21Move fpdfsdk/include/formfiller to fpdfsdk/formfiller.Dan Sinclair
2016-03-18Trigger page view event when re-layout is finishedjinming_wang
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-15core/include/fdpfapi cleanup Part I.Dan Sinclair
2016-03-15Modify xfa code to avoid c4800 warningsWei Li
2016-03-14Move fx_crypto.h and fpdf_text.h out of core/include.Dan Sinclair
2016-03-11Re-enable MSVC warning 4800 for compiling with chromium_codeWei Li
2016-03-10Split apart the remainder of fpdf_render_render.cpp into per-class files.Tom 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-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-01Cleanup some fsdk_common definesDan Sinclair
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-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-22Fixing include guards, and presubmit.Dan Sinclair
2016-02-19Hook up FFI_PageEvent.Lei Zhang
2016-02-18Fixup incorrect include guards.Dan Sinclair
2016-02-18Sort headers in non-xfa directories.Dan Sinclair
2016-02-17Remove CFX_PtrList from renderer main loop.Tom Sepez
2016-02-17Expand all paths to be based off pdfium/ directoryDan Sinclair
2016-02-17Banish CFX_ByteArray and CFX_WideArray to the XFA side.Tom Sepez
2016-02-16Split CPDF_PageObjectHolder off from CPDF_PageObjectListTom Sepez
2016-02-12One less PI.Tom Sepez
2016-02-09Banish CFX_WordArray to XFA-land.Tom Sepez
2016-02-04Kill CFX_PtryArray in CXFA_FWLAdapterTimerMgr.Tom Sepez
2016-02-04Pdfium does not create isolate when it runs in chromiumjinming_wang
2016-02-03Merge to XFA: Fix prototypes for CPDF_FormNotify.Tom Sepez
2016-02-02XFA: Fix a crashier in SetFocus()Jun Fang
2016-02-02Merge to XFA: Kill CFX_ByteArray in master.Tom Sepez
2016-02-01Merge to XFA: Tidy up CPDF_DocEnvironment::JS_* methodsTom Sepez
2016-02-01Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort.Tom Sepez
2016-01-29Merge to XFA: Add tests for CBA_AnnotIterator.Tom Sepez
2016-01-28Fix memory leakage on Linux - part3jinming_wang
2016-01-27XFA: Fix DOS newlines, final round.Lei Zhang
2016-01-27XFA: Remove dead AddDoRecord code.Lei Zhang