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