1. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  2. 077f643 Add FPDFCatalog_IsTagged to public API. by Henrique Nakashima · 7 years ago
  3. a74a627 Move HasXFAField out from XFA feature flag by Ryan Harrison · 7 years ago
  4. 9262761 API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() by Miklos Vajna · 7 years ago
  5. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 7 years ago
  6. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  7. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  8. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  9. d1ed1ce Added FPDFAnnot_GetAnnotIndex() by Jane Liu · 7 years ago
  10. 300bb27 Added FPDFAnnot_GetLinkedAnnot() by Jane Liu · 7 years ago
  11. ca89829 API and test for retrieving metadata from image objects by Jane Liu · 7 years ago
  12. d300234 Add a new public method to get the the origin of a character. by Andrew Weintraub · 7 years ago
  13. be63ab9 API and test for retrieving image filters from image objects by Jane Liu · 7 years ago
  14. 2e5f0ae Added FPDFPageObj_Destroy() for freeing page objects created by Jane Liu · 7 years ago
  15. 548334e APIs and tests for retrieving raw/decoded data from image objects by Jane Liu · 7 years ago
  16. 28fb7ba APIs and tests for extracting bitmaps from image objects by Jane Liu · 7 years ago
  17. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 7 years ago
  18. 54a4214 Basic APIs and tests for adding attachments by Jane Liu · 7 years ago
  19. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 7 years ago
  20. 40870db Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests. by Diana Gage · 7 years ago
  21. 7e0c05d Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. by Diana Gage · 7 years ago
  22. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 7 years ago
  23. 53aafa9 Basic APIs and test for retrieving embedded attachment count and name by Jane Liu · 7 years ago
  24. 7a9a38b Added API for removing objects from annotations by Jane Liu · 7 years ago
  25. 2e1a32b Added APIs for getting/setting string pairs in annotation dictionaries by Jane Liu · 7 years ago
  26. 3656774 Generalized annotation APIs to support image and text objects by Jane Liu · 7 years ago
  27. b137e75 Added APIs for setting annotation flag values by Jane Liu · 7 years ago
  28. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 7 years ago
  29. 8ce58f5 Added FPDFAnnot_RemoveAnnot() by Jane Liu · 7 years ago
  30. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  31. e10509a Wrapper class for annotation dictionary + CPDF_Form by Jane Liu · 7 years ago
  32. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 7 years ago
  33. a7d2c15 Remove deprecated FPDPage_HasFormFieldAtPoint(). by Lei Zhang · 7 years ago
  34. 262cf46 Minor changes/addons for annotation APIs by Jane Liu · 7 years ago
  35. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 8 years ago
  36. d9dc962 Add missing public APIs to API test. by wileyrya · 8 years ago
  37. 392cfd6 Remove FPDFPageObj_NewImgeObj(). by Lei Zhang · 8 years ago
  38. b316185 Add API to create a text object using a loaded font. by Nicolas Pena · 8 years ago
  39. ed4705b Add public method FPDFPath_GetFillColor to get fill color of a path object. by Miklos Vajna · 8 years ago
  40. 29479f6 Add method to get tagged type by Dan Sinclair · 8 years ago
  41. 1423319 Add public method FPDFPageObj_GetType to get type of a page object. by Miklos Vajna · 8 years ago
  42. cbd8957 Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. by Lei Zhang · 8 years ago
  43. 5c1961d Add public method FPDFText_GetTextIndexFromCharIndex by Nicolas Pena · 8 years ago
  44. d03ca42 Add public method FPDFText_LoadFont to load some types of fonts. by Nicolas Pena · 8 years ago
  45. be90aae Add public API for creating a Type1 font by Nicolas Pena · 8 years ago
  46. 55e026b Add APIs for path construction and painting by Nicolas Pena · 8 years ago
  47. 6bdb56c Fix FPDF_GetPageLabel API typo. by dsinclair · 8 years ago
  48. a78ba60 Add FPDF_RenderPageBitmapWithMatrix API. by thestig · 8 years ago
  49. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  50. 733e068 Add API for getting page labels. by thestig · 8 years ago
  51. 788217d Add FPDF_FreeDefaultSystemFontInfo API by npm · 8 years ago
  52. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  53. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  54. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (99%) from fpdfsdk/src/fpdfview_c_api_test.c]
  55. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  56. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  57. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  58. 6f62d53 Merge to XFA: Allow external font-path configuration from pdfium_test. by Lei Zhang · 9 years ago
  59. e0947b3 Merge to XFA: Implement FPDFAction_GetFilePath(). by Lei Zhang · 9 years ago
  60. bdf72c3 Merge to XFA: Add new public APIs to find the z-order for links and widgets. by Lei Zhang · 9 years ago
  61. cf22eb8 Merge to XFA: Make (and verify) public/ files compile under C. by Tom Sepez · 10 years ago