1. ffff6c5 Make CPDF_Font a retainable type. by Tom Sepez · 5 years ago
  2. 45501f3 Add FPDFPageObj_GetClipPath() API by Miklos Vajna · 5 years ago
  3. 2697cb1 Handle compressed data streams in CPDF_PageContentGenerator. by Lei Zhang · 5 years ago
  4. a2b7073 Roll third_party/freetype/src/ 31757f969..f37083edf (54 commits) by Lei Zhang · 5 years ago
  5. 590f424 Fix nits involving 'constexpr const' code. by Lei Zhang · 5 years ago
  6. 3475b48 Remove deprecated fpdf_edit APIs. by Lei Zhang · 5 years ago
  7. e67bcc7 Replace _FX_PLATFORM_WINDOWS_ with defined(OS_WIN). by Lei Zhang · 6 years ago
  8. e4cdac5 Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX). by Lei Zhang · 6 years ago
  9. f0f6768 Introduce ScopedFPDFWideString for use in tests. by Lei Zhang · 6 years ago
  10. 7daf7a2 Serialize floats in page content to avoid exponential representation by Manoj Biswas · 6 years ago
  11. e039bab Write out the font encoding in CPDF_PageContentGenerator::ProcessText(). by Lei Zhang · 6 years ago
  12. 0dcb8fd Remove unneeded fx_font.h includes from headers. by Lei Zhang · 6 years ago
  13. b6992dd Move a bunch of code out of testing/test_support.h. by Lei Zhang · 6 years ago
  14. 4c64e96 Split hashing code into testing/utils/hash.h. by Lei Zhang · 6 years ago
  15. 7a62988 Update the "BaseFont" value of Type0, Type1, and TrueType. by KDr2 · 6 years ago
  16. 0b49405 Add EmbedderTest::OpenSavedDocumentWithPassword(). by Lei Zhang · 6 years ago
  17. 30ff253 Add EmbedderTest::RenderPage(). by Lei Zhang · 6 years ago
  18. f054289 Fix some nits in fpdf_edit code. by Lei Zhang · 6 years ago
  19. 8da0e1b Change the type of CIDSystemInfo.{Registry,Ordering} to String by KDr2 · 6 years ago
  20. 9c950b1 Improve LoadCIDType0Font test to check dictionary entry types. by Lei Zhang · 6 years ago
  21. ab41f25 Rename "Embeddertest" to "EmbedderTest". by Lei Zhang · 6 years ago
  22. 351e8b0 Fix some nits in FPDFEditEmbeddertest. by Lei Zhang · 6 years ago
  23. d3b028b Mark kFoo variables const, or rename them if they are not. by Lei Zhang · 6 years ago
  24. 866d688 Implement FPDFImageObj_GetMatrix(). by Lei Zhang · 6 years ago
  25. f40380f Rename CPDF_{Array,Dictionary}::GetCount() to size(). by Lei Zhang · 6 years ago
  26. c3099d1 Change signature of FPDFPageObjMark_Get(Name|ParamKey). by Henrique Nakashima · 6 years ago
  27. 6fc8d87 Encode mark names when writing to file. by Henrique Nakashima · 6 years ago
  28. 5091a49 Revert "Disable FPDFEditEmbeddertest.AddCIDFontText" by Tom Sepez · 6 years ago
  29. 725f544 Disable FPDFEditEmbeddertest.AddCIDFontText by Tom Sepez · 6 years ago
  30. 657a1aa Set correct stream index when parsing is done in several steps. by Henrique Nakashima · 6 years ago
  31. a5078b7 Save and reload document in RemoveMarkedObjectsPrime test. by Henrique Nakashima · 6 years ago
  32. 20c41a5 Use pdfium::span<>/UnownedPtr in CFX_Font. by Tom Sepez · 6 years ago
  33. 46b4373 Add FPDFFormObj_GetMatrix() API by Miklos Vajna · 6 years ago
  34. b9c3e27 Remove more default arg = nullptr cases. by Tom Sepez · 6 years ago
  35. 53d4f0a Add FPDFText_GetFontName() API by Miklos Vajna · 6 years ago
  36. 5e2c51c Make pdfium_embeddertests pass on Windows 10. by Lei Zhang · 6 years ago
  37. d72fd58 Fix some nits in FPDFEditEmbeddertest. by Lei Zhang · 6 years ago
  38. 1d273f1 Add FPDFFormObj_GetObject() API by Miklos Vajna · 6 years ago
  39. cf403ba Create API to remove a parameter from a content mark. by Henrique Nakashima · 6 years ago
  40. fed4adb Create API to remove a content mark from a page object. by Henrique Nakashima · 6 years ago
  41. a340677 Fix mark parameters not saved if nothing changed. by Henrique Nakashima · 6 years ago
  42. d8df8c3 Fix mark not saved if there are no other changes in the same object. by Henrique Nakashima · 6 years ago
  43. 07520f6 Create API to set and get blob values from a mark dict. by Henrique Nakashima · 6 years ago
  44. 94230e5 Rename content mark parameter value getters. by Henrique Nakashima · 6 years ago
  45. 140dead Remove clunky mark property value getters by index. by Henrique Nakashima · 6 years ago
  46. b4bcf69 Write marked content operators when generating a stream. by Henrique Nakashima · 6 years ago
  47. b66077d Add FPDFFormObj_CountObjects() API by Miklos Vajna · 6 years ago
  48. cbed949 Add test for reading marked content with an indirect dict. by Henrique Nakashima · 6 years ago
  49. 144107d Create API for adding content marks and setting their params. by Henrique Nakashima · 6 years ago
  50. 7007fd5 Create content mark APIs to get values by key. by Henrique Nakashima · 6 years ago
  51. 1448cc1 Add FPDFText_GetTextRenderMode() API by Miklos Vajna · 6 years ago
  52. 8625d3b Add FPDFTextObj_GetFontSize() API by Miklos Vajna · 6 years ago
  53. 0dcf1f4 Do not save content stream if all page objects were removed from it. by Henrique Nakashima · 6 years ago
  54. c765d2a Add FPDFText_GetMatrix() API by Miklos Vajna · 6 years ago
  55. 27cf78d Rewrite content stream regeneration. by Henrique Nakashima · 6 years ago
  56. 4c48b10 Add FPDFText_LoadStandardFont to public API by Nicolas Pena · 6 years ago
  57. 6eb7939 Fill m_ContentStream field in CPDF_PageObject. by Henrique Nakashima · 6 years ago
  58. 5ebfd64 Test to show editing a PageObject and saving the .pdf duplicates it. by Henrique Nakashima · 6 years ago
  59. eababa1 Use CPDF_StreamAcc to data access of CPDF_Stream. by Artem Strygin · 6 years ago
  60. ac42dd2 Improve FPDFPath_GetMatrix() tests by Miklos Vajna · 6 years ago
  61. 97f4d67 Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs by Miklos Vajna · 6 years ago
  62. 491112b Add FPDFPath_GetDrawMode() API by Miklos Vajna · 6 years ago
  63. b1ec280 Add proper const/non-const versions of CPDF_Dictionary::GetDictFor(). by Lei Zhang · 6 years ago
  64. de579ab Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). by Lei Zhang · 6 years ago
  65. 710fa99 Mark CPDF_Object pointers in pattern code as const. by Lei Zhang · 6 years ago
  66. 366df7f Add FPDFPageObj_GetStrokeWidth() API by Miklos Vajna · 6 years ago
  67. 525147a Use strict types in FPDF API, try #3 by Tom Sepez · 7 years ago
  68. e08d2b1 Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h by Tom Sepez · 7 years ago
  69. b557bdc Create FPDFPageObjMark_GetParamStringValue(). by Henrique Nakashima · 7 years ago
  70. 132c38e Create API to get PageObject mark parameters. by Henrique Nakashima · 7 years ago
  71. aed6253 Create new FPDFPageObjMark_CountParams() API. by Henrique Nakashima · 7 years ago
  72. c49e62e Add test for saving after adding or removing page objects. by Henrique Nakashima · 7 years ago
  73. 971a674 Rename fpdfsdk/fpdf* files to be consistent by Dan Sinclair · 7 years ago[Renamed (98%) from fpdfsdk/fpdfedit_embeddertest.cpp]
  74. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 7 years ago
  75. c90adc5 Open FPDF_PAGEOBJECTMARK API. by Henrique Nakashima · 7 years ago
  76. 35841fa Create FPDFPage_RemoveObject(). by Henrique Nakashima · 7 years ago
  77. 1330ebb Make FPDFBitmap_GetFormat() work for JBIG images. by Lei Zhang · 7 years ago
  78. 53341dd Add a test for FPDFImageObj_GetBitmap() with a JBIG image. by Lei Zhang · 7 years ago
  79. c113c7a Get rid of EmbedderTest::RenderPageWithFlagsDeprecated(). by Lei Zhang · 7 years ago
  80. 107fa7b Get rid of EmbedderTest::RenderPageDeprecated(). by Lei Zhang · 7 years ago
  81. 75c8171 Do more page load/unload checks in EmbedderTest. by Lei Zhang · 7 years ago
  82. a98e366 Clean up RenderPage methods in EmbedderTest. by Lei Zhang · 7 years ago
  83. 0729be2 Make EmbedderTest class member style consistent. by Lei Zhang · 7 years ago
  84. a21d593 Add FPDFAnnotationDeleter for use with std::unique_ptr. by Lei Zhang · 7 years ago
  85. 2334660 Use unsigned for char width by Nicolas Pena · 7 years ago
  86. ecd063e Expose marked content IDs for images and alt text. by Julian Lunger · 7 years ago
  87. 8baea3c Stop using m_SavedPage in embedder tests. by Henrique Nakashima · 7 years ago
  88. 09b4192 Revert "Revert "Reland "Remove ContrastAdjust().""" by Henrique Nakashima · 7 years ago
  89. 978ba20 Revert "Reland "Remove ContrastAdjust()."" by Henrique Nakashima · 7 years ago
  90. d5ec7ab Reland "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  91. 42613d8 Revert "Remove ContrastAdjust()." by Henrique Nakashima · 7 years ago
  92. 53d443f Remove ContrastAdjust(). by Henrique Nakashima · 7 years ago
  93. 04e4dc8 Fix rounding of colour values by Dan Sinclair · 7 years ago
  94. 10e1f05 Cleanup font defines by Dan Sinclair · 7 years ago
  95. 79eab23 Add Length1 in TrueType font streams by Nicolás Peña · 7 years ago
  96. 5f95f36 Change bottom-top order in FontBBox by Nicolás Peña · 7 years ago
  97. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  98. 9262761 API: rename FPDFPage_CountObject() to FPDFPage_CountObjects() by Miklos Vajna · 7 years ago
  99. 0150a54 API: rename FPDFPath_CountPoint() to FPDFPath_CountSegments() by Miklos Vajna · 7 years ago
  100. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago