summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfview.cpp
AgeCommit message (Expand)Author
2017-06-20Wrapper class for annotation dictionary + CPDF_Formchromium/3137Jane Liu
2017-06-19Added public API FPDFPath_GetStrokeColorJane Liu
2017-06-01Basic APIs and tests for extracting annotationsJane Liu
2017-05-22Convert more c-style pointers to CFX_UnownedPtrTom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-16Properly ref-count CPDFXFA_PageTom Sepez
2017-05-11Rename render device classesDan Sinclair
2017-05-11Add missing CheckUnsupportedErrorDan Sinclair
2017-05-11Move map and codec loading into managerDan Sinclair
2017-05-11Fixup Initialize spellingchromium/3097Dan Sinclair
2017-05-01Remove more |new|s, part 6chromium/3087Tom Sepez
2017-04-29Fix rotationschromium/3086chromium/3085rbpotter
2017-04-27Add barcode test skeletonTom Sepez
2017-04-18Render image masks individually instead of rendering the entire page asrbpotter
2017-04-07Cleanup string passing in core/fpdf*Tom Sepez
2017-04-07Remove the ICC transform where it is never initialized.Nicolas Pena
2017-04-06Fix unit tests to initialize PartitionAlloc.Chris Palmer
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-29Move xfa/fxbarcode fxbarcode/Dan Sinclair
2017-03-28Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""Tom Sepez
2017-03-28Revert "Refcount all CFX_DIBSources (and subclasses) all the time."dsinclair
2017-03-28Refcount all CFX_DIBSources (and subclasses) all the time.Tom Sepez
2017-03-26Use PartitionAlloc for JavaScript ArrayBuffers and strings.Chris Palmer
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-01Create virtual codec APIs so chrome/fuzzers can link separatelyTom Sepez
2017-02-23Convert TransformPoint calls to Transform callsDan Sinclair
2017-02-09Remove Transform in favour of TransformPointDan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-01-30Refcount CPDF_OCContext.Tom Sepez
2017-01-12Add postscript pathrbpotter
2016-12-14Return unique_ptr from CXFA_FFApp::CreateDoc.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-06re-enable skia cachingchromium/2944caryclark
2016-12-02Make concrete stream classes private to .cpp, part 4.tsepez
2016-12-01Make more concrete stream classes private to .cpp filestsepez
2016-12-01Protect against unexpected library create/destroytsepez
2016-11-30Convert loose FX_Create* functions into static methodstsepez
2016-11-23Add FPDF_RenderPageBitmapWithMatrix API.thestig
2016-11-23Add APIs for limited use of document tagged code.thestig
2016-11-22handle antialiased rendering as premultipliedcaryclark
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-07Force compiler to deduce src type for checked_cast<dst, src>.tsepez
2016-11-04Implement FPDF_VIEWERREF_GetName() API.chromium/2910thestig
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair
2016-11-02Merge CPDFXFA_App into CPDFXFA_Document.dsinclair
2016-11-01Reland: Make the CPDFXFA_App non-globalchromium/2907dsinclair