1. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 8 years ago
  2. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 8 years ago
  3. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 8 years ago
  4. 038740c Fix CPDFPathObjectFromFPDFPageObject() implementation. by Lei Zhang · 8 years ago
  5. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 8 years ago
  6. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 8 years ago
  7. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 8 years ago
  8. 4bb4e84 Add missing STDCALL annotations by Dan Sinclair · 8 years ago
  9. 1a08402 Replaced static casts with CPDFPageObjectFromFPDFPageObject() by Jane Liu · 8 years ago
  10. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 8 years ago
  11. 8a59833 Add missing static asserts for line cap and line join values. by wileyrya · 8 years ago
  12. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 8 years ago
  13. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 8 years ago
  14. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 8 years ago
  15. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 8 years ago
  16. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  17. ed4705b Add public method FPDFPath_GetFillColor to get fill color of a path object. by Miklos Vajna · 8 years ago
  18. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  19. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  20. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  21. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  22. 2eb1a70 Add line width option for stroking paths by Nicolas Pena · 9 years ago
  23. 0fc185e Add EmbedderTest for adding and filling paths by Nicolas Pena · 9 years ago
  24. 55e026b Add APIs for path construction and painting by Nicolas Pena · 9 years ago