Age | Commit message (Expand) | Author |
2018-02-01 | Rename some CJS / IJS names for clarity. | Tom Sepez |
2018-01-12 | Use enum for tracking form field types | Ryan Harrison |
2017-10-30 | Move fpdfsdk/javascript to fxjs/ | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang |
2017-08-01 | Remove support for negative params to ReleaseBuffer() | Ryan Harrison |
2017-07-22 | Simplify code in CPDFSDK_FormFillEnvironment.chromium/3165 | Lei Zhang |
2017-07-19 | Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162 | Jane Liu |
2017-06-21 | Fix typos that meant to say handler instead of hander. | Lei Zhang |
2017-06-20 | Use early returns in more CPDFSDK_FormFillEnvironment code. | Lei Zhang |
2017-06-19 | Mark more CPDFSDK_FormFillEnvironment methods as const. | Lei Zhang |
2017-05-22 | Use less opaque types in CPDFSDK_FormFillEnvironment. | Lei Zhang |
2017-05-18 | Use Unowned/Observed pointers between doc and FF onwership hierarchies. | Tom Sepez |
2017-05-16 | Be skeptical of bare |new|s. | Tom Sepez |
2017-05-02 | Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp | Tom Sepez |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-14 | Replace FX_CHAR and FX_WCHAR with underlying types. | Dan Sinclair |
2017-02-22 | Convert OutputSelectedRect to take a rect | Dan Sinclair |
2017-02-22 | Update Invalidate to take a rect | Dan Sinclair |
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-08 | Fix CPDFSDK_FormFillEnvironment destruction order | tsepez |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-11-02 | Merge CPDFXFA_App into CPDFXFA_Document. | dsinclair |
2016-11-01 | Reland: Make the CPDFXFA_App non-globalchromium/2907 | dsinclair |
2016-10-28 | Fix one more FX_BOOL / int issue in fpdfsdkchromium/2905chromium/2904 | tsepez |
2016-10-28 | Continue fixing FX_BOOL / int noise | 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-12 | Cleanup nits from merge CLchromium/2889 | dsinclair |
2016-10-12 | Cleanup env variable names | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Fixup formfiller cleanup | dsinclair |
2016-10-05 | Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment | dsinclair |