Age | Commit message (Expand) | Author |
2015-09-18 | Fix a #include in fpdf_page_func.cpp. | David Lattimore |
2015-09-15 | Implement FPDFAction_GetFilePath(). | Lei Zhang |
2015-09-15 | Cleanup JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-15 | Cleanup: Fix a typo. s/Processive/Processing/ | Lei Zhang |
2015-09-15 | Add a missing #include that's needed for call to FXSYS_tolower. | David Lattimore |
2015-09-11 | Convert some unneeded gotos into returns. | Lei Zhang |
2015-09-11 | Cleanup casting of FX_Alloc() return values. | Lei Zhang |
2015-09-10 | Guard against null image data in CJBig2_GRRDProc.chromium/2509chromium/2508 | Lei Zhang |
2015-09-10 | Remove CJBig2_Object, CJBig2_Module, and friends. | Lei Zhang |
2015-09-08 | Remove unneeded checks for CPDF_Object::GetDict() return values. | Lei Zhang |
2015-09-04 | Fix typos, nits and remove dead code in fpdf_text_int.cpp. | Lei Zhang |
2015-09-03 | Remove CJBig2_Module::JBig2_Error and friends. | Lei Zhang |
2015-09-03 | Make a bunch of JBig2 classes independent of CJBig2_Object. | Lei Zhang |
2015-09-03 | Turn a failing assert into an actual check.chromium/2506chromium/2505chromium/2504chromium/2503chromium/2502chromium/2501 | Lei Zhang |
2015-09-02 | Remove dead JBig2 code. | Lei Zhang |
2015-09-02 | Reapply Foxit's libopenjpeg modifications. | Lei Zhang |
2015-09-01 | Cleanup dead code in CPDF_DIBSource::LoadJpxBitmap() and friends. | Lei Zhang |
2015-08-31 | Fix two issues shown by bug 489995 | Tom Sepez |
2015-08-30 | Fix infinite loop for objects that reference themselves. | Lei Zhang |
2015-08-28 | Replace signed char with int8_t. Fix Linux ARM build after r7830e9e. | Lei Zhang |
2015-08-20 | Fix some -Wmaybe-uninitialized errors. | Lei Zhang |
2015-08-20 | Remove a bunch of dead JBIG2 code. | Lei Zhang |
2015-08-19 | Extern in .cpp file is a code smell, part 2. | Tom Sepez |
2015-08-19 | Extern in .cpp files is a code smell. | Tom Sepez |
2015-08-18 | Fix mac build after commit e1ce94e.chromium/2497chromium/2496chromium/2495chromium/2494chromium/2493chromium/2492chromium/2491chromium/2489chromium/2488 | Lei Zhang |
2015-08-18 | Cleanup CFX_Font a bit. | Lei Zhang |
2015-08-18 | Remove unused code warnings found by clang. | Lei Zhang |
2015-08-18 | FX_CMapDwordToDword considered harmful. | Tom Sepez |
2015-08-18 | Remove more dead code from fx_basic.h | Tom Sepez |
2015-08-17 | Clean up IFX_BidiChar | Lei Zhang |
2015-08-17 | Fix fix fix fix of breakage on mac. | Tom Sepez |
2015-08-17 | Fix fix fix of mac build breakage at 9cf44c2e | Tom Sepez |
2015-08-17 | Fix fix of mac build breakage at 2a2a6aa | Tom Sepez |
2015-08-17 | Fix mac build breakage at ce4ffb8. | Tom Sepez |
2015-08-17 | CFX_MapByteStringToPtr considered harmful. | Tom Sepez |
2015-08-17 | Cleanup CFX_UnicodeEncoding and remove IFX_FontEncoding. | Lei Zhang |
2015-08-17 | Fix more sign comparison errors. | Lei Zhang |
2015-08-16 | Fix -Wunused-function warnings on Windows. | Nico Weber |
2015-08-14 | Clean: Fix some unneeded semi-colons and bad spacing. | Lei Zhang |
2015-08-14 | Add new public APIs to find the z-order for links and widgets.chromium/2485chromium/2484 | Lei Zhang |
2015-08-14 | Don't bother checking pointers before delete[] and FX_Free(). | Lei Zhang |
2015-08-14 | Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-14 | Use override in more classes in core/ | Lei Zhang |
2015-08-14 | Cleanup: Remove unused CPDF_Metadata::m_pDoc. | Lei Zhang |
2015-08-14 | CPDF_ModuleMgr::m_SecurityHandlerMap only used by dead code. | Tom Sepez |
2015-08-13 | Fix build after commit 22ece1a. Too many if's. | Lei Zhang |
2015-08-13 | Remove last uses of FOXIT_CHROME_BUILD. | Lei Zhang |
2015-08-13 | Cleanup: s/Torelance/Tolerance/ | Lei Zhang |
2015-08-13 | OutputText() is dead code. | Tom Sepez |
2015-08-13 | Cleanup: Remove unused CPDF_Stream::Clone(). | Lei Zhang |