summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fpdfview.cpp
AgeCommit message (Expand)Author
2015-11-05Fix all relative includes to third_party.chromium/2560chromium/2559chromium/2558chromium/2557Lei Zhang
2015-10-22Add type cast definitions for CPDF_Array.Dan Sinclair
2015-10-21More master side changes for convergence with XFA.Tom Sepez
2015-10-20Revert "Revert "Add type cast definitions for CPDF_Dictionary.""Dan Sinclair
2015-10-20Revert "Add type cast definitions for CPDF_Dictionary."Dan Sinclair
2015-10-20Add type cast definitions for CPDF_Dictionary.Dan Sinclair
2015-10-19Fix some override warnings in fpdfview.cpp.Lei Zhang
2015-10-19Sanity check the values of TRUE and FALSE.Lei Zhang
2015-10-15Introduce CPDFPageFromFPFDPage()Tom Sepez
2015-10-15Fix layering violation in CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Introduce CPDF_Document::FromFPDFDocument().Tom Sepez
2015-10-14Next round of master changes to match XFATom Sepez
2015-10-13Changes to master to more closely match XFA.Tom Sepez
2015-10-09Allow compiling PDFium without V8.Tom Sepez
2015-10-02Pass v8::Isolate to PDFium at init time.Tom Sepez
2015-08-19Extern in .cpp file is a code smell, part 2.Tom Sepez
2015-08-19Extern in .cpp files is a code smell.Tom Sepez
2015-08-14Use override in more classes in fpdfsdk/Lei Zhang
2015-08-13Allow external font-path configuration from pdfium_test.Tom Sepez
2015-08-13Revert "Allow external font-path configuration from pdfium_test."Tom Sepez
2015-08-13Allow external font-path configuration from pdfium_test.Tom Sepez
2015-08-06clang-format all pdfium code, again.Nico Weber
2015-08-05CPDF_Parser shouldnt be in the business of opening filesTom Sepez
2015-08-04clang-format all pdfium code.Nico Weber
2015-07-27Revert "FX Bool considered harmful, part 3"Tom Sepez
2015-07-27FX Bool considered harmful, part 3Tom Sepez
2015-07-23Revert "FX_BOOL considered harmful, part 2."Tom Sepez
2015-07-23FX_BOOL considered harmful, part 2.Tom Sepez
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