Age | Commit message (Expand) | Author |
2015-10-05 | Merge to XFA: Added a fallback Win32 font information class for win32k lockdown. | Tom Sepez |
2015-10-03 | Merge to XFA: Fix NULL pointer dereference in CPDF_InterForm. | Lei Zhang |
2015-10-02 | Merge to XFA: Get rid of gotos in CPDF_SyntaxParser and FlateUncompress(). | Lei Zhang |
2015-10-02 | Merge to XFA: Turn a couple functions that always return true to return void. | Lei Zhang |
2015-10-02 | Merge to XFA: Prevent divide by zeros in CJBig2_GSIDProc::decode_MMR(). | Lei Zhang |
2015-10-02 | Merge to XFA: Fix a leak in PDF_DataDecode() on failure. | Lei Zhang |
2015-10-02 | Merge to XFA: Fix PNG decoding divide by zero error due to zero row count. | Lei Zhang |
2015-10-02 | XFA: Remove tests for new in fxge and fpdfsdk. | Lei Zhang |
2015-10-01 | XFA: remove new tests from fpdftext | Lei Zhang |
2015-10-01 | XFA: Remove checks in fxcrt now that new can't return 0. | Lei Zhang |
2015-10-01 | Merge to XFA: Disable JBIG2 cache; prevent data corruption | Lei Zhang |
2015-10-01 | XFA: Remove tests for failures after new statements. | Lei Zhang |
2015-10-01 | Merge to XFA: Clean up some image decoder classes: | Lei Zhang |
2015-10-01 | Merge to XFA: Cleanup JBig2_ArithIntDecoder. | Lei Zhang |
2015-09-29 | Merge to XFA: Cleanup CJBig2_ArithDecoder. | Lei Zhang |
2015-09-29 | Merge to XFA: Fix blank page issue caused by too strict correction on bpc | Jun Fang |
2015-09-28 | Merge to XFA: Cleanup some fx_codec_fax.cpp code. | Lei Zhang |
2015-09-25 | Merge to XFA: Fix the issue that pdfium swallows 'fi' or 'ff' in some pdf files | Lei Zhang |
2015-09-24 | Merge to XFA: Fix a leak in CJBig2_Context. | Lei Zhang |
2015-09-24 | Merge to XFA: Split up JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-23 | Merge to XFA: Fix a leak in CJBig2_CachePair. | Lei Zhang |
2015-09-23 | Merge to XFA: Allow external font-path configuration from pdfium_test. | Lei Zhang |
2015-09-22 | Merge to XFA: Change nonstd::unique_ptr to take a custom deleter. | Lei Zhang |
2015-09-22 | Merge to XFA: Add missing 'return' keyword. | Lei Zhang |
2015-09-17 | Merge to XFA: Fix a #include in fpdf_page_func.cpp. | Lei Zhang |
2015-09-17 | Merge to XFA: Add a missing #include that's needed for call to FXSYS_tolower. | Lei Zhang |
2015-09-17 | Merge to XFA: Convert some unneeded gotos into returns. | Lei Zhang |
2015-09-17 | Merge to XFA: Implement FPDFAction_GetFilePath(). | Lei Zhang |
2015-09-15 | Merge to XFA: Cleanup JBig2_GeneralDecoder.cpp. | Lei Zhang |
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 |