Age | Commit message (Expand) | Author |
2016-02-02 | XFA: Fix a crashier in SetFocus() | Jun Fang |
2016-02-01 | Merge to XFA: Tidy up CPDF_DocEnvironment::JS_* methods | Tom Sepez |
2016-02-01 | Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort. | Tom Sepez |
2016-01-29 | Merge to XFA: Add tests for CBA_AnnotIterator. | Tom Sepez |
2016-01-27 | XFA: Remove dead AddDoRecord code. | Lei Zhang |
2016-01-20 | Fix crashing in CPDFXFA_Document::GetPage() | Jun Fang |
2016-01-08 | XFA: Remove relative includes outside of xfa/. | Lei Zhang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-10 | Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-11-30 | Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. | Tom Sepez |
2015-11-25 | Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ | Tom Sepez |
2015-11-25 | Fix a issue that FFI_GetCurrentPageIndex always returns -1 | Jun Fang |
2015-11-24 | XFA: more underlying type changes to match master | Tom Sepez |
2015-11-24 | XFA: add underlying document type comment | Tom Sepez |
2015-11-24 | Introduce "underlying types" to abstract XFA differences. | Tom Sepez |
2015-11-09 | Merge to XFA: Fix all relative includes to core. | Lei Zhang |
2015-11-06 | Merge to XFA: Fix all relative includes to public. | Lei Zhang |
2015-11-06 | Merge to XFA: Fix all relative includes to third_party. | Lei Zhang |
2015-11-02 | XFA: Simplify CPDFSDK_PageView::PageView_OnDraw(). | Lei Zhang |
2015-10-30 | Merge to XFA: Clean up CPDF_AnnotList. | Lei Zhang |
2015-10-30 | Merge to XFA: Convert a bunch of raw pointers in fsdk_mgr to unique_ptrs. | Oliver Chang |
2015-10-30 | Merge to XFA: Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2) | Lei Zhang |
2015-10-30 | Merge to XFA: Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructor | Oliver Chang |
2015-10-26 | Merge to XFA: Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView. | Lei Zhang |
2015-10-21 | XFA: add CPDFDocumentToFPDFDocument() | Tom Sepez |
2015-10-14 | Next round of XFA changes to match master. | Tom Sepez |
2015-10-13 | Changes to XFA to more closely match master. | Tom Sepez |
2015-10-08 | Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. | Tom Sepez |
2015-10-02 | XFA: Remove more checks for new returning NULL. | Lei Zhang |
2015-09-21 | Merge to XFA: Remove CJS_RuntimeFactory | Tom Sepez |
2015-08-14 | Merge to XFA: Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-05 | Kill off last uses of FX_NEW in XFA. | Tom Sepez |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-17 | Merge to XFA: Tidy up CPDFDOC_Environment. | Tom Sepez |
2015-06-19 | Merge to XFA: Replace some CFX_MapPtrTemplates with std::map. | Lei Zhang |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-19 | Fix -Wnon-virtual-dtor warnings on the XFA branch. | Lei Zhang |
2015-06-10 | Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. | Tom Sepez |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Remove more cruft from fx_system.h | Tom Sepez |
2015-06-02 | Replace XFA_HWIDGET with IXFA_Widget* | Tom Sepez |
2015-05-28 | Merge to XFA: Fix ALL the include guards. | Tom Sepez |
2015-05-11 | Merge to XFA: Create top-level public/ header directory. | Tom Sepez |
2015-03-02 | Merge to XFA: Kill off JS_ErrorString type. | Tom Sepez |
2015-02-05 | Kill off some dodgy JS callbacks | Tom Sepez |
2015-01-08 | XFA: merge patch from CL 792953005, fix most warnings | Bruce Dawson |
2014-11-03 | Lock page in LoadFXAnnot to prevent unintended page closing | unknown |
2014-11-03 | Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 | Bo Xu |
2014-09-24 | Lock page in LoadFXAnnot to prevent unintended page closing | Bo Xu |
2014-07-30 | Speculative fix for uninitialized value in CFX_ByteString(). | Tom Sepez |