summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fpdfview.cpp
AgeCommit message (Expand)Author
2015-07-17Refactor progressive renderer class.chromium/2467chromium/2466chromium/2465chromium/2464chromium/2463chromium/2462chromium/2461Tom Sepez
2015-07-15Kill Func_Renderpage global function pointer, it never changes.Tom Sepez
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-17Replace some Release() calls with virtual destructors.Tom Sepez
2015-06-15Do some IWYU cleanups.Lei Zhang
2015-06-11Remove trailing whitespaces in fpdfsdk.Lei Zhang
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-06-05Fix bad include path in fpdfview.cppTom Sepez
2015-06-04Move fx_safe_types.h to include/ directory.Tom Sepez
2015-05-12Make (and verify) public/ files compile under C.Tom Sepez
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-05-08Better error from pdfium_test when page too big to render.Tom Sepez
2015-05-05Expose additional flags for rasterization.Scott Byer
2015-04-17Replace FX_NEW with new, remove tests from fpdfsdkTom Sepez
2015-04-14Kill CFX_Object.Tom Sepez
2015-03-10Kill remaining sprintfsTom Sepez
2015-02-05Add namespace and-re-arrange PDFium's local copy of chromium /base.Tom Sepez
2015-02-04Prevent base::CheckedNumeric from leaking outside of pdfium.Tom Sepez
2015-01-21Add tests for GetNamedDests() API.Tom Sepez
2015-01-21Use signed long for FPDF_GetNamedDest buffer length.Bo Xu
2015-01-21Simplify UTF16LE_Encode and add unittest.Bo Xu
2015-01-10Add APIs for getting bookmarks and named destinations.Bo Xu
2015-01-05In windows printing, convert src bitmap to dest bitmap using CompositeBitmap.Bo Xu
2014-12-12Simplify PDFium by removing code that's not used in the open source repo.John Abd-El-Malek
2014-09-24Lock page in LoadFXAnnot to prevent unintended page closingBo Xu
2014-09-19Add FPDF_GetSecurityHandlerRevisionBo Xu
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-07Change '>=' back to '>' in extension.h due to bad fixchromium/2122chromium/2121chromium/2120chromium/2119chromium/2118Jun Fang
2014-08-02Fix buffer size boundary check offset by 1chromium/2117chromium/2116chromium/2115chromium/2114chromium/2113Bo Xu
2014-07-30Fix the potential integer overflow from 'offset+size' in extension.h and fpdf...JUN FANG
2014-07-23Fix FPDF_RenderPage 2x zoom in when bBackgroundAlphaNeeded is trueBo Xu
2014-07-18pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac.Nico Weber
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-07-08Remove custom memory managerBo Xu
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-20Add some blank lines at the end of 3 files to remove the "no newlines at end ...John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek