summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
2017-01-19Add ObservedPtrs to PWL_CREATEPARAMDan Sinclair
2017-01-18Tidy FXJS_V8, backfill tests.chromium/2986tsepez
2017-01-18Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt.tsepez
2017-01-12Don't put timers with ID == 0 into the global timer map.tsepez
2017-01-12Custom toString() methods may delete annots.tsepez
2017-01-12Add postscript pathrbpotter
2017-01-12Remove unused CJS_Object::ExitInstance() methodtsepez
2017-01-11Use observed pointers in CPDFSDK_AnnotIterator.chromium/2979tsepez
2017-01-11Annotation deleted while retrieving it in JStsepez
2017-01-09Remove CFX_ArrayTemplate from CPWL_Wnd.tsepez
2017-01-04Remove CFX_ArrayTemplate, use unique_ptr in fpdfsdk/pdfwindowtsepez
2017-01-03Create individual exception methods.Dan Sinclair
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2016-12-16Return unique_ptr<> from IPDF_StructTreetsepez
2016-12-14Return unique_ptr from CXFA_FFApp::CreateDoc.tsepez
2016-12-14Add inline JPEGs.rbpotter
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-14Verify precision length before converting to string.dsinclair
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-12-06re-enable skia cachingchromium/2944caryclark
2016-12-06Fix FPDF_GetPageLabel API typo.dsinclair
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-28Make FDF document creation return unique_ptrstsepez
2016-11-23Add FPDF_RenderPageBitmapWithMatrix API.thestig
2016-11-23Add APIs for limited use of document tagged code.thestig
2016-11-23Add API for getting page labels.thestig
2016-11-22Rename IFWL_App to CFWL_Appdsinclair
2016-11-22Rename IFWL_Timer and IFWL_TimerInfodsinclair
2016-11-22handle antialiased rendering as premultipliedcaryclark
2016-11-21Add a regression test for rasterizing PDFs.thestig
2016-11-21Remove iCompress parameter to CPDF_Image::SetImage().thestig
2016-11-21Make CPDF_ImageObject::m_Matrix private.thestig
2016-11-21Make CPDF_Stream() take unique_ptr's to its dictionary.tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-21Split fwl/core class pt I.dsinclair
2016-11-18Make CPDF_Dictionary use unique pointers.chromium/2926tsepez
2016-11-16Make CPDF_Object subclass constructors intern stringstsepez
2016-11-16Make CPDF_Array take unique_ptrstsepez
2016-11-15Replace fcvt with std::stringstream in AFNumber_Formatnpm
2016-11-15Make AddIndirectObject() take a unique_ptr.tsepez
2016-11-14Fix nits in CPDF_PageOrganizer.thestig
2016-11-14Invalidate a slightly larger rect when updating popup annotations.thestig
2016-11-14Cleanup remaining IFWL files for visiblity and usage.dsinclair
2016-11-11Fix unique ptrs in fpdfppo.cpptsepez
2016-11-11Add fpdfppo_embeddertest.cpp.tsepez
2016-11-11Fix sevg above CPDF_PageContentGenerator::ProcessImage()tsepez