summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
AgeCommit message (Expand)Author
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-08Remove more cruft from fx_system.hTom Sepez
2015-05-28Fix ALL the include guards.Tom Sepez
2015-05-27Remove rendundant ../include from paths of files in include/ directoryTom Sepez
2015-05-19Replace v8::Handle with v8::Local and v8::Persistent with v8::GlobalJochen Eisinger
2015-05-17Replace deprecated with non-deprecated V8 APIsJochen Eisinger
2015-05-14Use phantom handles instead of weak handlesJochen Eisinger
2015-05-12NEW public API for pdfwindow font manipulation.chromium/2402chromium/2401chromium/2400Tom Sepez
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-05-05Expose additional flags for rasterization.Scott Byer
2015-04-30Provide an array buffer allocator to V8.chromium/2395chromium/2394chromium/2393chromium/2392chromium/2391chromium/2390chromium/2389chromium/2388Tom Sepez
2015-04-23Remove unused nParamNum values from JS method tables.Tom Sepez
2015-04-23Kill overloaded cast operators in CJS_Value.Tom Sepez
2015-04-20Remove Release() from IFX_Edit_UndoItem.Tom Sepez
2015-04-20Remove release method from CBA_AnnotItetator.chromium/2377Tom Sepez
2015-04-17Replace FX_NEW with new, remove tests from fpdfsdkTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-04-08Fix IWYU in formfiller/ directory.Tom Sepez
2015-04-07Land on master: FFL_MIN and FFL_MAX are pointless and stupid.Tom Sepez
2015-04-07Fix windows compile class vs. struct confusion in e300c8c32d73Tom Sepez
2015-04-07Fix IWYU in pdfwindow/ directory.Tom Sepez
2015-04-07Fix (nearly all) IWYU in fpdfskd/include/javascript/ headers.Tom Sepez
2015-04-06Fix a fatal error due to cloning a global document objectJUN FANG
2015-03-04Merge to Master: Fix a compiling error in fxjs_v8.hTom Sepez
2015-03-02Kill off JS_ErrorString type.Tom Sepez
2015-03-02Return error information from pdfium to JS.Tom Sepez
2015-02-27Remove unused IDS_ constants from pdfium.Tom Sepez
2015-02-25Kill off unused IFXJS interface methods.Tom Sepez
2015-02-24Kill multi-byte comments in fxet_list.hTom Sepez
2015-02-23Replace 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/2314Tom Sepez
2015-02-18Replace ugly JS_Define macros with templates.Tom Sepez
2015-02-17Tidy up JS_Defines.hTom Sepez
2015-02-05Merge to master: Kill off some dodgy JS callbacksTom Sepez
2015-02-04Initialize V8 outside of PDFium.John Abd-El-Malek
2015-01-28Merge to Master: Cover fpdftext.h API with embeddertests.Tom Sepez
2015-01-21Use signed long for FPDF_GetNamedDest buffer length.Bo Xu
2015-01-10Add APIs for getting bookmarks and named destinations.Bo Xu
2015-01-09Fix -Wnon-virtual-dtor compiler warnings.Tom Sepez
2015-01-05Get rid of fifteen copies of m_sTimeMap and their initializers.Bruce Dawson
2014-12-12Avoid duplicate definitions of JSCONST_n*Hash and QeTable variables.Bruce Dawson
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-12-08Replace manual/error-prone/hard-to-verify arraysize calculations with safe FX...Bruce Dawson
2014-12-08Getting rid of more (FX_LPCWSTR) casts and fixing two bugs revealed by this.Bruce Dawson
2014-11-17Removing unnecessary casts from wchar_t* to wchar_t*, by various names.Bruce Dawson
2014-11-14Correct typo in form fill environment functionsBo Xu
2014-11-06Adding constructor to _FX_SYSTEMTIME to resolve uninitialized read bugs found...Tom Sepez
2014-10-30For v8 Global Object, do not copy in CJS_Value constructor.Tom Sepez
2014-10-03Enable C linkage in fpdfppo.hBo Xu
2014-09-24Lock page in LoadFXAnnot to prevent unintended page closingBo Xu