summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfeditpath.cpp
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-09-14Fix CPDFPathObjectFromFPDFPageObject() implementation.Lei Zhang
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-07-18Add missing STDCALL annotationsDan Sinclair
2017-06-30Replaced static casts with CPDFPageObjectFromFPDFPageObject()Jane Liu
2017-06-19Added public API FPDFPath_GetStrokeColorJane Liu
2017-06-05Add missing static asserts for line cap and line join values.chromium/3122chromium/3121wileyrya
2017-06-01Fix content generation to only generate dirty page objects.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-16Be skeptical of bare |new|s.Tom Sepez
2017-04-05Add public method FPDFPath_GetFillColor to get fill color of a path object.Miklos Vajna
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-15Cleanup CFX_PathData.Dan Sinclair
2017-02-10Add line width option for stroking pathschromium/3011chromium/3010chromium/3009Nicolas Pena
2017-02-08Add EmbedderTest for adding and filling pathsNicolas Pena
2017-02-07Add APIs for path construction and paintingchromium/3006Nicolas Pena