1. 46b4373 Add FPDFFormObj_GetMatrix() API by Miklos Vajna · 6 years ago
  2. 70cca36 Add proxy for syscall time by Ryan Harrison · 6 years ago
  3. 939426c Remove deprecated flags from fpdf_progressive.h. by Lei Zhang · 6 years ago
  4. 3bee9c6 Add FPDFTextObj_GetText() API by Miklos Vajna · 6 years ago
  5. 2563fc3 Make FPDF_FormHandle be represented as an incomplete type. by Tom Sepez · 6 years ago
  6. 53d4f0a Add FPDFText_GetFontName() API by Miklos Vajna · 6 years ago
  7. 8e0c0db Add Deleter and Scoper for FPDF_PAGELINK. by Andrew Weintraub · 6 years ago
  8. d563855 Cleanup SetSavedCalled API by Ryan Harrison · 6 years ago
  9. c30b4e1 Alert embedder when attempting to save XFA form by Ryan Harrison · 6 years ago
  10. 1d273f1 Add FPDFFormObj_GetObject() API by Miklos Vajna · 6 years ago
  11. cf403ba Create API to remove a parameter from a content mark. by Henrique Nakashima · 6 years ago
  12. fed4adb Create API to remove a content mark from a page object. by Henrique Nakashima · 6 years ago
  13. a340677 Fix mark parameters not saved if nothing changed. by Henrique Nakashima · 6 years ago
  14. 3a83fe5 Fix FPDF_ImportNPagesToOne() documentation. by Lei Zhang · 6 years ago
  15. 07520f6 Create API to set and get blob values from a mark dict. by Henrique Nakashima · 6 years ago
  16. 94230e5 Rename content mark parameter value getters. by Henrique Nakashima · 6 years ago
  17. 140dead Remove clunky mark property value getters by index. by Henrique Nakashima · 6 years ago
  18. b66077d Add FPDFFormObj_CountObjects() API by Miklos Vajna · 6 years ago
  19. 144107d Create API for adding content marks and setting their params. by Henrique Nakashima · 6 years ago
  20. 7007fd5 Create content mark APIs to get values by key. by Henrique Nakashima · 6 years ago
  21. 1448cc1 Add FPDFText_GetTextRenderMode() API by Miklos Vajna · 6 years ago
  22. 8625d3b Add FPDFTextObj_GetFontSize() API by Miklos Vajna · 6 years ago
  23. 8b8031d Follow up to removing JS alert/beep magic numbers by Ryan Harrison · 6 years ago
  24. c3cc2ab Clean up constant values for JS alert and beep by Ryan Harrison · 6 years ago
  25. c765d2a Add FPDFText_GetMatrix() API by Miklos Vajna · 6 years ago
  26. 4c48b10 Add FPDFText_LoadStandardFont to public API by Nicolas Pena · 6 years ago
  27. 62d8ebe Comment some more #else // PDF_ENABLE_XFA by Tom Sepez · 6 years ago
  28. f958f35 Fix the comments in fpdf_transformpage.h. by Lei Zhang · 6 years ago
  29. 97f4d67 Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs by Miklos Vajna · 6 years ago
  30. 491112b Add FPDFPath_GetDrawMode() API by Miklos Vajna · 6 years ago
  31. fffdeeb Add const/non-const versions of remaining CPDF_Dictionary methods. by Lei Zhang · 6 years ago
  32. ca027339 Replace some #ifdefs PDF_ENABLE_XFA, part 2. by Tom Sepez · 6 years ago
  33. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  34. 366df7f Add FPDFPageObj_GetStrokeWidth() API by Miklos Vajna · 6 years ago
  35. c647ed6 Deprecate several Path/Text APIs. by Nicolas Pena · 6 years ago
  36. df1298a Add several FPDFPageObj_* APIs by Nicolas Pena · 6 years ago
  37. 55bbb0a Mark CPDF_Object pointers as const in CPDF_ViewerPreferences. by Lei Zhang · 6 years ago
  38. 9c6204f Add APIs to work with a FPDF_PAGERANGE. by Lei Zhang · 6 years ago
  39. 525147a Use strict types in FPDF API, try #3 by Tom Sepez · 6 years ago
  40. 3f3c39d Check for NULL XFA context even when XFA by Tom Sepez · 6 years ago
  41. fe06d51 Make FPDF_Document always be CPDF_Document. by Tom Sepez · 6 years ago
  42. 9ed6bd7 Add PostScript PASSTHROUGH options to FPDF_SetPrintMode(). by Lei Zhang · 6 years ago
  43. e08d2b1 Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h by Tom Sepez · 6 years ago
  44. b557bdc Create FPDFPageObjMark_GetParamStringValue(). by Henrique Nakashima · 6 years ago
  45. 132c38e Create API to get PageObject mark parameters. by Henrique Nakashima · 6 years ago
  46. ee96772 Add public APIs for undo / redo in forms. by Lei Zhang · 6 years ago
  47. aed6253 Create new FPDFPageObjMark_CountParams() API. by Henrique Nakashima · 6 years ago
  48. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 6 years ago
  49. 1638179 Add index parameter to quadpoints getter and setter. by Ralf Sippl · 6 years ago
  50. 822886b Add return value to FPDF_DeviceToPage(). by Lei Zhang · 6 years ago
  51. b948046 Remove unused XFA Widget API methods by Ryan Harrison · 6 years ago
  52. 14f8897 Remove spellchecking code from XFA by Ryan Harrison · 6 years ago
  53. 3998067 Remove FPDF_SetPrintPostscriptLevel(). by Lei Zhang · 6 years ago
  54. c90adc5 Open FPDF_PAGEOBJECTMARK API. by Henrique Nakashima · 6 years ago
  55. 5098b25 Reland "Add FPDFAnnot_CountAttachmentPoints" by Henrique Nakashima · 6 years ago
  56. ac3e57e Revert "Add FPDFAnnot_CountAttachmentPoints" by Henrique Nakashima · 6 years ago
  57. ca28cb6 Add FPDFAnnot_CountAttachmentPoints by Ralf Sippl · 6 years ago
  58. c3cffbe Fix some param names in the public API. by Lei Zhang · 6 years ago
  59. 5ddbd38 Fix typo in doc of FPDFDest_GetDestPageIndex. by Henrique Nakashima · 7 years ago
  60. 35841fa Create FPDFPage_RemoveObject(). by Henrique Nakashima · 7 years ago
  61. a21d593 Add FPDFAnnotationDeleter for use with std::unique_ptr. by Lei Zhang · 7 years ago
  62. e899dd7 Change return of FPDFDest_GetDestPageIndex to int. by Henrique Nakashima · 7 years ago
  63. 71a7d37 Deprecate FPDFDest_GetPageIndex and create a fixed version. by Henrique Nakashima · 7 years ago
  64. 66ce22c Experimental API for N-up feature support for print by xlou · 7 years ago
  65. 3f3f513 Clean up FPDFPage_New() documentation. by Lei Zhang · 7 years ago
  66. d6e92bd Clean up FPDF_GetFormType(). by Lei Zhang · 7 years ago
  67. 2615590 Add FPDF_GetPageBoundingBox API. by Henrique Nakashima · 7 years ago
  68. 2056fac Add support for XFA specific FormField types by Ryan Harrison · 7 years ago
  69. 6e22f26 Correct doc for clipping param in FPDF_RenderPageBitmapWithMatrix. by Henrique Nakashima · 7 years ago
  70. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  71. 5970a47 Add FPDFAnnot_SetAP to public API. by Henrique Nakashima · 7 years ago
  72. 9239486 Improve documentation of FPDF_RenderPageBitmapWithMatrix. by Henrique Nakashima · 7 years ago
  73. 241752f Change FPDFText_GetCharBox() to return a boolean. by Lei Zhang · 7 years ago
  74. 7625021 Change FPDFText_GetRect() to return a boolean. by Lei Zhang · 7 years ago
  75. 326c38c Remove unused parameter from FPDFDest_GetView(). by Lei Zhang · 7 years ago
  76. a74e75d Add FPDFAnnot_GetAP to public API. by Henrique Nakashima · 7 years ago
  77. 50bd8fa Change FPDFLink_GetRect() to return a boolean. by Lei Zhang · 7 years ago
  78. ecd063e Expose marked content IDs for images and alt text. by Julian Lunger · 7 years ago
  79. de3f3fc Open FPDFDest_GetView API. by Henrique Nakashima · 7 years ago
  80. 9ccf087 Add missing fpdfview_c_api_test.c entries. by Lei Zhang · 7 years ago
  81. 07b4727 Make clip optional in FPDFPage_TransFormWithClip. by Shirleen Lou · 7 years ago
  82. 979e916 Remove m_bFlagExact from CFX_SubstFont by Nicolas Pena · 7 years ago
  83. 0e56881 Add in count value for form types by Ryan Harrison · 7 years ago
  84. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  85. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  86. 077f643 Add FPDFCatalog_IsTagged to public API. by Henrique Nakashima · 7 years ago
  87. a74a627 Move HasXFAField out from XFA feature flag by Ryan Harrison · 7 years ago
  88. 73784e8 Allow to use null FX_DOWNLOADHINTS to check data availability by Artem Strygin · 7 years ago
  89. 86f5cf1 Cleanup some font headers by Dan Sinclair · 7 years ago
  90. ba14c0a Update comments regarding dictionary keys in public APIS. by Lei Zhang · 7 years ago
  91. 9262761 API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() by Miklos Vajna · 7 years ago
  92. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 7 years ago
  93. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  94. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  95. 24b0733 Change behaviour of FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  96. 0733a1b Change FPDFImageObj_GetImageFilter() to return byte strings. by Lei Zhang · 7 years ago
  97. df064df Change APIs to use FPDF_BYTESTRING for keys. by Lei Zhang · 7 years ago
  98. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  99. d1ed1ce Added FPDFAnnot_GetAnnotIndex() by Jane Liu · 7 years ago
  100. 300bb27 Added FPDFAnnot_GetLinkedAnnot() by Jane Liu · 7 years ago