Age | Commit message (Expand) | Author |
2015-11-02 | Support linearized loading | Jun Fang |
2015-10-30 | Remove external jpeg provider interface. | Tom Sepez |
2015-10-30 | chromium_code: Surrender in the gyp build for now. | Nico Weber |
2015-10-30 | More chromium_code whack-a-mole. | Nico Weber |
2015-10-30 | chromium_code tweaks for Windows and Linux/gyp. | Nico Weber |
2015-10-30 | Turn on chromium_code (except -Wsign-compare, for now) for pdfium | Nico Weber |
2015-10-30 | linux: Remove unneeded -L flags from static library targets. | Nico Weber |
2015-10-29 | Revert "Cleanup some numeric code." | dan sinclair |
2015-10-29 | Cleanup some numeric code. | Dan Sinclair |
2015-10-27 | Type check the m_pShadingObj before assuming it's a stream. | Dan Sinclair |
2015-10-26 | Delete unused fpdfsdkdll.rc and resource.h. | Lei Zhang |
2015-10-26 | Revert "Make m_pShadingObj a CPDF_Stream instead of CPDF_Object." | Dan Sinclair |
2015-10-26 | Make m_pShadingObj a CPDF_Stream instead of CPDF_Object. | Dan Sinclair |
2015-10-21 | Remove FFL_Utils as it is unused. | Dan Sinclair |
2015-10-19 | Remove unused CFFL_Notify. | Lei Zhang |
2015-10-19 | Consolidate test support code. | Tom Sepez |
2015-10-09 | Allow compiling PDFium without V8. | Tom Sepez |
2015-10-07 | Stop inlining CJBig2_BitStream. | Lei Zhang |
2015-10-06 | Make the vast majority of JS headers private to src/javascript. | Tom Sepez |
2015-10-05 | Remove JavaScript.h | Tom Sepez |
2015-09-24 | Split up JBig2_GeneralDecoder.cpp. | Lei Zhang |
2015-09-22 | Add nonstd::unique_ptr move assigment operator. | Tom Sepez |
2015-09-16 | Make pdfium_embeddertests link in debug component builds.chromium/2516chromium/2515chromium/2514chromium/2513chromium/2512chromium/2511 | Nico Weber |
2015-09-15 | Refactor fxjs_v8 and add embeddertests for it. | Tom Sepez |
2015-09-10 | Remove CJBig2_Object, CJBig2_Module, and friends. | Lei Zhang |
2015-08-19 | Extern in .cpp files is a code smell. | Tom Sepez |
2015-08-18 | Remove unused code warnings found by clang. | Lei Zhang |
2015-08-17 | Clean up IFX_BidiChar | Lei Zhang |
2015-08-16 | Suppress -Wswitch for pdfium's fxge target for now.chromium/2487chromium/2486 | Nico Weber |
2015-08-13 | Cleanup: Remove unused CPDF_Stream::Clone(). | Lei Zhang |
2015-08-07 | Fix FXSYS_itoa() implementation. | Tom Sepez |
2015-07-30 | Use bundled freetype for the pdfium_test binary. | Tom Sepez |
2015-07-14 | Move FPDFAPI_FlateInit() prototype and friends to .h file | Tom Sepez |
2015-06-19 | Disintermediation. | Tom Sepez |
2015-06-19 | Move zlib to third_party/ | Tom Sepez |
2015-06-18 | Move libopenjpeg to third_party/ | Tom Sepez |
2015-06-17 | Revert "Move libopenjpeg to third_party/" | Tom Sepez |
2015-06-17 | Move libopenjpeg to third_party/ | Tom Sepez |
2015-06-17 | Move libjpeg to third_party/ | Tom Sepez |
2015-06-17 | Move lcms2 into third_party | Tom Sepez |
2015-06-16 | Separate agg-authored code from fx-authored code.chromium/2439chromium/2438chromium/2437chromium/2436chromium/2435 | Tom Sepez |
2015-06-04 | Move fx_safe_types.h to include/ directory. | Tom Sepez |
2015-06-02 | Automated test case for 487928. | Tom Sepez |
2015-05-15 | Abort on OOM by default in FX_Alloc(). | Tom Sepez |
2015-05-12 | Make (and verify) public/ files compile under C. | Tom Sepez |
2015-05-11 | Create top-level public/ header directory. | Tom Sepez |
2015-05-08 | Move function prototypes to new doc_utils.h file | Tom Sepez |
2015-04-10 | Don't call FPDF_InitLibrary() in individual unit_tests. | Tom Sepez |
2015-04-07 | Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. | Tom Sepez |
2015-04-03 | Add embedder test comparing with the last patch. | JUN FANG |