summaryrefslogtreecommitdiff
path: root/fpdfsdk/include
AgeCommit message (Expand)Author
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
2014-09-19Add FPDF_GetSecurityHandlerRevisionBo Xu
2014-08-18Fix tzHour usage on systems where char is unsigned.chromium/2137chromium/2136chromium/2135chromium/2133chromium/2132chromium/2131chromium/2130chromium/2129chromium/2128Nico Weber
2014-08-13Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes.Tom Sepez
2014-08-13Remove try/catch blockBo Xu
2014-08-12Fix missing or broken include guard macros in pdfium headers.Tom Sepez
2014-08-04Remove unused |m_pEvi| field.Chris Palmer
2014-07-31Fix a few more -Wreorder warnings.Nico Weber
2014-07-31Remove CPDFSDK_Annot::ResetAppearance().Nico Weber
2014-07-30Remove a few unused variables, functions, and member variables.Nico Weber
2014-07-30Fix a few -Wreorder warnings.Nico Weber
2014-07-30Attempt to fix some -Woverloaded-virtual warnings.Nico Weber
2014-07-30Fix incorrect override of GetLayoutOrder().Nico Weber
2014-07-30Speculative fix for uninitialized value in CFX_ByteString().Tom Sepez
2014-07-29Tidy up app::response().Tom Sepez
2014-07-29Fix a few more warnings in chromium_code mode.Nico Weber
2014-07-18pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.Nico Weber
2014-07-17Hook up the default v8::Platform implementation to pdfiumJochen Eisinger
2014-07-14Add support to extract viewer preferenceBo Xu
2014-07-09Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition (try 2)chromium/2095chromium/2094chromium/2093chromium/2092chromium/2091chromium/2090chromium/2089chromium/2088chromium/2087chromium/2086Lei Zhang
2014-07-08Revert commit 95c018e2d15ecc3a5bd2a9aab18638316a6d3d46Lei Zhang
2014-07-08Fixes for re-enabling more MSVC level 4 warnings: pdfium/ editionLei Zhang
2014-06-24Fix and integer overflow issue in SDK's QuickSortBo Xu
2014-06-19Fix JS_WIDESTRING to work with clang-clJohn Abd-El-Malek
2014-06-12Add FPDFPage_SetRotation functionBo Xu
2014-06-12Enable security removal in FPDF_Doc_SaveBo Xu
2014-05-24Fix a typo with PAGEMODE_UNKNOWN.Lei Zhang
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-20Remove "using namespace v8" in header. This allows us to turn all warnings in...John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek