1. c89c582 Make FSMatrixFromCFXMatrix() consistent with FSRectFFromCFXFloatRect(). by Lei Zhang · 4 years, 9 months ago
  2. 4f5d2cf Break direct dependence between fpdfapi/edit and fxge. by Tom Sepez · 4 years, 10 months ago
  3. 6a4c8f7 Prefer (X && Y) over (X ? Y : false). by Tom Sepez · 4 years, 10 months ago
  4. 8da9823 Use floats in experimental APIs. by Lei Zhang · 4 years, 10 months ago
  5. 87d2021 Move #defines and an enum out of cfx_renderdevice.h. by Lei Zhang · 5 years ago
  6. f5b855c Remove some more deprecated code. by Lei Zhang · 5 years ago
  7. 3475b48 Remove deprecated fpdf_edit APIs. by Lei Zhang · 5 years ago
  8. e835574 Make CPDF_PathObject::m_Path private. by Lei Zhang · 6 years ago
  9. 877e1e2 Make CPDF_PathObject::m_FillType private. by Lei Zhang · 6 years ago
  10. 1313ca0 Make CPDF_PathObject::m_bStroke private. by Lei Zhang · 6 years ago
  11. f4f2b6d Start making CPDF_PathObject members private. by Lei Zhang · 6 years ago
  12. 02d42b6 Add CFX_Matrix::AsTuple(). by Lei Zhang · 6 years ago
  13. 2237541 Check CPDFFooObjectFromFPDFPageObject() result. by Lei Zhang · 6 years ago
  14. 35d4587 Remove more unnecessary includes and do IWYU as needed. by Lei Zhang · 6 years ago
  15. 354ed20 Revert "Create m_ContentStream field in CPDF_PageObject." by Henrique Nakashima · 6 years ago
  16. d3d8287 Create m_ContentStream field in CPDF_PageObject. by Henrique Nakashima · 6 years ago
  17. 97f4d67 Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs by Miklos Vajna · 6 years ago
  18. 491112b Add FPDFPath_GetDrawMode() API by Miklos Vajna · 6 years ago
  19. c647ed6 Deprecate several Path/Text APIs. by Nicolas Pena · 6 years ago
  20. 525147a Use strict types in FPDF API, try #3 by Tom Sepez · 6 years ago
  21. 996c930 Rename the other CPDF_Color::SetValue() variant. by Lei Zhang · 6 years ago
  22. 971a674 Rename fpdfsdk/fpdf* files to be consistent by Dan Sinclair · 7 years ago[Renamed (99%) from fpdfsdk/fpdfeditpath.cpp]
  23. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 7 years ago
  24. 7aba472 Cleanup fsdk_define methods by Dan Sinclair · 7 years ago
  25. 40d37b1 Rename "RGB" methods/variables to "ColorRef" in CPDF_ColorState. by Lei Zhang · 7 years ago
  26. 04e4dc8 Fix rounding of colour values by Dan Sinclair · 7 years ago
  27. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 7 years ago
  28. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  29. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  30. 038740c Fix CPDFPathObjectFromFPDFPageObject() implementation. by Lei Zhang · 7 years ago
  31. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 7 years ago
  32. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  33. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  34. 4bb4e84 Add missing STDCALL annotations by Dan Sinclair · 7 years ago
  35. 1a08402 Replaced static casts with CPDFPageObjectFromFPDFPageObject() by Jane Liu · 7 years ago
  36. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 7 years ago
  37. 8a59833 Add missing static asserts for line cap and line join values. by wileyrya · 7 years ago
  38. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 7 years ago
  39. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 7 years ago
  40. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 7 years ago
  41. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 7 years ago
  42. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 7 years ago
  43. ed4705b Add public method FPDFPath_GetFillColor to get fill color of a path object. by Miklos Vajna · 8 years ago
  44. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  45. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  46. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  47. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  48. 2eb1a70 Add line width option for stroking paths by Nicolas Pena · 8 years ago
  49. 0fc185e Add EmbedderTest for adding and filling paths by Nicolas Pena · 8 years ago
  50. 55e026b Add APIs for path construction and painting by Nicolas Pena · 8 years ago