Age | Commit message (Expand) | Author |
2015-01-05 | XFA: merge patch from CL 729293003, use FX_ArraySize for safety | Bruce Dawson |
2015-01-05 | XFA: merge patch from CL 826633002, fix windows printing black rectangle issue | Bo Xu |
2015-01-02 | XFA: merge patch from CL 788143009, remove g_NaN var and constructor | Bruce Dawson |
2014-12-30 | XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast | Bo Xu |
2014-12-23 | XFA: merge patch from CL 733693003, getting rid of more casts | Bruce Dawson |
2014-12-19 | XFA: merge patch from CL 441988 | Bruce Dawson |
2014-12-18 | Remove spurious XFA unsupported warning on XFA branch | Tom Sepez |
2014-12-15 | XFA: merge patch from issue 801913002 and 804463003 | John Abd-El-Malek |
2014-11-24 | Mass remove dangerous and needless LPCWSTR casts. | Tom Sepez |
2014-11-17 | Merge to XFA: patch from CL 730993002 | Bo Xu |
2014-11-16 | Merge to XFA: patch from CL 700373006 and 727243002 | Bo Xu |
2014-11-14 | Merge to XFA: Patch from CL 726143002 | Bo Xu |
2014-11-14 | Merge to XFA: Patch from CL 705503004 | Bo Xu |
2014-11-07 | Correct the forminfo version check in pdfium | Bo Xu |
2014-11-06 | Change version of FPDF_FORMFILLINFO to 2; Add #define PDF_USE_XFA | Bo Xu |
2014-11-06 | Merge to XFA: patch from issue 692533005 | Tom Sepez |
2014-11-03 | Do not Initialize v8 in fpdfsdk, since this has been done in xfa | Bo Xu |
2014-11-03 | Lock page in LoadFXAnnot to prevent unintended page closing | unknown |
2014-11-03 | Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 | Bo Xu |
2014-10-30 | For v8 Global Object, do not copy in CJS_Value constructor. | Tom Sepez |
2014-10-03 | Enable C linkage in fpdfppo.h | Bo Xu |
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-18 | Fix tzHour usage on systems where char is unsigned.chromium/2137chromium/2136chromium/2135chromium/2133chromium/2132chromium/2131chromium/2130chromium/2129chromium/2128 | Nico Weber |
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-12 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |
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 incorrect override of GetLayoutOrder(). | Nico Weber |
2014-07-30 | Fix the potential integer overflow from 'offset+size' in extension.h and fpdf... | JUN FANG |
2014-07-30 | Speculative fix for uninitialized value in CFX_ByteString(). | Tom Sepez |
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 |