1. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  2. 24b0733 Change behaviour of FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  3. 0733a1b Change FPDFImageObj_GetImageFilter() to return byte strings. by Lei Zhang · 7 years ago
  4. df064df Change APIs to use FPDF_BYTESTRING for keys. by Lei Zhang · 7 years ago
  5. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  6. d1ed1ce Added FPDFAnnot_GetAnnotIndex() by Jane Liu · 7 years ago
  7. 300bb27 Added FPDFAnnot_GetLinkedAnnot() by Jane Liu · 7 years ago
  8. b370e5a Fixed the return values of FPDFAnnot_Get{Rect|AttachmentPoints} by Jane Liu · 7 years ago
  9. 0c6b07d Changed the return type of FPDFAnnot_Get{Rect|AttachmentPoints}() by Jane Liu · 8 years ago
  10. ca89829 API and test for retrieving metadata from image objects by Jane Liu · 7 years ago
  11. d300234 Add a new public method to get the the origin of a character. by Andrew Weintraub · 8 years ago
  12. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 8 years ago
  13. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 8 years ago
  14. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 8 years ago
  15. be63ab9 API and test for retrieving image filters from image objects by Jane Liu · 8 years ago
  16. 2e5f0ae Added FPDFPageObj_Destroy() for freeing page objects created by Jane Liu · 8 years ago
  17. 548334e APIs and tests for retrieving raw/decoded data from image objects by Jane Liu · 8 years ago
  18. 28fb7ba APIs and tests for extracting bitmaps from image objects by Jane Liu · 8 years ago
  19. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 8 years ago
  20. f63e813 Added FPDFDoc_DeleteAttachment() by Jane Liu · 8 years ago
  21. 605fb60 Added missing STDCALL by Jane Liu · 8 years ago
  22. 54a4214 Basic APIs and tests for adding attachments by Jane Liu · 8 years ago
  23. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 8 years ago
  24. 72cc6c6 Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READY by Dan Sinclair · 8 years ago
  25. 40870db Add FPDFAnnot_GetFormFieldAtPoint() and embedder tests. by Diana Gage · 8 years ago
  26. 7e0c05d Add FPDFAnnot_GetFormFieldFlags() and associated embedder tests. by Diana Gage · 8 years ago
  27. c5ea630 Removed public/ in include by Jane Liu · 8 years ago
  28. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 8 years ago
  29. 5672524 Fix CONTINUED spelling by Dan Sinclair · 8 years ago
  30. 4bb4e84 Add missing STDCALL annotations by Dan Sinclair · 8 years ago
  31. 57f228d Updated pdfium_test's WriteAnnot() by Jane Liu · 8 years ago
  32. 38a01b9 Restore FPDF_SetPrintingPostscriptLevel API by rbpotter · 8 years ago
  33. 53aafa9 Basic APIs and test for retrieving embedded attachment count and name by Jane Liu · 8 years ago
  34. 7a9a38b Added API for removing objects from annotations by Jane Liu · 8 years ago
  35. e8468c4 Add Windows generic / text only printer driver support. by rbpotter · 8 years ago
  36. 2e1a32b Added APIs for getting/setting string pairs in annotation dictionaries by Jane Liu · 8 years ago
  37. 3656774 Generalized annotation APIs to support image and text objects by Jane Liu · 8 years ago
  38. b137e75 Added APIs for setting annotation flag values by Jane Liu · 8 years ago
  39. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 8 years ago
  40. 8ce58f5 Added FPDFAnnot_RemoveAnnot() by Jane Liu · 8 years ago
  41. 0646275 Made existing annotation APIs to work with AP by Jane Liu · 8 years ago
  42. d60e9ad Changed the return type for annotation APIs by Jane Liu · 8 years ago
  43. 10e02fa Updated FPDF_GetMetaText doc string for linearized files. by Henrique Nakashima · 8 years ago
  44. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 8 years ago
  45. e10509a Wrapper class for annotation dictionary + CPDF_Form by Jane Liu · 8 years ago
  46. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 8 years ago
  47. 603a31d Add blend to GraphicsData by Nicolas Pena · 8 years ago
  48. a7d2c15 Remove deprecated FPDPage_HasFormFieldAtPoint(). by Lei Zhang · 8 years ago
  49. d3b90ac Fix FPDFAction_GetFilePath() documentation error. by Lei Zhang · 8 years ago
  50. 262cf46 Minor changes/addons for annotation APIs by Jane Liu · 8 years ago
  51. 20eafda Basic APIs and tests for creating annotations by Jane Liu · 8 years ago
  52. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 8 years ago
  53. 5be0b29 Add public #defines for line cap and line join values. by wileyrya · 8 years ago
  54. 06bbdef Add public API for setting the blend mode on a page object. by wileyrya · 8 years ago
  55. f1697fa Add public API for getting the bounds of a page object. by wileyrya · 8 years ago
  56. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 8 years ago
  57. 22a237f Add public API for setting LineJoin and LineCap on a path by wileyrya · 8 years ago
  58. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 8 years ago
  59. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 8 years ago
  60. 392cfd6 Remove FPDFPageObj_NewImgeObj(). by Lei Zhang · 8 years ago
  61. d1c9b45 Add raw PostScript output to pdfium_test on Windows. by Lei Zhang · 8 years ago
  62. b316185 Add API to create a text object using a loaded font. by Nicolas Pena · 8 years ago
  63. d9dad3a Add title (/T) extraction for PDF tagged structures by dan sinclair · 8 years ago
  64. ddcb6e7 Add option to pdfium_test to dump structure elements by Dan Sinclair · 8 years ago
  65. ed4705b Add public method FPDFPath_GetFillColor to get fill color of a path object. by Miklos Vajna · 8 years ago
  66. 29479f6 Add method to get tagged type by Dan Sinclair · 8 years ago
  67. 1423319 Add public method FPDFPageObj_GetType to get type of a page object. by Miklos Vajna · 8 years ago
  68. 1d17a04 Introduce unique_ptr compatible deleters for FPDF types by Tom Sepez · 8 years ago
  69. cbd8957 Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. by Lei Zhang · 8 years ago
  70. 5c1961d Add public method FPDFText_GetTextIndexFromCharIndex by Nicolas Pena · 8 years ago
  71. d03ca42 Add public method FPDFText_LoadFont to load some types of fonts. by Nicolas Pena · 8 years ago
  72. be90aae Add public API for creating a Type1 font by Nicolas Pena · 8 years ago
  73. 9162ff8 Fix nits from commit db764708. by Lei Zhang · 8 years ago
  74. 4905840 Add public API for adding text with standard fonts by Nicolas Pena · 8 years ago
  75. 2eb1a70 Add line width option for stroking paths by Nicolas Pena · 8 years ago
  76. 55e026b Add APIs for path construction and painting by Nicolas Pena · 8 years ago
  77. db76470 Add postscript path by rbpotter · 8 years ago
  78. f085db3 Add inline JPEGs. by rbpotter · 8 years ago
  79. 6bdb56c Fix FPDF_GetPageLabel API typo. by dsinclair · 8 years ago
  80. a78ba60 Add FPDF_RenderPageBitmapWithMatrix API. by thestig · 8 years ago
  81. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  82. 733e068 Add API for getting page labels. by thestig · 8 years ago
  83. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  84. 058d2d6 Continue formatting fwl/core by dsinclair · 8 years ago
  85. 788217d Add FPDF_FreeDefaultSystemFontInfo API by npm · 8 years ago
  86. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  87. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  88. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  89. f2662c4 Cleanup CPDFXFA_Document. by dsinclair · 8 years ago
  90. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 8 years ago
  91. 9b777de Fix an embedder test with leaked page object by weili · 8 years ago
  92. 8e12029 Add test for bug 620428 (setinterval cancellation) by tsepez · 9 years ago
  93. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 9 years ago
  94. fdb35ff Implement CGdiPrinterDriver::DrawDeviceText(). by thestig · 9 years ago
  95. 3bd3841 Remove checks for _WIN32_WCE. by thestig · 9 years ago
  96. a55880d Add missing STDCALL for FPDFDoc_GetPageMode(). by thestig · 9 years ago
  97. 860193b Continue documentation cleanup by dsinclair · 9 years ago
  98. 6914118 Remove CFX_ArrayTemplate from CPDF_LinkExtract by tsepez · 9 years ago
  99. 5f597db Cleanup fpdf_edit.h and fpdf_doc.h documentation. by dsinclair · 9 years ago
  100. ea10a0d Cleanup public/fpdf_dataavail.h documentation. by dan sinclair · 9 years ago