Age | Commit message (Expand) | Author |
2015-05-19 | Replace v8::Handle with v8::Local and v8::Persistent with v8::Global | Jochen Eisinger |
2015-05-17 | Replace deprecated with non-deprecated V8 APIs | Jochen Eisinger |
2015-05-14 | Use phantom handles instead of weak handles | Jochen Eisinger |
2015-05-12 | NEW public API for pdfwindow font manipulation.chromium/2402chromium/2401chromium/2400 | Tom Sepez |
2015-05-11 | Create top-level public/ header directory. | Tom Sepez |
2015-05-05 | Expose additional flags for rasterization. | Scott Byer |
2015-04-30 | Provide an array buffer allocator to V8.chromium/2395chromium/2394chromium/2393chromium/2392chromium/2391chromium/2390chromium/2389chromium/2388 | Tom Sepez |
2015-04-23 | Remove unused nParamNum values from JS method tables. | Tom Sepez |
2015-04-23 | Kill overloaded cast operators in CJS_Value. | Tom Sepez |
2015-04-20 | Remove Release() from IFX_Edit_UndoItem. | Tom Sepez |
2015-04-20 | Remove release method from CBA_AnnotItetator.chromium/2377 | Tom Sepez |
2015-04-17 | Replace FX_NEW with new, remove tests from fpdfsdk | Tom Sepez |
2015-04-14 | Kill CFX_Object. | Tom Sepez |
2015-04-08 | Fix IWYU in formfiller/ directory. | Tom Sepez |
2015-04-07 | Land on master: FFL_MIN and FFL_MAX are pointless and stupid. | Tom Sepez |
2015-04-07 | Fix windows compile class vs. struct confusion in e300c8c32d73 | Tom Sepez |
2015-04-07 | Fix IWYU in pdfwindow/ directory. | Tom Sepez |
2015-04-07 | Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers. | Tom Sepez |
2015-04-06 | Fix a fatal error due to cloning a global document object | JUN FANG |
2015-03-04 | Merge to Master: Fix a compiling error in fxjs_v8.h | Tom Sepez |
2015-03-02 | Kill off JS_ErrorString type. | Tom Sepez |
2015-03-02 | Return error information from pdfium to JS. | Tom Sepez |
2015-02-27 | Remove unused IDS_ constants from pdfium. | Tom Sepez |
2015-02-25 | Kill off unused IFXJS interface methods. | Tom Sepez |
2015-02-24 | Kill multi-byte comments in fxet_list.h | Tom Sepez |
2015-02-23 | Replace second set of #defines with templates in JS_Define.hchromium/2342chromium/2341chromium/2340chromium/2339chromium/2338chromium/2337chromium/2336chromium/2335chromium/2334chromium/2333chromium/2332chromium/2331chromium/2330chromium/2329chromium/2328chromium/2327chromium/2326chromium/2325chromium/2324chromium/2323chromium/2322chromium/2321chromium/2320chromium/2319chromium/2318chromium/2317chromium/2316chromium/2315chromium/2314 | Tom Sepez |
2015-02-18 | Replace ugly JS_Define macros with templates. | Tom Sepez |
2015-02-17 | Tidy up JS_Defines.h | Tom Sepez |
2015-02-05 | Merge to master: Kill off some dodgy JS callbacks | Tom Sepez |
2015-02-04 | Initialize V8 outside of PDFium. | John Abd-El-Malek |
2015-01-28 | Merge to Master: Cover fpdftext.h API with embeddertests. | Tom Sepez |
2015-01-21 | Use signed long for FPDF_GetNamedDest buffer length. | Bo Xu |
2015-01-10 | Add APIs for getting bookmarks and named destinations. | Bo Xu |
2015-01-09 | Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez |
2015-01-05 | Get rid of fifteen copies of m_sTimeMap and their initializers. | Bruce Dawson |
2014-12-12 | Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables. | Bruce Dawson |
2014-12-12 | Simplify PDFium by removing code that's not used in the open source repo. | John Abd-El-Malek |
2014-12-08 | Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX... | Bruce Dawson |
2014-12-08 | Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this. | Bruce Dawson |
2014-11-17 | Removing unnecessary casts from wchar_t* to wchar_t*, by various names. | Bruce Dawson |
2014-11-14 | Correct typo in form fill environment functions | Bo Xu |
2014-11-06 | Adding constructor to _FX_SYSTEMTIME to resolve uninitialized read bugs found... | Tom Sepez |
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-19 | Add FPDF_GetSecurityHandlerRevision | 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 | Fix missing or broken include guard macros in pdfium headers. | Tom Sepez |