Age | Commit message (Expand) | Author |
2015-10-20 | Revert "Add type cast definitions for CPDF_Dictionary." | Dan Sinclair |
2015-10-20 | Add type cast definitions for CPDF_Dictionary. | Dan Sinclair |
2015-10-19 | Fix some override warnings in fpdfview.cpp. | Lei Zhang |
2015-10-19 | Sanity check the values of TRUE and FALSE. | Lei Zhang |
2015-10-15 | Introduce CPDFPageFromFPFDPage() | Tom Sepez |
2015-10-15 | Fix layering violation in CPDF_Document::FromFPDFDocument(). | Tom Sepez |
2015-10-14 | Introduce CPDF_Document::FromFPDFDocument(). | Tom Sepez |
2015-10-14 | Next round of master changes to match XFA | Tom Sepez |
2015-10-13 | Changes to master to more closely match XFA. | Tom Sepez |
2015-10-09 | Allow compiling PDFium without V8. | Tom Sepez |
2015-10-02 | Pass v8::Isolate to PDFium at init time. | Tom Sepez |
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-14 | Use override in more classes in fpdfsdk/ | Lei Zhang |
2015-08-13 | Allow external font-path configuration from pdfium_test. | Tom Sepez |
2015-08-13 | Revert "Allow external font-path configuration from pdfium_test." | Tom Sepez |
2015-08-13 | Allow external font-path configuration from pdfium_test. | Tom Sepez |
2015-08-06 | clang-format all pdfium code, again. | Nico Weber |
2015-08-05 | CPDF_Parser shouldnt be in the business of opening files | Tom Sepez |
2015-08-04 | clang-format all pdfium code. | Nico Weber |
2015-07-27 | Revert "FX Bool considered harmful, part 3" | Tom Sepez |
2015-07-27 | FX Bool considered harmful, part 3 | Tom Sepez |
2015-07-23 | Revert "FX_BOOL considered harmful, part 2." | Tom Sepez |
2015-07-23 | FX_BOOL considered harmful, part 2. | Tom Sepez |
2015-07-17 | Refactor progressive renderer class.chromium/2467chromium/2466chromium/2465chromium/2464chromium/2463chromium/2462chromium/2461 | Tom Sepez |
2015-07-15 | Kill Func_Renderpage global function pointer, it never changes. | Tom Sepez |
2015-06-19 | Cleanup: Do not check pointers before deleting them. | Lei Zhang |
2015-06-17 | Replace some Release() calls with virtual destructors. | Tom Sepez |
2015-06-15 | Do some IWYU cleanups. | Lei Zhang |
2015-06-11 | Remove trailing whitespaces in fpdfsdk. | Lei Zhang |
2015-06-10 | Remove typdefs for pointer types in fx_system.h. | Tom Sepez |
2015-06-09 | Use stdint.h types throughout PDFium. | Tom Sepez |
2015-06-08 | Remove more cruft from fx_system.h | Tom Sepez |
2015-06-05 | Fix bad include path in fpdfview.cpp | Tom Sepez |
2015-06-04 | Move fx_safe_types.h to include/ directory. | 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 | Better error from pdfium_test when page too big to render. | Tom Sepez |
2015-05-05 | Expose additional flags for rasterization. | Scott Byer |
2015-04-17 | Replace FX_NEW with new, remove tests from fpdfsdk | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-03-10 | Kill remaining sprintfs | Tom Sepez |
2015-02-05 | Add namespace and-re-arrange PDFium's local copy of chromium /base. | Tom Sepez |
2015-02-04 | Prevent base::CheckedNumeric from leaking outside of pdfium. | Tom Sepez |
2015-01-21 | Add tests for GetNamedDests() API. | Tom Sepez |
2015-01-21 | Use signed long for FPDF_GetNamedDest buffer length. | Bo Xu |
2015-01-21 | Simplify UTF16LE_Encode and add unittest. | Bo Xu |
2015-01-10 | Add APIs for getting bookmarks and named destinations. | Bo Xu |
2015-01-05 | In windows printing, convert src bitmap to dest bitmap using CompositeBitmap. | Bo Xu |
2014-12-12 | Simplify PDFium by removing code that's not used in the open source repo. | John Abd-El-Malek |