summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfxfa
AgeCommit message (Expand)Author
2017-08-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-26Allow CFX_RTemplate to work with CFX_FloatRectDan Sinclair
2017-07-24Remove unused m_iRef in CPDFXFA_PageTom Sepez
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-22Use less opaque types in CPDFSDK_FormFillEnvironment.Lei Zhang
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-05-18Break linkage from CPDFXA_DocEnvironment to IJS_EventContext.Tom Sepez
2017-05-17CFX_UnownedPtr: check during assignment time as well.Tom Sepez
2017-05-16Properly ref-count CPDFXFA_PageTom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-05-02Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cppTom Sepez
2017-05-01Remove more |new|s, part 6chromium/3087Tom Sepez
2017-04-04RefCount CPDF_StreamAcc all the time.Tom Sepez
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-29Move xfa/fxbarcode fxbarcode/Dan Sinclair
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-23Cleanup DocType definesDan Sinclair
2017-03-23Remove unused invalidate flagDan Sinclair
2017-03-22Remove unused docview flagDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-22Update Invalidate to take a rectDan Sinclair
2017-02-16Rename IJS_Context to IJS_EventContext.Tom Sepez
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-01-27Use std::vector in cpdfxfa_context.hchromium/2997chromium/2996chromium/2995Tom Sepez
2017-01-03Create individual exception methods.Dan Sinclair
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2016-12-14Return unique_ptr from CXFA_FFApp::CreateDoc.tsepez
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-02Make concrete stream classes private to .cpp, part 4.tsepez
2016-11-22Rename IFWL_Timer and IFWL_TimerInfodsinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-21Split fwl/core class pt I.dsinclair
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-14Cleanup remaining IFWL files for visiblity and usage.dsinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-11-02Merge CPDFXFA_App into CPDFXFA_Document.dsinclair
2016-11-01Reland: Make the CPDFXFA_App non-globalchromium/2907dsinclair
2016-10-31Remove FWL globals.dsinclair
2016-10-26Fix some bool/int mismatches.tsepez