Age | Commit message (Expand) | Author |
2014-10-30 | For v8 Global Object, do not copy in CJS_Value constructor. | Tom Sepez |
2014-09-24 | Lock page in LoadFXAnnot to prevent unintended page closing | Bo Xu |
2014-09-22 | Invoke V8::Initialize() explicitly during V8 setupchromium/2168chromium/2167 | Jochen Eisinger |
2014-09-19 | Add FPDF_GetSecurityHandlerRevision | Bo Xu |
2014-09-08 | The cause of this issue is that there is an indirect object like '112 0 R' bu... | Jun Fang |
2014-08-22 | Fix confusion between length in bytes and length in characters in app::respon... | Tom Sepez |
2014-08-18 | Fix a double-free issue in CFX_PathData::~CFX_PathData | Jun Fang |
2014-08-18 | Check path point count overflow in DrawThisAppearance | Bo Xu |
2014-08-13 | Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. | Tom Sepez |
2014-08-13 | Remove try/catch block | Bo Xu |
2014-08-12 | Treat null Parent as no Parent for dictionary objects | Bo Xu |
2014-08-07 | Change '>=' back to '>' in extension.h due to bad fixchromium/2122chromium/2121chromium/2120chromium/2119chromium/2118 | Jun Fang |
2014-08-06 | Clean up meaningless branch on commented-out code. | Chris Palmer |
2014-08-04 | Remove unused |m_pEvi| field. | Chris Palmer |
2014-08-02 | Fix buffer size boundary check offset by 1chromium/2117chromium/2116chromium/2115chromium/2114chromium/2113 | Bo Xu |
2014-07-31 | Fix a few more -Wreorder warnings. | Nico Weber |
2014-07-31 | Remove CPDFSDK_Annot::ResetAppearance(). | Nico Weber |
2014-07-30 | Remove a few unused variables, functions, and member variables. | Nico Weber |
2014-07-30 | Fix a few -Wreorder warnings. | Nico Weber |
2014-07-30 | Add missing braces for aggregate initializers. | Nico Weber |
2014-07-30 | Attempt to fix some -Woverloaded-virtual warnings. | Nico Weber |
2014-07-30 | Fix the potential integer overflow from 'offset+size' in extension.h and fpdf... | JUN FANG |
2014-07-29 | Tidy up app::response(). | Tom Sepez |
2014-07-29 | Fix a few more warnings in chromium_code mode. | Nico Weber |
2014-07-29 | Remove a few unused variables, functions, and tables. | Nico Weber |
2014-07-23 | Fix potential memory violation in CJS_PublicMethods::StrRTrim() | Tom Sepez |
2014-07-23 | Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate(). | Tom Sepez |
2014-07-23 | Fix FPDF_RenderPage 2x zoom in when bBackgroundAlphaNeeded is true | Bo Xu |
2014-07-18 | Fix bounds checking in CJS_PublicMethods::MakeRegularDate(). | Tom Sepez |
2014-07-18 | pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. | Nico Weber |
2014-07-17 | Hook up the default v8::Platform implementation to pdfium | Jochen Eisinger |
2014-07-16 | Add a newline at the end of fpdfeditpage.cpp.chromium/2096 | Nico Weber |
2014-07-14 | Add support to extract viewer preference | Bo Xu |
2014-07-14 | Fix an out-of-boundary issue for wide string | Bo Xu |
2014-07-09 | Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition (try 2)chromium/2095chromium/2094chromium/2093chromium/2092chromium/2091chromium/2090chromium/2089chromium/2088chromium/2087chromium/2086 | Lei Zhang |
2014-07-08 | Revert commit 95c018e2d15ecc3a5bd2a9aab18638316a6d3d46 | Lei Zhang |
2014-07-08 | Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition | Lei Zhang |
2014-07-08 | Remove custom memory manager | Bo Xu |
2014-06-30 | Remove "this==NULL" and adjust corresponding callers | Bo Xu |
2014-06-26 | Import Chromium base/numerics to resolve integer overflow. | Chris Palmer |
2014-06-23 | Revert "Import Chromium base/numerics to resolve integer overflow." | John Abd-El-Malek |
2014-06-20 | Import Chromium base/numerics to resolve integer overflow. | Chris Palmer |
2014-06-12 | Add FPDFPage_SetRotation function | Bo Xu |
2014-06-12 | Enable security removal in FPDF_Doc_Save | Bo Xu |
2014-05-29 | In linux and mac, use Arial to replace Tahoma for displaying east europe char...chromium/2033chromium/2032chromium/2031chromium/2030chromium/2029chromium/2028chromium/2027chromium/2026chromium/2025chromium/2024chromium/2023 | Bo Xu |
2014-05-28 | Fix a security issue in FPDF_GetMetaText | Bo Xu |
2014-05-24 | Fix a typo with PAGEMODE_UNKNOWN. | Lei Zhang |
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek |
2014-05-20 | Add some blank lines at the end of 3 files to remove the "no newlines at end ... | John Abd-El-Malek |
2014-05-20 | Remove "using namespace v8" in header. This allows us to turn all warnings in... | John Abd-El-Malek |