Age | Commit message (Expand) | Author |
2015-12-24 | Merge to XFA: Fix a bad virtual keyword removal from commit 0f6b51c. | Lei Zhang |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-22 | Merge to XFA: Cleanup: Remove some dead code in CPWL_Note. | 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 | XFA: More underlying types | 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-23 | Merge to XFA: Add constant CPDFSDK_InterForm::kNumFieldTypes | Tom Sepez |
2015-11-23 | Merge to XFA: Replace |CPWL_ComboBox::operator CPWL_Edit()|. | Tom Sepez |
2015-11-20 | Mising JS refactoring in XFA. | Tom Sepez |
2015-11-19 | Merge to XFA: Add more overrides. | Lei Zhang |
2015-11-12 | Merge to XFA: Remove relative includes. | Lei Zhang |
2015-11-10 | Merge to XFA: Keep "static" objects per-context rather than per isolate. | Tom Sepez |
2015-11-10 | Segv when PDF-side JS object property getter invoked from XFA. | Tom Sepez |
2015-11-10 | Merge to XFA: Remove CFX_PtrArray usage in fpdfsdk. | Lei Zhang |
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-06 | Merge to XFA: Remove FXJS_GetRuntime | Tom Sepez |
2015-11-04 | Merge to XFA: Cleanup after syncing CPDFSDK_BAAnnot | Dan Sinclair |
2015-11-02 | XFA: Simplify CPDFSDK_PageView::PageView_OnDraw(). | Lei Zhang |
2015-11-02 | Fix XFA compilation noise, part 1. | Tom Sepez |
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-22 | Merge to XFA: Remove unused CPDFSDK_InterForm::DoFDFBuffer. | Dan Sinclair |
2015-10-21 | XFA: add CPDFDocumentToFPDFDocument() | Tom Sepez |
2015-10-21 | Merge to XFA: Remove FFL_Utils as it is unused. | Dan Sinclair |
2015-10-20 | Merge to XFA: Cosmetic changes in fsdk_define.h | Tom Sepez |
2015-10-19 | Merge to XFA: Remove unused CFFL_Notify. | Lei Zhang |
2015-10-19 | Merge to XFA: Remove dead code that was reactivated when fixing overrides. | Lei Zhang |
2015-10-16 | Merge to XFA: Introduce CPDFPageFromFPFDPage() | Tom Sepez |
2015-10-15 | Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). | 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-13 | Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. | Tom Sepez |
2015-10-13 | Merge to XFA: Allow compiling PDFium without V8. | Tom Sepez |
2015-10-08 | Merge to XFA: Only call DefineJSObjects() once for the global V8 isolate. | Lei Zhang |
2015-10-08 | Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. | Tom Sepez |
2015-10-07 | Merge to XFA: Remove unused global argument from FXJS_CONSTRUCTOR. | Tom Sepez |
2015-10-07 | Merge to XFA: Pass v8::Isolate to PDFium at init time. | Tom Sepez |
2015-10-06 | Merge to XFA: Store object definition ID in each js_class. | Tom Sepez |
2015-10-06 | Merge to XFA: Make the vast majority of JS headers private to src/javascript. | Tom Sepez |
2015-10-05 | Merge to XFA: Remove pointless CPDFSDK_PageView usage in CJS_Object / CJS_Emb... | Lei Zhang |