Age | Commit message (Expand) | Author |
2015-12-24 | Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. | Lei Zhang |
2015-12-22 | Merge to XFA: Add ContainsKey() and ContainsValue() and use them where approp... | Lei Zhang |
2015-12-14 | Merge to XFA: Get rid of most instance of 'foo != NULL' | Lei Zhang |
2015-12-14 | Merge to XFA: Remove FX_BSTRC. | Lei Zhang |
2015-12-10 | Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix | Tom Sepez |
2015-12-02 | Fix overlapped focus widget | Jun Fang |
2015-11-30 | Allow building non-XFA (master) on the XFA branch. | 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-24 | XFA: DYNIMIC is spelled DYNAMIC | Tom Sepez |
2015-11-24 | XFA: more underlying type changes to match master | Tom Sepez |
2015-11-24 | Introduce "underlying types" to abstract XFA differences. | Tom Sepez |
2015-11-12 | Merge to XFA: Remove relative includes. | 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: Move a unique_ptr initialisation out of the initialisation list... | Oliver Chang |
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: CPDFDoc_Environment::GetAnnotHandlerMgr() never returns nullptr. | Lei Zhang |
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: Add type cast definitions for CPDF_Array. | Dan Sinclair |
2015-10-21 | Merge to XFA: Make CFX_FontMgr member variables private. (try 2) | Lei Zhang |
2015-10-20 | [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" | Dan Sinclair |
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-12 | Allow building of XFA branch without XFA | Tom Sepez |
2015-10-08 | Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. | Tom Sepez |
2015-10-06 | Merge to XFA: Make the vast majority of JS headers private to src/javascript. | Tom Sepez |
2015-09-22 | XFA: contention between FXJSE and FXJS over isolate data slots | Tom Sepez |
2015-09-21 | Merge to XFA: Remove CJS_RuntimeFactory | Tom Sepez |
2015-09-09 | Merge to XFA:Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot. | Tom Sepez |
2015-09-01 | Merge to XFA: CPDFSDK_MediaActionHandler is unused. | Tom Sepez |
2015-08-19 | Merge to XFA: Extern in .cpp files is a code smell, part 1. | Tom Sepez |
2015-08-14 | Merge to XFA: Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-23 | Merge to XFA - else after returns. | Tom Sepez |
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: Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-18 | Replace some Release() calls with virtual destructors. | Tom Sepez |
2015-06-13 | Remove trailing whitespaces in fpdfsdk, XFA edition. | Lei Zhang |
2015-06-13 | Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ | Lei Zhang |
2015-06-10 | Merge to XFA: Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Merge to XFA: Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-05 | Merge to XFA: Cleanup: Make CPDF_Annot::m_pAnnotDict private. | Lei Zhang |
2015-06-02 | Replace XFA_HWIDGET with IXFA_Widget* | Tom Sepez |