summaryrefslogtreecommitdiff
path: root/fpdfsdk
AgeCommit message (Expand)Author
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
2016-11-10Free the FPDF_SYSFONTINFO_DEFAULT instead of deletenpm
2016-11-09Do not load main cross ref table for first page in linearized pdf.art-snake
2016-11-09Tidy fpdfsdk/fpdf_flatten.cppchromium/2915tsepez
2016-11-09Return unique_ptr from CPDF_Object::Clone().tsepez
2016-11-08Fix regression in annotation key event handling.thestig
2016-11-08Fix abort above FPDFPage_Flattentsepez
2016-11-08Add FPDF_FreeDefaultSystemFontInfo APInpm
2016-11-08Fix CPDFSDK_FormFillEnvironment destruction ordertsepez
2016-11-08Add FPDFDest_GetLocationInPage APIdsinclair
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-04Revert: Only create widgets if really neededdsinclair
2016-11-04Reland "Remove CPDF_Object::Release() in favor of direct delete"tsepez