Age | Commit message (Expand) | Author |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-02 | Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp | Tom Sepez |
2017-05-01 | Remove more |new|s, part 6chromium/3087 | Tom Sepez |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from math methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-29 | Move xfa/fxbarcode fxbarcode/ | Dan Sinclair |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
2017-03-23 | Cleanup DocType defines | Dan Sinclair |
2017-03-23 | Remove unused invalidate flag | Dan Sinclair |
2017-03-22 | Remove unused docview flag | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-02-23 | Convert TransformPoint calls to Transform calls | Dan Sinclair |
2017-02-22 | Update Invalidate to take a rect | Dan Sinclair |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2017-02-09 | Remove Transform in favour of TransformPoint | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-01-27 | Use std::vector in cpdfxfa_context.hchromium/2997chromium/2996chromium/2995 | Tom Sepez |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
2017-01-03 | Cleaning out params in CPDFXFA_Context | Dan Sinclair |
2016-12-14 | Return unique_ptr from CXFA_FFApp::CreateDoc. | tsepez |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-12-02 | Make concrete stream classes private to .cpp, part 4. | tsepez |
2016-11-22 | Rename IFWL_Timer and IFWL_TimerInfo | dsinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-21 | Split fwl/core class pt I. | dsinclair |
2016-11-18 | Make CPDF_Dictionary use unique pointers.chromium/2926 | tsepez |
2016-11-14 | Cleanup remaining IFWL files for visiblity and usage. | dsinclair |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-11-02 | Rename CPDFXFA_Document to CPDFXFA_Context | dsinclair |
2016-11-02 | Merge CPDFXFA_App into CPDFXFA_Document. | dsinclair |
2016-11-01 | Reland: Make the CPDFXFA_App non-globalchromium/2907 | dsinclair |
2016-10-31 | Remove FWL globals. | dsinclair |
2016-10-26 | Fix some bool/int mismatches. | tsepez |
2016-10-25 | Fix some return FALSE in functions that return pointerschromium/2901 | tsepez |
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez |
2016-10-13 | Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of ht... | dsinclair |
2016-10-13 | Reland: Make the CPDFXFA_App non-global | dsinclair |
2016-10-13 | Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://co... | dsinclair |
2016-10-13 | Make the CPDFXFA_App non-global | dsinclair |
2016-10-13 | Cleanup CPDFXFA_App methods | dsinclair |
2016-10-12 | Cleanup env variable names | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Convert IJS_Runtime to CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-06 | Fixup MSan embeddertests | Dan Sinclair |