Age | Commit message (Expand) | Author |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-03-30 | Add some calls to MakeUnique | Dan Sinclair |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
2017-03-13 | Make most PDFium code pass Clang plugin's auto raw check. | Lei Zhang |
2017-02-22 | Update Invalidate to take a rect | Dan Sinclair |
2017-02-16 | Rename IJS_Context to IJS_EventContext. | Tom Sepez |
2017-01-24 | Fix CPDF_InterForm::CheckRequiredFields and its callers. | Nicolas Pena |
2017-01-11 | Annotation deleted while retrieving it in JS | tsepez |
2016-11-28 | Make FDF document creation return unique_ptrs | tsepez |
2016-11-04 | Revert: Only create widgets if really needed | dsinclair |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-11-02 | Rename CPDFXFA_Document to CPDFXFA_Context | dsinclair |
2016-10-12 | Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Convert IJS_Runtime to CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-11 | Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment | dsinclair |
2016-10-05 | Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment | dsinclair |
2016-10-04 | Rename fpdfsdk/fpdfxfa files to match contentschromium/2881 | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |
2016-10-04 | Move core/fpdfapi/fpdf_page to core/fpdfapi/page | dsinclair |
2016-09-29 | Move xfa/fxfa/include to xfa/fxfa | dsinclair |
2016-09-29 | Move fpdfsdk/include to fpdfsdk | dsinclair |
2016-09-29 | Move fpdfsdk/fxedit/include to fpdfsdk/fxedit | dsinclair |
2016-09-29 | Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser | dsinclair |
2016-09-29 | Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page | dsinclair |
2016-09-28 | Remove dead code from CPDF_InterForm. | thestig |
2016-09-21 | Make the I in IFormFiller explicit | dsinclair |
2016-09-15 | Rename dictionary set and get methods | dsinclair |
2016-09-14 | Remove FFI_ from CPDFSDK_Environment method names | dsinclair |
2016-09-14 | Rename CPDFDoc_Environment to CPDFSDK_Environment | dsinclair |
2016-09-13 | Split fsdk_mgr files apart. | dsinclair |
2016-09-08 | Pass CFX_WideString further down widget callers | tsepez |
2016-09-07 | Fix spelling of "Formated" in several variableschromium/2854 | tsepez |
2016-08-31 | Use enum class for subtypes of CPDF_Annot. | jaepark |
2016-08-26 | Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. | jaepark |
2016-08-17 | Split fpdfsdk/fsdk_baseform.h into individual classes. | jaepark |