Age | Commit message (Expand) | Author |
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-17 | js_global_data and global_alternate violate naming rules. | Tom Sepez |
2015-08-16 | Suppress -Wswitch for pdfium's fxge target for now.chromium/2487chromium/2486 | Nico Weber |
2015-08-16 | Fix -Wunused-function warnings on Windows. | Nico Weber |
2015-08-14 | Fix a incorrectly placed comment from 0f6b51c | Lei Zhang |
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 | Tidy up JS_Object.h and JS_Object.cpp. | Tom Sepez |
2015-08-13 | Kill JS_TIMER_MAPARRAY | Tom Sepez |
2015-08-13 | Cleanup: Remove unused CPDF_Stream::Clone(). | Lei Zhang |
2015-08-13 | Make standalone PDFium DEPS pull clang-format. | Tom Sepez |
2015-08-13 | Remove if checks after new. | Lei Zhang |
2015-08-13 | Suppress -Wunused-function for pdfium's third-party libraries. | Nico Weber |
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-11 | Fix a small leak in CPDF_DataAvail::CheckTrailer(). | Lei Zhang |
2015-08-11 | Fix some sign comparison warnings. | Lei Zhang |
2015-08-11 | Remove dead code from CPDF_Metadata. Add missing nullptr check. | Lei Zhang |
2015-08-10 | Cleanup: Mark methods with the override keyword.chromium/2483chromium/2482chromium/2481chromium/2480chromium/2479 | Lei Zhang |
2015-08-07 | Really Really fix tests broken at 9778206. | Tom Sepez |
2015-08-07 | Really fix tests broken at 9778206. | Tom Sepez |
2015-08-07 | Fix win unit tests broken at 9778206. | Tom Sepez |
2015-08-07 | Fix FXSYS_itoa() implementation. | Tom Sepez |
2015-08-07 | Convert all files on the master branch to unix line endings. | Nico Weber |
2015-08-06 | clang-format all pdfium code, again. | Nico Weber |
2015-08-06 | Add CFX_FontFaceInfo constructor.chromium/2478chromium/2477chromium/2476chromium/2475 | Tom Sepez |
2015-08-05 | Early object closing in PDF via premature 'endobj' keyword | JUN FANG |
2015-08-05 | Remove the unused IFX_StreamRead::SetRange() mechanism. | Tom Sepez |
2015-08-05 | CPDF_Parser shouldnt be in the business of opening files | Tom Sepez |
2015-08-05 | FPDF_Creator can only create file through embedder-supplied callback. | Tom Sepez |
2015-08-05 | Don't dispose the isolate if its provided by the embedderchromium/2474 | Jochen Eisinger |
2015-08-04 | Add a license header for testing/tools/make_expected.sh. | Lei Zhang |
2015-08-04 | Remove stringify macro (#) from JS_STATIC_CONST_ENTRY_*. | Tom Sepez |
2015-08-04 | Add a .clang-format config file. | Nico Weber |
2015-08-04 | Quick fix in Consts.cpp to make tests pass after the clang-format CL. | Lei Zhang |