Age | Commit message (Expand) | Author |
2015-09-15 | Merge to XFA: Cleanup: Fix a typo. s/Processive/Processing/ | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-09-10 | Merge to XFA: Guard against null image data in CJBig2_GRRDProc. | Lei Zhang |
2015-09-10 | Merge to XFA: Remove CJBig2_Object, CJBig2_Module, and friends. | Lei Zhang |
2015-09-10 | Merge to XFA: Remove CJBig2_Module::JBig2_Error and friends. | Lei Zhang |
2015-09-10 | Merge to XFA: Make a bunch of JBig2 classes independent of CJBig2_Object. | Lei Zhang |
2015-09-08 | Merge to XFA: Remove unneeded checks for CPDF_Object::GetDict() return values. | Lei Zhang |
2015-09-03 | Merge to XFA: Turn a failing assert into an actual check. | Lei Zhang |
2015-09-03 | Merge to XFA: Remove dead JBig2 code. | Lei Zhang |
2015-09-03 | Merge to XFA: Reapply Foxit's libopenjpeg modifications. | Lei Zhang |
2015-09-03 | Merge to XFA: Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends. | Lei Zhang |
2015-08-31 | Merge to XFA: Fix two issues shown by bug 489995 | Tom Sepez |
2015-08-30 | Merge to XFA: Fix infinite loop for objects that reference themselves. | Lei Zhang |
2015-08-28 | Merge to XFA: Replace signed char with int8_t. Fix Linux ARM build after r783... | Lei Zhang |
2015-08-20 | Merge to XFA: Remove a bunch of dead JBIG2 code. | Lei Zhang |
2015-08-20 | Merge to XFA: Remove unused code warnings found by clang. | Lei Zhang |
2015-08-20 | Merge to XFA: Fix some -Wmaybe-uninitialized errors. | Lei Zhang |
2015-08-19 | Merge to XFA: Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Merge to XFA: Extern in .cpp files is a code smell, part 1. | Tom Sepez |
2015-08-19 | Merge to XFA: Remove more dead code from fx_basic.h | Tom Sepez |
2015-08-19 | Merge to XFA: FX_CMapDwordToDword considered harmful. | Tom Sepez |
2015-08-19 | Merge to XFA: CFX_MapByteStringToPtr considered harmful (combo patch). | Tom Sepez |
2015-08-17 | Merge to XFA: Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding. | Lei Zhang |
2015-08-17 | Merge to XFA: Fix more sign comparison errors. | Lei Zhang |
2015-08-14 | Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing. | Lei Zhang |
2015-08-14 | Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Merge to XFA: Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-14 | Merge to XFA: Use override in more classes in core/ | Lei Zhang |
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 |