summaryrefslogtreecommitdiff
path: root/public
AgeCommit message (Expand)Author
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-16Be skeptical of bare |new|s.Tom Sepez
2017-05-09Remove FPDFPageObj_NewImgeObj().Lei Zhang
2017-05-08Add raw PostScript output to pdfium_test on Windows.Lei Zhang
2017-05-02Add API to create a text object using a loaded font.Nicolas Pena
2017-04-08Add title (/T) extraction for PDF tagged structureschromium/3067chromium/3066dan sinclair
2017-04-05Add option to pdfium_test to dump structure elementsDan Sinclair
2017-04-05Add public method FPDFPath_GetFillColor to get fill color of a path object.Miklos Vajna
2017-04-04Add method to get tagged typeDan Sinclair
2017-04-03Add public method FPDFPageObj_GetType to get type of a page object.Miklos Vajna
2017-03-16Introduce unique_ptr compatible deleters for FPDF typeschromium/3044Tom Sepez
2017-03-16Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace.Lei Zhang
2017-03-10Add public method FPDFText_GetTextIndexFromCharIndexNicolas Pena
2017-03-06Add public method FPDFText_LoadFont to load some types of fonts.Nicolas Pena
2017-02-27Add public API for creating a Type1 fontNicolas Pena
2017-02-27Fix nits from commit db764708.Lei Zhang
2017-02-15Add public API for adding text with standard fontsNicolas Pena
2017-02-10Add line width option for stroking pathschromium/3011chromium/3010chromium/3009Nicolas Pena
2017-02-07Add APIs for path construction and paintingchromium/3006Nicolas Pena
2017-01-12Add postscript pathrbpotter
2016-12-14Add inline JPEGs.rbpotter
2016-12-06Fix FPDF_GetPageLabel API typo.dsinclair
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-21Fixup lint flags.Dan Sinclair
2016-11-16Continue formatting fwl/coredsinclair
2016-11-08Add FPDF_FreeDefaultSystemFontInfo APInpm
2016-11-08Add FPDFDest_GetLocationInPage APIdsinclair
2016-11-04Implement FPDF_VIEWERREF_GetName() API.chromium/2910thestig
2016-09-14Remove FFI_ from CPDFSDK_Environment method namesdsinclair
2016-09-14Cleanup CPDFXFA_Document.dsinclair
2016-09-09Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.chromium/2858chromium/2857chromium/2856jaepark
2016-08-19Fix an embedder test with leaked page objectchromium/2836chromium/2835weili
2016-08-03Add test for bug 620428 (setinterval cancellation)tsepez
2016-07-28Split fpdfdoc/include/fpdf_doc.h into individual classes.dsinclair
2016-07-18Implement CGdiPrinterDriver::DrawDeviceText().chromium/2801thestig
2016-05-26Remove checks for _WIN32_WCE.thestig
2016-05-23Add missing STDCALL for FPDFDoc_GetPageMode().thestig
2016-04-25Continue documentation cleanupdsinclair
2016-04-21Remove CFX_ArrayTemplate from CPDF_LinkExtracttsepez
2016-03-25Cleanup fpdf_edit.h and fpdf_doc.h documentation.dsinclair
2016-03-23Cleanup public/fpdf_dataavail.h documentation.dan sinclair
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2016-03-18Trigger page view event when re-layout is finishedjinming_wang
2016-03-14Add bitmaps and skp output to Skia portCary Clark
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-19Hook up FFI_PageEvent.Lei Zhang
2016-02-02XFA: Fix a crashier in SetFocus()Jun Fang