Age | Commit message (Expand) | Author |
2018-08-01 | Fix sign mismatch in CPDFSDK_FormFillEnvironment::GetPageViewCount(). | Lei Zhang |
2018-07-26 | Be more careful casting to widget subclasses. | Tom Sepez |
2018-07-16 | Alert embedder when attempting to save XFA form | Ryan Harrison |
2018-06-21 | Clean up constant values for JS alert and beep | Ryan Harrison |
2018-06-20 | Remove duplicate method for generating alertschromium/3468 | Ryan Harrison |
2018-06-12 | Rework "Make common page base class." | Tom Sepez |
2018-06-04 | Revert "Make common page base class for XFA and non-XFA." | Tom Sepez |
2018-05-30 | Make common page base class for XFA and non-XFA. | Tom Sepez |
2018-05-25 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
2018-05-25 | Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). | Lei Zhang |
2018-05-01 | Check for NULL XFA context even when XFA | Tom Sepez |
2018-04-30 | Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document. | Tom Sepez |
2018-04-27 | Remove arguments from CPDFSDK_FormFillEnvironment methods (part 2) | Tom Sepez |
2018-04-27 | Remove argument from CPDFSDK_FormFillEnvironment::GetCurrentPage | Tom Sepez |
2018-04-24 | Fix include order for cpdfxfa_context.hchromium/3407 | Tom Sepez |
2018-04-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-04-17 | Avoid some string -> ptr -> string duplicate allocations in FF Environment | Tom Sepez |
2018-04-17 | Re-land "Return pdfium::span<char> from ByteString::GetBuffer()."" | Tom Sepez |
2018-04-16 | Revert "Return pdfium::span<char> from ByteString::GetBuffer()." | Tom Sepez |
2018-04-12 | Return pdfium::span<char> from ByteString::GetBuffer(). | Tom Sepez |
2018-04-11 | Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. | Tom Sepez |
2018-03-28 | More fpdfsdk filename cleanup | Dan Sinclair |
2018-03-21 | Rewrite CPDFXFA_DocEnvironment::GetPopupPos.chromium/3378 | Henrique Nakashima |
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 |