1. 300c4e4 Clarify documentation for FPDFLink_GetURL by Andrew Weintraub · 4 years, 7 months ago
  2. 9346b7c Remove several unused enums and structs from public/fpdf_fwlevent.h. by Tom Sepez · 4 years, 7 months ago
  3. 3c04fb3 Cover FPDF_GetDefaultTTFMap() from embedder tests. by Tom Sepez · 4 years, 7 months ago
  4. 9b87a7d Use std::unique_ptr inside FPDFDOC_ExitFormFillEnvironment() by Daniel Hosseinian · 4 years, 7 months ago
  5. e83d8b4 Add FPDFTextObj_SetTextRenderMode() to public API by Daniel Hosseinian · 4 years, 7 months ago
  6. a919e1b Update documentation for PDFium initialization. by Lei Zhang · 4 years, 7 months ago
  7. e020cf3 Fix some whitespace in public header formatting by Tom Sepez · 4 years, 7 months ago
  8. 29ea9c4 Tidy interface comments in public/fpdf_formfill.h. by Tom Sepez · 4 years, 7 months ago
  9. 197d0d8 Unify FPDF_FORMFILLINFO versioning and mark V2 as experimental by Tom Sepez · 4 years, 7 months ago
  10. 8cb6a65 Change FPDF_TEXTRENDERMODE_* C-style defines to enums by Daniel Hosseinian · 4 years, 7 months ago
  11. 8da9823 Use floats in experimental APIs. by Lei Zhang · 4 years, 7 months ago
  12. 127ad51 Tidy XFA public interfaces. by Tom Sepez · 4 years, 8 months ago
  13. dfa075b Add some experimental float API variants in public/fpdfview.h. by Lei Zhang · 4 years, 8 months ago
  14. b198c77 Provide a FPDF_LoadXFA() stub even when XFA not present. by Tom Sepez · 4 years, 8 months ago
  15. 22d97f2 Expose FORM_OnRButton{Down,Up} to non-XFA builds by Tom Sepez · 4 years, 8 months ago
  16. 024cbe1 Add unit tests for FPDF_BSTR. by Tom Sepez · 4 years, 8 months ago
  17. da2cf01 Remove some DOXY-style punctuation from fpdf_formfill.h. by Tom Sepez · 4 years, 8 months ago
  18. aa64a71 Remove duplicate FPDF_OBJECT_ definitions from fpdf_annot.h by Tom Sepez · 4 years, 9 months ago
  19. 5623992 Document obsolete FPDF render flags. by Tom Sepez · 4 years, 9 months ago
  20. 0f4ac58 New API to retrieve a character's loose bounds by Ian Prest · 4 years, 10 months ago
  21. f5ad5c1 PDF a11y: new API for fill and stroke colors by Benjamin Beaudry · 4 years, 10 months ago
  22. c395261 New FPDFText_GetTextRenderMode API by Benjamin Beaudry · 4 years, 10 months ago
  23. f27abc1 Rename FPDFText_GetTextRenderMode() to FPDFTextObj_GetTextRenderMode(). by Lei Zhang · 4 years, 11 months ago
  24. 633c8c3 PDF a11y: new API for font-weight by Benjamin Beaudry · 4 years, 11 months ago
  25. f560e06 Mention how much memory FPDFBitmap_Create() can allocate. by Lei Zhang · 5 years ago
  26. 282a34a Always pass NULL |hWidget| in FFI_PopupMenu(). by Tom Sepez · 5 years ago
  27. 25661d1 Add experimental JavaScript retrieval APIs. by Lei Zhang · 5 years ago
  28. a9d33bd Remove |page| parameter in FPDFAnnot_GetFormFieldFlags(). by Lei Zhang · 5 years ago
  29. ffff6c5 Make CPDF_Font a retainable type. by Tom Sepez · 5 years ago
  30. 45501f3 Add FPDFPageObj_GetClipPath() API by Miklos Vajna · 5 years ago
  31. d31c667 Get the rotation angle of a character. by Benjamin Beaudry · 5 years ago
  32. 23fdf89 FPDFAnnot_IsChecked API for checkboxes and radio buttons. by Ryan Smith · 5 years ago
  33. 90ddbac Properly run Python scripts on Windows in presubmit checks. by Lei Zhang · 5 years ago
  34. 2292360 Remove const from public fpdfview types. by Tom Sepez · 5 years ago
  35. a04a654 Shorten FPDFPage thumbnail API names. by Lei Zhang · 5 years ago
  36. 5cf6e20 API to return text range for weblinks by Ankit Kumar 🌪️ · 5 years ago
  37. c2cdb2e Fix 24 ClangTidy - Readability/Naming findings in /pdfium/. by Andrew Weintraub · 5 years ago
  38. 801e1bf Create FPDF_Thumbnail API and refactor raw stream retrieval by Jeremy Chinsen · 5 years ago
  39. ff818c7 Fix comments in public headers that refer to "raw bytes" by Lei Zhang · 5 years ago
  40. fe111d9 Fix 22 ClangTidy - Readability/Naming findings in fpdfsdk. by Andrew Weintraub · 5 years ago
  41. eaac1d0 Add ScopedFPDFClipPath. by Lei Zhang · 5 years ago
  42. 2f04854 Properly spell out UTF-16LE. by Lei Zhang · 5 years ago
  43. 960e295 Give buffers in experimental fpdf_attachment.h APIs clearer types. by Lei Zhang · 5 years ago
  44. 3475b48 Remove deprecated fpdf_edit APIs. by Lei Zhang · 5 years ago
  45. 9310106 [Reland] Switch pdfium target from a static library to a component by Tom Anderson · 5 years ago
  46. 858e2a7 Revert "[Reland] Switch pdfium target from a static library to a component" by Thomas Anderson · 5 years ago
  47. d7e5b1d [Reland] Switch pdfium target from a static library to a component by Tom Anderson · 5 years ago
  48. 8e8a36d Revert "Switch pdfium target from a static library to a component" by Lei Zhang · 5 years ago
  49. 7098d04 Switch pdfium target from a static library to a component by Tom Anderson · 5 years ago
  50. 09c23b1 GetFontSize for Variable Text Annotations. by Ryan Smith · 5 years ago
  51. 5bf8c7f Give buffers in experimental fpdf_annot.h APIs clearer types. by Lei Zhang · 5 years ago
  52. 30e049d Fix some variable naming in fpdf_ppo.cpp. by Lei Zhang · 5 years ago
  53. 9ba187a Fix FPDF_FILEACCESS lifetime issue with FPDF_LoadCustomDocument(). by Lei Zhang · 5 years ago
  54. 3e78560 Add GetNumberValue function to fpdf_annot. by rycsmith · 5 years ago
  55. cb752f3 Add Opt array functions to to fpdf_annot.h. by rycsmith · 5 years ago
  56. a5230e2 Select/deselect and isIndexSelected for Comboboxes and Listboxes. by rycsmith · 5 years ago
  57. 8587173 Document implications of NULL p_JSPlatform in public header. by Tom Sepez · 5 years ago
  58. e6fcdfa Reuse existing CPDF_InteractiveForm in two more APIs. by Lei Zhang · 5 years ago
  59. c3cbf48 Add FPDF_CONSECUTIVE public flag. by Lei Zhang · 5 years ago
  60. 6589cf6 Add ScopedFPDFTextFind. by Lei Zhang · 5 years ago
  61. d19dc58 Make FPDFImageObj_SetBitmap() behavior match comments. by Lei Zhang · 6 years ago
  62. f054289 Fix some nits in fpdf_edit code. by Lei Zhang · 6 years ago
  63. 0783da5 Accept Latin-1 password encoding in document load functions. by Lei Zhang · 6 years ago
  64. 600df80 Refer to functions as Foo() in public header comments. by Lei Zhang · 6 years ago
  65. cef91f1 Check inputs for CPDFSDK_CustomAccess::ReadBlockAtOffset(). by Lei Zhang · 6 years ago
  66. 1068985 Implement FPDF_DocumentHasValidCrossReferenceTable(). by Lei Zhang · 6 years ago
  67. 970fcfe Change FPDFPage_TransFormWithClip() to take const pointers. by Lei Zhang · 6 years ago
  68. 425cb14 Remove unused CPDFSDK_FormFillEnvironment::GetLocalTime(). by Lei Zhang · 6 years ago
  69. 0826582 Fix some formatting and wording in fpdf_formfill.h by Lei Zhang · 6 years ago
  70. 2a5632a Allow PDFium to suggest V8 flags via public/ API. by Tom Sepez · 6 years ago
  71. 866d688 Implement FPDFImageObj_GetMatrix(). by Lei Zhang · 6 years ago
  72. cd11df6 Implement FPDFPageObj_GetLineCap(). by Lei Zhang · 6 years ago
  73. 5736083 Implement FPDFPageObj_GetLineJoin(). by Lei Zhang · 6 years ago
  74. 706e187 Fix timezone inconsistency in document methods test. by Tom Sepez · 6 years ago
  75. 9ead811 Add static asserts for FPDFDOC_AACTION_* constants. by Tom Sepez · 6 years ago
  76. a37989f Add FORM_OnLButtonDoubleClick(). by Lei Zhang · 6 years ago
  77. 618edef Add setters/getters for BleedBox and TrimBox. by xlou · 6 years ago
  78. c7f66ed Add functions to get/set ArtBox. by xlou · 6 years ago
  79. 7bf8164 Better test FPDFAction_* public functions. by Tom Sepez · 6 years ago
  80. 51948ab Add some comments about pointer ownership in fpdf_transformpage.h. by Lei Zhang · 6 years ago
  81. 06f3042 Remove SetSaveCalled API by Ryan Harrison · 6 years ago
  82. c3099d1 Change signature of FPDFPageObjMark_Get(Name|ParamKey). by Henrique Nakashima · 6 years ago
  83. 8071fc7 Remove deprecated FPDFPage_CountObject(). by Lei Zhang · 6 years ago
  84. e919ec1 Remove deprecated FPDFDest_GetPageIndex() API. by Lei Zhang · 6 years ago
  85. 1b2b76d Add FPDFText_GetFontInfo by Nicolas Pena · 6 years ago
  86. 46b4373 Add FPDFFormObj_GetMatrix() API by Miklos Vajna · 6 years ago
  87. 70cca36 Add proxy for syscall time by Ryan Harrison · 6 years ago
  88. 939426c Remove deprecated flags from fpdf_progressive.h. by Lei Zhang · 6 years ago
  89. 3bee9c6 Add FPDFTextObj_GetText() API by Miklos Vajna · 6 years ago
  90. 2563fc3 Make FPDF_FormHandle be represented as an incomplete type. by Tom Sepez · 6 years ago
  91. 53d4f0a Add FPDFText_GetFontName() API by Miklos Vajna · 6 years ago
  92. 8e0c0db Add Deleter and Scoper for FPDF_PAGELINK. by Andrew Weintraub · 6 years ago
  93. d563855 Cleanup SetSavedCalled API by Ryan Harrison · 6 years ago
  94. c30b4e1 Alert embedder when attempting to save XFA form by Ryan Harrison · 6 years ago
  95. 1d273f1 Add FPDFFormObj_GetObject() API by Miklos Vajna · 6 years ago
  96. cf403ba Create API to remove a parameter from a content mark. by Henrique Nakashima · 6 years ago
  97. fed4adb Create API to remove a content mark from a page object. by Henrique Nakashima · 6 years ago
  98. a340677 Fix mark parameters not saved if nothing changed. by Henrique Nakashima · 6 years ago
  99. 3a83fe5 Fix FPDF_ImportNPagesToOne() documentation. by Lei Zhang · 6 years ago
  100. 07520f6 Create API to set and get blob values from a mark dict. by Henrique Nakashima · 6 years ago