Age | Commit message (Expand) | Author |
2015-08-14 | Merge to XFA: Add new public APIs to find the z-order for links and widgets. | Lei Zhang |
2015-08-14 | Merge to XFA: Cleanup: Remove unused CPDF_Metadata::m_pDoc. | Lei Zhang |
2015-08-14 | Merge to XFA: CPDF_ModuleMgr::m_SecurityHandlerMap only used by dead code. | Tom Sepez |
2015-08-13 | XFA: Rewrite CFX_RenderDevice::DrawNormalText() to match the master branch. | Lei Zhang |
2015-08-13 | Merge to XFA: Cleanup: s/Torelance/Tolerance/ | Lei Zhang |
2015-08-13 | Merge to XFA: OutputText() is dead code. | Tom Sepez |
2015-08-13 | Merge to XFA: Remove if checks after new. | Lei Zhang |
2015-08-11 | Merge to XFA: Fix a small leak in CPDF_DataAvail::CheckTrailer(). | Lei Zhang |
2015-08-11 | Merge to XFA: Remove dead code from CPDF_Metadata. Add missing nullptr check. | Lei Zhang |
2015-08-10 | Merge to XFA: Cleanup: Mark methods with the override keyword. | Lei Zhang |
2015-08-06 | XFA: clang-format all pdfium code, again. | Nico Weber |
2015-08-06 | Merge to XFA: Add CFX_FontFaceInfo constructor. | Tom Sepez |
2015-08-05 | Merge to XFA: Early object closing in PDF via premature 'endobj' keyword | JUN FANG |
2015-08-05 | Mert to XFA: Remove the unused IFX_StreamRead::SetRange() mechanism. | Tom Sepez |
2015-08-05 | Kill off last uses of FX_NEW in XFA. | Tom Sepez |
2015-08-05 | Merge to XFA: CPDF_Parser shouldnt be in the business of opening files | Tom Sepez |
2015-08-05 | Merge to XFA: FPDF_Creator can only create file through callbacks. | Tom Sepez |
2015-08-04 | XFA: clang-format all pdfium code. | Nico Weber |
2015-07-31 | Merge to XFA: Kill FX_HFILE | Tom Sepez |
2015-07-31 | Merge to XFA: Name IFX_SysFontInfo subclasses consistently. | Tom Sepez |
2015-07-31 | Merge to XFA: Kill IFX_FontMapper | Tom Sepez |
2015-07-30 | Merge to XFA: Fix return check in CFX_FolderFontInfo::ScanFile() fread. | Tom Sepez |
2015-07-28 | Merge to XFA: Missing bExact -> iExact conversions | Tom Sepez |
2015-07-27 | Merge to XFA: Fix FX_BOOL compilation errors under windows | Tom Sepez |
2015-07-23 | Merge to XFA: FX_BOOL combo patch. | Tom Sepez |
2015-07-23 | Merge to XFA - else after returns. | Tom Sepez |
2015-07-22 | Merge to XFA: Remove dead code found by Scythe. | Lei Zhang |
2015-07-22 | _FETAL => _FATAL. | Tom Sepez |
2015-07-21 | Merge to XFA: Move extern fpdf_font_charset.cpp function prototypes. | Tom Sepez |
2015-07-16 | Merge to XFA: Cleanup: Do not check pointers before deleting them, part 2. | Lei Zhang |
2015-07-15 | Merge to XFA: Make ContentStreamParser members private, fix constructor | Tom Sepez |
2015-07-15 | Merge to XFA: Add a null pointer check to CPDF_CalRGB::v_Load(). | Lei Zhang |
2015-07-14 | Merge to XFA: Move extern cmap declarations from .cpp files. | Tom Sepez |
2015-07-14 | Merge to XFA: Move FPDFAPI_FlateInit() prototype and friends to .h file | Tom Sepez |
2015-07-14 | Merge to XFA: Tighten up DEPS include rules. | Tom Sepez |
2015-07-13 | Merge to XFA: Fix a crashier due to incorrect type conversion | JUN FANG |
2015-07-04 | Cherry-pick to XFA: Remove a superfluous qualifier. No behavior change. | Nico Weber |
2015-07-02 | Cherry-pick to XFA: Add parentheses around && within ||. | Nico Weber |
2015-07-01 | Merge to XFA: "Redo range check in CPDF_SampledFunc::v_Call()."" | Tom Sepez |
2015-07-01 | Cherry-pick to XFA: Fix a clang warning about a dangling else. | Tom Sepez |
2015-07-01 | Cherry-pick to XFA: Fix some clang warnings with -Wmissing-braces in pdfium. | Nico Weber |
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-19 | Merge to XFA: Cleanup: Remove dead CPDF_InlineImages code. | Lei Zhang |
2015-06-19 | Merge to XFA: Small cleanup of CPDF_TextObject and other CPDF_PageObject subc... | Lei Zhang |
2015-06-19 | Merge to XFA: Make CPDF_PageModuleDef and CPDF_RenderModuleDef pure virtual. | Lei Zhang |
2015-06-19 | Merge to XFA: Do some IWYU cleanups. | Lei Zhang |
2015-06-19 | Merge to XFA: Fix -Winconsistent-missing-override warnings. | Lei Zhang |
2015-06-19 | Fix -Wnon-virtual-dtor warnings on the XFA branch. | Lei Zhang |
2015-06-19 | Merge to XF: Disintermediation. | Tom Sepez |