1. ee96772 Add public APIs for undo / redo in forms. by Lei Zhang · 6 years ago
  2. aed6253 Create new FPDFPageObjMark_CountParams() API. by Henrique Nakashima · 6 years ago
  3. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 6 years ago
  4. 1638179 Add index parameter to quadpoints getter and setter. by Ralf Sippl · 6 years ago
  5. b948046 Remove unused XFA Widget API methods by Ryan Harrison · 6 years ago
  6. 14f8897 Remove spellchecking code from XFA by Ryan Harrison · 6 years ago
  7. 3998067 Remove FPDF_SetPrintPostscriptLevel(). by Lei Zhang · 6 years ago
  8. 971a674 Rename fpdfsdk/fpdf* files to be consistent by Dan Sinclair · 6 years ago[Renamed (99%) from fpdfsdk/fpdfview_c_api_test.c]
  9. c90adc5 Open FPDF_PAGEOBJECTMARK API. by Henrique Nakashima · 6 years ago
  10. 5098b25 Reland "Add FPDFAnnot_CountAttachmentPoints" by Henrique Nakashima · 6 years ago
  11. ac3e57e Revert "Add FPDFAnnot_CountAttachmentPoints" by Henrique Nakashima · 6 years ago
  12. ca28cb6 Add FPDFAnnot_CountAttachmentPoints by Ralf Sippl · 6 years ago
  13. 35841fa Create FPDFPage_RemoveObject(). by Henrique Nakashima · 6 years ago
  14. 71a7d37 Deprecate FPDFDest_GetPageIndex and create a fixed version. by Henrique Nakashima · 7 years ago
  15. 66ce22c Experimental API for N-up feature support for print by xlou · 7 years ago
  16. 2615590 Add FPDF_GetPageBoundingBox API. by Henrique Nakashima · 7 years ago
  17. 5970a47 Add FPDFAnnot_SetAP to public API. by Henrique Nakashima · 7 years ago
  18. a74e75d Add FPDFAnnot_GetAP to public API. by Henrique Nakashima · 7 years ago
  19. 594b3ee Add missing C API check after commit ecd063ec. by Lei Zhang · 7 years ago
  20. de3f3fc Open FPDFDest_GetView API. by Henrique Nakashima · 7 years ago
  21. 9ccf087 Add missing fpdfview_c_api_test.c entries. by Lei Zhang · 7 years ago
  22. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  23. 077f643 Add FPDFCatalog_IsTagged to public API. by Henrique Nakashima · 7 years ago
  24. a74a627 Move HasXFAField out from XFA feature flag by Ryan Harrison · 7 years ago
  25. 9262761 API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() by Miklos Vajna · 7 years ago
  26. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 7 years ago
  27. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  28. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  29. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  30. d1ed1ce Added FPDFAnnot_GetAnnotIndex() by Jane Liu · 7 years ago
  31. 300bb27 Added FPDFAnnot_GetLinkedAnnot() by Jane Liu · 7 years ago
  32. ca89829 API and test for retrieving metadata from image objects by Jane Liu · 7 years ago
  33. d300234 Add a new public method to get the the origin of a character. by Andrew Weintraub · 7 years ago
  34. be63ab9 API and test for retrieving image filters from image objects by Jane Liu · 7 years ago
  35. 2e5f0ae Added FPDFPageObj_Destroy() for freeing page objects created by Jane Liu · 7 years ago
  36. 548334e APIs and tests for retrieving raw/decoded data from image objects by Jane Liu · 7 years ago
  37. 28fb7ba APIs and tests for extracting bitmaps from image objects by Jane Liu · 7 years ago
  38. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 7 years ago
  39. 54a4214 Basic APIs and tests for adding attachments by Jane Liu · 7 years ago
  40. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 7 years ago
  41. 40870db Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests. by Diana Gage · 7 years ago
  42. 7e0c05d Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. by Diana Gage · 7 years ago
  43. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 7 years ago
  44. 53aafa9 Basic APIs and test for retrieving embedded attachment count and name by Jane Liu · 7 years ago
  45. 7a9a38b Added API for removing objects from annotations by Jane Liu · 7 years ago
  46. 2e1a32b Added APIs for getting/setting string pairs in annotation dictionaries by Jane Liu · 7 years ago
  47. 3656774 Generalized annotation APIs to support image and text objects by Jane Liu · 7 years ago
  48. b137e75 Added APIs for setting annotation flag values by Jane Liu · 7 years ago
  49. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 7 years ago
  50. 8ce58f5 Added FPDFAnnot_RemoveAnnot() by Jane Liu · 7 years ago
  51. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  52. e10509a Wrapper class for annotation dictionary + CPDF_Form by Jane Liu · 7 years ago
  53. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 7 years ago
  54. a7d2c15 Remove deprecated FPDPage_HasFormFieldAtPoint(). by Lei Zhang · 7 years ago
  55. 262cf46 Minor changes/addons for annotation APIs by Jane Liu · 7 years ago
  56. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 7 years ago
  57. d9dc962 Add missing public APIs to API test. by wileyrya · 7 years ago
  58. 392cfd6 Remove FPDFPageObj_NewImgeObj(). by Lei Zhang · 7 years ago
  59. b316185 Add API to create a text object using a loaded font. by Nicolas Pena · 7 years ago
  60. ed4705b Add public method FPDFPath_GetFillColor to get fill color of a path object. by Miklos Vajna · 7 years ago
  61. 29479f6 Add method to get tagged type by Dan Sinclair · 7 years ago
  62. 1423319 Add public method FPDFPageObj_GetType to get type of a page object. by Miklos Vajna · 7 years ago
  63. cbd8957 Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. by Lei Zhang · 7 years ago
  64. 5c1961d Add public method FPDFText_GetTextIndexFromCharIndex by Nicolas Pena · 7 years ago
  65. d03ca42 Add public method FPDFText_LoadFont to load some types of fonts. by Nicolas Pena · 8 years ago
  66. be90aae Add public API for creating a Type1 font by Nicolas Pena · 8 years ago
  67. 55e026b Add APIs for path construction and painting by Nicolas Pena · 8 years ago
  68. 6bdb56c Fix FPDF_GetPageLabel API typo. by dsinclair · 8 years ago
  69. a78ba60 Add FPDF_RenderPageBitmapWithMatrix API. by thestig · 8 years ago
  70. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  71. 733e068 Add API for getting page labels. by thestig · 8 years ago
  72. 788217d Add FPDF_FreeDefaultSystemFontInfo API by npm · 8 years ago
  73. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  74. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  75. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 8 years ago[Renamed (99%) from fpdfsdk/src/fpdfview_c_api_test.c]
  76. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  77. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  78. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  79. 6f62d53 Merge to XFA: Allow external font-path configuration from pdfium_test. by Lei Zhang · 9 years ago
  80. e0947b3 Merge to XFA: Implement FPDFAction_GetFilePath(). by Lei Zhang · 9 years ago
  81. bdf72c3 Merge to XFA: Add new public APIs to find the z-order for links and widgets. by Lei Zhang · 9 years ago
  82. cf22eb8 Merge to XFA: Make (and verify) public/ files compile under C. by Tom Sepez · 9 years ago