summaryrefslogtreecommitdiff
path: root/public/fpdf_edit.h
AgeCommit message (Expand)Author
2017-09-20Add FPDFPath_GetPoint() APIchromium/3221Miklos Vajna
2017-09-15Add public method FPDFPath_CountPoint to get # of points of a path object.Miklos Vajna
2017-08-31Change FPDFImageObj_GetImageFilter() to return byte strings.Lei Zhang
2017-08-16API and test for retrieving metadata from image objectsJane Liu
2017-08-10Rename DLLEXPORT AND STDCALLDan Sinclair
2017-08-10Revert "Add a build target and a proper export header for shared library buil...Henrique Nakashima
2017-08-09Add a build target and a proper export header for shared library builds.Felix Kauselmann
2017-08-09API and test for retrieving image filters from image objectsJane Liu
2017-08-08Added FPDFPageObj_Destroy() for freeing page objects createdJane Liu
2017-08-03APIs and tests for retrieving raw/decoded data from image objectsJane Liu
2017-08-03APIs and tests for extracting bitmaps from image objectsJane Liu
2017-07-18Add missing STDCALL annotationsDan Sinclair
2017-07-11Add Windows generic / text only printer driver support.rbpotter
2017-06-19Added public API FPDFPath_GetStrokeColorJane Liu
2017-06-14Add blend to GraphicsDataNicolas Pena
2017-06-01Add public #defines for line cap and line join values.wileyrya
2017-05-26Add public API for setting the blend mode on a page object.wileyrya
2017-05-26Add public API for getting the bounds of a page object.wileyrya
2017-05-26Add public API for setting the fill color on a text objectwileyrya
2017-05-26Add public API for setting LineJoin and LineCap on a pathwileyrya
2017-05-17Use more static_cast in fpdfsdkNicolas Pena
2017-05-09Remove FPDFPageObj_NewImgeObj().Lei Zhang
2017-05-02Add API to create a text object using a loaded font.Nicolas Pena
2017-04-05Add public method FPDFPath_GetFillColor to get fill color of a path object.Miklos Vajna
2017-04-03Add public method FPDFPageObj_GetType to get type of a page object.Miklos Vajna
2017-03-16Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace.Lei Zhang
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-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
2016-12-14Add inline JPEGs.rbpotter
2016-11-21Fixup lint flags.Dan Sinclair
2016-08-19Fix an embedder test with leaked page objectchromium/2836chromium/2835weili
2016-03-25Cleanup fpdf_edit.h and fpdf_doc.h documentation.dsinclair
2016-03-23Split core/include/fpdfapi/fpdf_resource.hdan sinclair
2015-11-20Make XFA public more closely match master.Tom Sepez
2015-08-04XFA: clang-format all pdfium code.Nico Weber
2015-06-09Merge to XFA: Use stdint.h types throughout PDFium.Tom Sepez
2015-05-13Merge to XFA: Tidy public/ directory.Tom Sepez
2015-05-11Merge to XFA: Create top-level public/ header directory.Tom Sepez