1. 525147a Use strict types in FPDF API, try #3 by Tom Sepez · 6 years ago
  2. e08d2b1 Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h by Tom Sepez · 6 years ago
  3. b557bdc Create FPDFPageObjMark_GetParamStringValue(). by Henrique Nakashima · 6 years ago
  4. 132c38e Create API to get PageObject mark parameters. by Henrique Nakashima · 6 years ago
  5. aed6253 Create new FPDFPageObjMark_CountParams() API. by Henrique Nakashima · 6 years ago
  6. c49e62e Add test for saving after adding or removing page objects. by Henrique Nakashima · 6 years ago
  7. 971a674 Rename fpdfsdk/fpdf* files to be consistent by Dan Sinclair · 6 years ago[Renamed (98%) from fpdfsdk/fpdfedit_embeddertest.cpp]
  8. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 6 years ago
  9. c90adc5 Open FPDF_PAGEOBJECTMARK API. by Henrique Nakashima · 6 years ago
  10. 35841fa Create FPDFPage_RemoveObject(). by Henrique Nakashima · 7 years ago
  11. 1330ebb Make FPDFBitmap_GetFormat() work for JBIG images. by Lei Zhang · 7 years ago
  12. 53341dd Add a test for FPDFImageObj_GetBitmap() with a JBIG image. by Lei Zhang · 7 years ago
  13. c113c7a Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). by Lei Zhang · 7 years ago
  14. 107fa7b Get rid of EmbedderTest::RenderPageDeprecated(). by Lei Zhang · 7 years ago
  15. 75c8171 Do more page load/unload checks in EmbedderTest. by Lei Zhang · 7 years ago
  16. a98e366 Clean up RenderPage methods in EmbedderTest. by Lei Zhang · 7 years ago
  17. 0729be2 Make EmbedderTest class member style consistent. by Lei Zhang · 7 years ago
  18. a21d593 Add FPDFAnnotationDeleter for use with std::unique_ptr. by Lei Zhang · 7 years ago
  19. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  20. ecd063e Expose marked content IDs for images and alt text. by Julian Lunger · 7 years ago
  21. 8baea3c Stop using m_SavedPage in embedder tests. by Henrique Nakashima · 7 years ago
  22. 09b4192 Revert "Revert "Reland "Remove ContrastAdjust().""" by Henrique Nakashima · 7 years ago
  23. 978ba20 Revert "Reland "Remove ContrastAdjust()."" by Henrique Nakashima · 7 years ago
  24. d5ec7ab Reland "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  25. 42613d8 Revert "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  26. 53d443f Remove ContrastAdjust(). by Henrique Nakashima · 7 years ago
  27. 04e4dc8 Fix rounding of colour values by Dan Sinclair · 7 years ago
  28. 10e1f05 Cleanup font defines by Dan Sinclair · 7 years ago
  29. 79eab23 Add Length1 in TrueType font streams by Nicolás Peña · 7 years ago
  30. 5f95f36 Change bottom-top order in FontBBox by Nicolás Peña · 7 years ago
  31. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  32. 9262761 API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() by Miklos Vajna · 7 years ago
  33. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 7 years ago
  34. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  35. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  36. 12abfd0 Add public method FPDFPath_CountPoint to get # of points of a path object. by Miklos Vajna · 7 years ago
  37. 0733a1b Change FPDFImageObj_GetImageFilter() to return byte strings. by Lei Zhang · 7 years ago
  38. ca89829 API and test for retrieving metadata from image objects by Jane Liu · 7 years ago
  39. be63ab9 API and test for retrieving image filters from image objects by Jane Liu · 7 years ago
  40. 2e5f0ae Added FPDFPageObj_Destroy() for freeing page objects created by Jane Liu · 7 years ago
  41. 548334e APIs and tests for retrieving raw/decoded data from image objects by Jane Liu · 7 years ago
  42. 28fb7ba APIs and tests for extracting bitmaps from image objects by Jane Liu · 7 years ago
  43. 00c3cfd Roll FreeType to c56d8851ea987023cc73981a70d261b3f6427545 by Nicolas Pena · 7 years ago
  44. 3ff5400 Allow EmbedderTest to test saving by Nicolas Pena · 7 years ago
  45. a0b48aa Add TestSaved helper method in FPDFEditEmbeddertest by Nicolas Pena · 7 years ago
  46. 9ba8fbc Set default graphics before generating page contents by Nicolas Pena · 7 years ago
  47. d60e9ad Changed the return type for annotation APIs by Jane Liu · 7 years ago
  48. e10509a Wrapper class for annotation dictionary + CPDF_Form by Jane Liu · 7 years ago
  49. ce67be4 Fix crash when inserting empty path by Nicolas Pena · 7 years ago
  50. 603a31d Add blend to GraphicsData by Nicolas Pena · 7 years ago
  51. eda6525 Fixing FPDFPage_TransformAnnots by Jane Liu · 7 years ago
  52. d9d6c29 Fix EmptyCreation test by Nicolas Pena · 7 years ago
  53. e858aa4 Fix content generation to only generate dirty page objects. by wileyrya · 7 years ago
  54. 207b727 Eliminate unneeded calls to FPDFPage_GenerateContent by Nicolas Pena · 7 years ago
  55. 41066c1 Bad cast to CPDF_Document in FPDFEditEmbeddertest by Tom Sepez · 7 years ago
  56. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 7 years ago
  57. 1ef04c9 fpdfsdk: add minimal FPDFPageObj_GetType() testcase by Miklos Vajna · 7 years ago
  58. d74da7b Make CPDF_Font member variables protected. by Lei Zhang · 7 years ago
  59. f45ade3 Add a ToUnicode mapping when loading CID fonts by Nicolas Pena · 7 years ago
  60. b8e89e3 Roll FreeType to 5a3490e. by Lei Zhang · 7 years ago
  61. b316185 Add API to create a text object using a loaded font. by Nicolas Pena · 7 years ago
  62. ce8e51e Fix rotations by rbpotter · 7 years ago
  63. 742977f Add embeddertest for form text rendering and saving by Nicolas Pena · 7 years ago
  64. ed4705b Add public method FPDFPath_GetFillColor to get fill color of a path object. by Miklos Vajna · 7 years ago
  65. 3de5005 Upgrade to FreeType 2.7.1. by Lei Zhang · 7 years ago
  66. 0d6d178 Remove old test expectations after the Mac 10.12 upgrade. by Lei Zhang · 7 years ago
  67. 5bcd9a3 Fix Mac tests on 10.12 by Nicolas Pena · 8 years ago
  68. cbd8957 Move FPDFImageObj_LoadJpegHelper() into an anonymous namespace. by Lei Zhang · 8 years ago
  69. d03ca42 Add public method FPDFText_LoadFont to load some types of fonts. by Nicolas Pena · 8 years ago
  70. be90aae Add public API for creating a Type1 font by Nicolas Pena · 8 years ago
  71. a4ad01f Move generated graphics and font maps to CPDF_Page by Nicolas Pena · 8 years ago
  72. 4905840 Add public API for adding text with standard fonts by Nicolas Pena · 8 years ago
  73. 2eb1a70 Add line width option for stroking paths by Nicolas Pena · 8 years ago
  74. 0fc185e Add EmbedderTest for adding and filling paths by Nicolas Pena · 8 years ago
  75. dc7ec03 Add a regression test for rasterizing PDFs. by thestig · 8 years ago
  76. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  77. 9b777de Fix an embedder test with leaked page object by weili · 8 years ago
  78. 7712c26 Fix unittest with embedded NUL character. by etienneb · 8 years ago
  79. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdfedit_embeddertest.cpp]
  80. 3f1c71f Merge to XFA: Use std::map as CPDF_Dictionary's underlying store. by Oliver Chang · 9 years ago
  81. 0aec19b Merge to XFA: Disentangle fpdfsave_embeddertest's FPDF_FILEWRITE. by Tom Sepez · 9 years ago
  82. d483eb4 Merge to XFA: Add fpdf_edit basic creation embedder test. by Tom Sepez · 9 years ago