Age | Commit message (Expand) | Author |
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 | Change nonstd::unique_ptr to take a custom deleter. | Lei Zhang |
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-31 | Move configs out of targets in GN build files.chromium/2500chromium/2499chromium/2498 | Brett Wilson |
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-20 | Turn on warnings for usage of disabled V8 APIs | Jochen Eisinger |
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-05-01 | Adjust the visibility of the standalone targets in the GN build. | Dirk Pranke |
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 |
2015-03-19 | Fix subtle issues in opj_skip_from_memory and add unit tests. | Tom Sepez |
2015-03-06 | Fix the pdfium component build. | Brett Wilson |
2015-02-27 | Remove unused IDS_ constants from pdfium. | Tom Sepez |
2015-02-27 | Pull in gmock for standalone pdfium builds. | Tom Sepez |
2015-02-24 | Add small flate decode unit test. | Tom Sepez |
2015-02-20 | Update GN build files w/ cpu_arch -> current_cpu changes. | Dirk Pranke |
2015-02-05 | Fix GN build, fpdf_font_utility.cpp no longer present. | Tom Sepez |
2015-02-05 | Add namespace and-re-arrange PDFium's local copy of chromium /base. | Tom Sepez |
2015-02-04 | Update GN files from previous commit as well.chromium/2301chromium/2300chromium/2299chromium/2298chromium/2297chromium/2296 | John Abd-El-Malek |
2015-02-04 | Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-02-03 | Remove OpenJPEG header generator binary from PDFium build.chromium/2295 | John Abd-El-Malek |
2015-02-01 | Fix GN PDFium build when building all.chromium/2294chromium/2293 | John Abd-El-Malek |
2015-02-01 | Always use the FreeType headers included in PDFium. | John Abd-El-Malek |