summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
AgeCommit message (Expand)Author
2015-06-10Merge to XFA: Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-06-09Merge to XFA: Remove more cruft from fx_system.hTom Sepez
2015-06-02Replace XFA_HWIDGET with IXFA_Widget*Tom Sepez
2015-05-28Merge to XFA: Fix ALL the include guards.Tom Sepez
2015-05-27Replace XFA_HDOC with IXFA_Doc*Tom Sepez
2015-05-27Merge to XFA: Remove rendundant ../include from paths.Tom Sepez
2015-05-27Make CPDFXFA_App / IXFA_AppProvider sanerTom Sepez
2015-05-19Merge V8 API updates to xfa branchJochen Eisinger
2015-05-12Merge to XFA: NEW public API for pdfwindow font manipulation.Tom Sepez
2015-05-11Merge to XFA: Create top-level public/ header directory.Tom Sepez
2015-04-30Merge to XFA: Fix V8 array buffer allocator.Tom Sepez
2015-04-23Merge to XFA: Remove unused nParamNum values from JS method tables.Tom Sepez
2015-04-23Merge to XFA: Kill overloaded cast operators in CJS_Value.Tom Sepez
2015-04-20Merge to XFA: Remove Release() combo patch.Tom Sepez
2015-04-14Merge to XFA: Kill CFX_Object.Tom Sepez
2015-04-08Merge to XFA: Fix IWYU in formfiller/ directory.Tom Sepez
2015-04-08FFL_MIN and FFL_MAX are pointless and stupid.Tom Sepez
2015-04-07Merge to XFA: Fix IWYU in pdfwindow/ directory.Tom Sepez
2015-04-07Merge to XFA: Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers.Tom Sepez
2015-04-06Merge to XFA: Fix a fatal error due to cloning a global document objectJUN FANG
2015-03-02Fix a compiling error in fxjs_v8.hJUN FANG
2015-03-02Merge to XFA: Kill off JS_ErrorString type.Tom Sepez
2015-03-02Merge to XFA: Return error information from pdfium to JS.Tom Sepez
2015-02-27Merge to XFA: Remove unused IDS_ constants from pdfium.Tom Sepez
2015-02-25Merge to XFA: Kill off unused IFXJS interface methods.Tom Sepez
2015-02-24Merge to XFA: Kill multi-byte comments in fxet_list.hTom Sepez
2015-02-23Merge to XFA: Replace second set of #defines with templates in JS_Define.hTom Sepez
2015-02-19Merge to XFA: Replace ugly JS_Define macros with templates.Tom Sepez
2015-02-17Keep the declaration of FPDF_HasXFAField consistent with other XFA APIsJun Fang
2015-02-17Merge to XFA: Tidy up JS_Defines.hTom Sepez
2015-02-17Set the view pointer as NULL after its xfa doc is releasedJun Fang
2015-02-10Merge https://codereview.chromium.org/897973002/ and https://codereview.chrom...John Abd-El-Malek
2015-02-05Kill off some dodgy JS callbacksTom Sepez
2015-01-28Cover fpdftext.h API with embeddertests.Tom Sepez
2015-01-21Merge to XFA: Use signed long for FPDF_GetNamedDest buffer length.Bo Xu
2015-01-15XFA: merge patch from CL 834703002, add APIs for getting bookmarks and named ...Bo Xu
2015-01-09merge to XFA: Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-08XFA: merge patch from CL 792953005, fix most warningsBruce Dawson
2015-01-05Fix XFA specific use of m_sTimeMap. This fixes a build break.Bruce Dawson
2015-01-05XFA: merge patch from CL 831903002, m_sTimeMap fixesBruce Dawson
2015-01-05XFA: merge patch from CL 729293003, use FX_ArraySize for safetyBruce Dawson
2014-12-23XFA: merge patch from CL 733693003, getting rid of more castsBruce Dawson
2014-12-19XFA: merge patch from CL 441988Bruce Dawson
2014-12-15XFA: merge patch from issue 801913002 and 804463003John Abd-El-Malek
2014-11-17Merge to XFA: patch from CL 730993002Bo Xu
2014-11-16Merge to XFA: patch from CL 700373006 and 727243002Bo Xu
2014-11-06Change version of FPDF_FORMFILLINFO to 2; Add #define PDF_USE_XFABo Xu
2014-11-06Merge to XFA: patch from issue 692533005Tom Sepez
2014-11-03Lock page in LoadFXAnnot to prevent unintended page closingunknown