Age | Commit message (Expand) | Author |
2016-04-21 | Replace CFX_RectArray with std::vector<CFX_FloatRect> | tsepez |
2016-04-06 | Mark FPDF_BStr_* with DLLEXPORT / STDCALL. | thestig |
2016-03-31 | Remove IXFA_* interfaces. | dsinclair |
2016-03-31 | Move the fpdfsdk/include/javascript folder | dsinclair |
2016-03-25 | Remove FX_DWORD from fpdfsdk/ and testing | tsepez |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-18 | Trigger page view event when re-layout is finished | jinming_wang |
2016-03-15 | core/include/fdpfapi cleanup Part I. | Dan Sinclair |
2016-03-14 | Move fx_crypto.h and fpdf_text.h out of core/include. | Dan Sinclair |
2016-03-09 | Cleanup some header includes. | Dan Sinclair |
2016-03-08 | Fix build at 310438fb97a2chromium/2672 | Tom Sepez |
2016-02-26 | Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Revert "Replace CPDF_Rect and CPDF_Point with CFX types." | Tom Sepez |
2016-02-26 | Replace CPDF_Rect and CPDF_Point with CFX types. | Tom Sepez |
2016-02-19 | Hook up FFI_PageEvent. | Lei Zhang |
2016-02-17 | Expand all paths to be based off pdfium/ directory | Dan Sinclair |
2016-02-17 | Banish CFX_ByteArray and CFX_WideArray to the XFA side. | Tom Sepez |
2016-02-09 | Banish CFX_WordArray to XFA-land. | Tom Sepez |
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 |