1. d08ba55 Remove unused CFFL_FormFiller::GetSystemHandler(). by Tom Sepez · 4 years, 6 months ago
  2. ea38bf5 Move PDFSDK_XFAAActionType from cpdfsdk_fieldaction.h to cpdfsdk_widget.h by Tom Sepez · 4 years, 6 months ago
  3. b2745de Unify PWL right click handling under xfa/non-xfa. by Tom Sepez · 4 years, 6 months ago
  4. de6595c Add support in FPDFAnnot_SetAP() for transparent appearance streams by Shikha Walia · 4 years, 6 months ago
  5. 87c415a Rename CPDF_DIBBase to CPDF_DIB. by Lei Zhang · 4 years, 6 months ago
  6. 52e9146 Add an embeddertest for text extraction of Type 3 fonts. by Hui Yingst · 4 years, 6 months ago
  7. c19e828 Clean up some CFFL class headers. by Lei Zhang · 4 years, 6 months ago
  8. 3ff0d04 Conditionalize more code on PDF_XFA_ELEMENT_SUBMIT_ENABLED. by Tom Sepez · 4 years, 6 months ago
  9. 1b39d72 Unify CPDF_RenderContext constructor. by Tom Sepez · 4 years, 6 months ago
  10. bb9aa5e Remove two impossible null-argument checks in CPDFSDK_PageView. by Tom Sepez · 4 years, 6 months ago
  11. c256469 Remove XFA_TRAVERSEWAY_* definitions by Tom Sepez · 4 years, 6 months ago
  12. 3c04fb3 Cover FPDF_GetDefaultTTFMap() from embedder tests. by Tom Sepez · 4 years, 7 months ago
  13. 1111764 Rename CXFA_FFWidget::OnHitTest() to HitTest() by Tom Sepez · 4 years, 7 months ago
  14. 9b87a7d Use std::unique_ptr inside FPDFDOC_ExitFormFillEnvironment() by Daniel Hosseinian · 4 years, 7 months ago
  15. e83d8b4 Add FPDFTextObj_SetTextRenderMode() to public API by Daniel Hosseinian · 4 years, 7 months ago
  16. 92f9222 Cover FPDF_RemoveFormFieldHighlight() from embedder tests. by Tom Sepez · 4 years, 7 months ago
  17. 6dc1240 Add embedder test for FPDFBitmap_CreateEx(). by Tom Sepez · 4 years, 7 months ago
  18. 2032564 Add CXFA_FFWidget::{Has,Process}EventUnderHandler(). by Tom Sepez · 4 years, 7 months ago
  19. 88357f1 Avoid directly including xfa/ layer in fpdf_save.cpp. by Tom Sepez · 4 years, 7 months ago
  20. bf98014 Only hash pixel data in EmbedderTest::HashBitmap(). by Lei Zhang · 4 years, 7 months ago
  21. 1c9b1c0 Fix bitmap size calculation in EmbedderTest::HashBitmap(). by Lei Zhang · 4 years, 7 months ago
  22. 60a5391 De-virtualize CFFL_FormFiller::GetFocusBox(). by Tom Sepez · 4 years, 7 months ago
  23. 15efd80 Remove unused argument from CFFL_FormFiller::WndtoPWL() and FFFLtoWND(). by Tom Sepez · 4 years, 7 months ago
  24. 197d0d8 Unify FPDF_FORMFILLINFO versioning and mark V2 as experimental by Tom Sepez · 4 years, 7 months ago
  25. 8cb6a65 Change FPDF_TEXTRENDERMODE_* C-style defines to enums by Daniel Hosseinian · 4 years, 7 months ago
  26. ea20851 Change CRYPT_MD5* functions to use pdfium::span. by Lei Zhang · 4 years, 7 months ago
  27. d49e057 Introduce CPDF_Icon class to break CPWL_Icon dependence on parser/. by Tom Sepez · 4 years, 7 months ago
  28. b4d327a Make some members const in CPWL_Icon. by Tom Sepez · 4 years, 7 months ago
  29. b0716e3 Remove dependence between fpdfdk/formfiller and fpdfapi/parser. by Tom Sepez · 4 years, 7 months ago
  30. 4f5d2cf Break direct dependence between fpdfapi/edit and fxge. by Tom Sepez · 4 years, 7 months ago
  31. e579604 Move some CPDF_Object usage from CXFA_FFDoc up into CPDFXFA_Context. by Tom Sepez · 4 years, 7 months ago
  32. ea5411d Remove useless |kFormFieldTypes| constant. by Lei Zhang · 4 years, 7 months ago
  33. 537d3a6 Run clang-format --full on directories that start with 'f'. by Lei Zhang · 4 years, 7 months ago
  34. 6a4c8f7 Prefer (X && Y) over (X ? Y : false). by Tom Sepez · 4 years, 7 months ago
  35. 7a4c247 Remove CFX_Matrix.AsTuple(). by Lei Zhang · 4 years, 7 months ago
  36. 8da9823 Use floats in experimental APIs. by Lei Zhang · 4 years, 7 months ago
  37. 44f1f20 Added test cases for focus APIs of class BAAnnotHandler. by Neha Gupta · 4 years, 7 months ago
  38. 127ad51 Tidy XFA public interfaces. by Tom Sepez · 4 years, 7 months ago
  39. 763d0d3 Revert "Properly write floats in CFX_PSRenderer." by Lei Zhang · 4 years, 8 months ago
  40. 322c0af Provide some diversity of arguments in mouse_events.in. by Tom Sepez · 4 years, 8 months ago
  41. ee77d51 Properly write floats in CFX_PSRenderer. by Lei Zhang · 4 years, 8 months ago
  42. dd4e75a Use CPDF_StreamAcc::GetSpan() in more places. by Lei Zhang · 4 years, 8 months ago
  43. dfa075b Add some experimental float API variants in public/fpdfview.h. by Lei Zhang · 4 years, 8 months ago
  44. b198c77 Provide a FPDF_LoadXFA() stub even when XFA not present. by Tom Sepez · 4 years, 8 months ago
  45. 391d4f3 Remove #ifdef around right-button methods in fpdf_view_c_api_test.c by Tom Sepez · 4 years, 8 months ago
  46. 22d97f2 Expose FORM_OnRButton{Down,Up} to non-XFA builds by Tom Sepez · 4 years, 8 months ago
  47. 024cbe1 Add unit tests for FPDF_BSTR. by Tom Sepez · 4 years, 8 months ago
  48. fe285c3 Test FPDF_SetSandboxPolicy() public API. by Tom Sepez · 4 years, 8 months ago
  49. 38f725f Cover some more nullptr-safe paths in fpdfview.h public functions. by Tom Sepez · 4 years, 8 months ago
  50. d04de26 Use buffers from the partition in CPDFSDK_FormFillEnvironment by Tom Sepez · 4 years, 8 months ago
  51. 609b984 Add unit test for FPDFImageObj_LoadJpegFile{Inline}() APIs by Tom Sepez · 4 years, 8 months ago
  52. 98b58ad Call FPDFPage_FormFieldZOrderAtPoint() from embedder test. by Tom Sepez · 4 years, 8 months ago
  53. 0957726 Improve embedder test coverage of FPDFBookmark_GetDest()/GetAction(). by Tom Sepez · 4 years, 8 months ago
  54. cc3d0ce Move FxFreeDeleter to fx_memory_wrappers.h by Tom Sepez · 4 years, 8 months ago
  55. 90a11ba Use PDF page base clip for Win32 rendering by Alan Screen · 4 years, 8 months ago
  56. cc22280 Remove CPDFSDK_FormFillEnvironment::{Extract,Insert,Replace}Pages(). by Tom Sepez · 4 years, 8 months ago
  57. 3567c61 Make FSRECTFFromCFXFloatRect() return a FS_RECTF directly. by Lei Zhang · 4 years, 8 months ago
  58. e0a5f1a Fix nits in FPDFEditPathEmbedderTest. by Lei Zhang · 4 years, 8 months ago
  59. b6aa074 Fix crash in FPDFPageObj_GetFillColor(). by Lei Zhang · 4 years, 8 months ago
  60. 2a444e1 Add another test for FPDFText_GetFontWeight(). by Lei Zhang · 4 years, 8 months ago
  61. 2067fdb Add embedder tests using page rendering flags. by Tom Sepez · 4 years, 8 months ago
  62. 3ba597d Remove bWillCommit argument from OnField_Format() methods. by Tom Sepez · 4 years, 9 months ago
  63. 87ad417 Fix nits in FPDFAnnot_SetAP by Shikha Walia · 4 years, 9 months ago
  64. c8481c3 Simplify control flow in FPDF_RenderPage(). by Tom Sepez · 4 years, 9 months ago
  65. ce61357 No need to check for null pages in RenderPageWithContext() by Tom Sepez · 4 years, 9 months ago
  66. 636832d Introduce CPDF_Page::RenderContextClearer. by Tom Sepez · 4 years, 9 months ago
  67. ea545a6 Avoid crashes in FPDFText_GetCharBox(). by Lei Zhang · 4 years, 9 months ago
  68. b54d7ad Make FPDFAnnot_SetAP() generate PDF standard compliant AP stream by Shikha Walia · 4 years, 9 months ago
  69. c3a9173 Make CPDFSDK_Pageview observable across mouse move callbacks by Tom Sepez · 4 years, 9 months ago
  70. 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 4 years, 9 months ago
  71. 80fd3aa Run another embedder test with javascript disabled. by Tom Sepez · 4 years, 9 months ago
  72. 51d0266 Make CPDFXFA_WidgetHandler::NewAnnotForXFA() return a std::unique_ptr. by Lei Zhang · 4 years, 9 months ago
  73. 44d0383 Rename FXFONT_BOLD flag to FXFONT_FORCE_BOLD. by Lei Zhang · 4 years, 9 months ago
  74. c5a380f Rename some Empty() methods to Clear(). by Lei Zhang · 4 years, 9 months ago
  75. 0f4ac58 New API to retrieve a character's loose bounds by Ian Prest · 4 years, 10 months ago
  76. af0f573 Move a function into the anonymous namespace in fpdf_transformpage.cpp. by Lei Zhang · 4 years, 10 months ago
  77. 571f932 Fix crashes in FPDFClipPath_CountPaths() and friends. by Lei Zhang · 4 years, 10 months ago
  78. 310ddbf Add a test for a checkbox that does not print. by Lei Zhang · 4 years, 10 months ago
  79. b93f7de Simplify some WriteBlockAtOffset() calls. by Lei Zhang · 4 years, 10 months ago
  80. af79ecc Gracefully handle a failure in FPDF_FileAccessContext. by Lei Zhang · 4 years, 10 months ago
  81. db4d331 [SkiaPaths] Vertical texts were drawn in reversed direction. by Hui Yingst · 4 years, 10 months ago
  82. 5b79f16 Add CPDF_Path::AppendFloatRect(). by Lei Zhang · 4 years, 10 months ago
  83. 03e5e68 Disable embedder tests that fail when Skia or Skia Paths is enabled. by Lei Zhang · 4 years, 10 months ago
  84. f5ad5c1 PDF a11y: new API for fill and stroke colors by Benjamin Beaudry · 4 years, 10 months ago
  85. 1240677 [FXCRT] Rename FXSYS_round to match conventions by Alan Screen · 4 years, 10 months ago
  86. c395261 New FPDFText_GetTextRenderMode API by Benjamin Beaudry · 4 years, 10 months ago
  87. a909e8d Change CFFL_ComboBox to do early returns. by Lei Zhang · 4 years, 11 months ago
  88. f27abc1 Rename FPDFText_GetTextRenderMode() to FPDFTextObj_GetTextRenderMode(). by Lei Zhang · 4 years, 11 months ago
  89. a29d273 Remove redundant assertions in more CFFL classes. by Lei Zhang · 4 years, 11 months ago
  90. b07dda6 Remove some checks for CPDF_TextObject::GetFont() return values. by Lei Zhang · 4 years, 11 months ago
  91. 633c8c3 PDF a11y: new API for font-weight by Benjamin Beaudry · 4 years, 11 months ago
  92. 0bd683f Remove some redundant assertions in CFFL_ListBox. by Lei Zhang · 4 years, 11 months ago
  93. 7c297f8 Add CFFL_ComboBox::GetComboBox(). by Lei Zhang · 4 years, 11 months ago
  94. fd9b7e6 Add CFFL_ListBox::GetPWLListBox(). by Lei Zhang · 4 years, 11 months ago
  95. 9e868fa Remove a #define in cffl_listbox.cpp. by Lei Zhang · 4 years, 11 months ago
  96. ce0eecb Add tests for listbox form scrolling by Daniel Hosseinian · 5 years ago
  97. 269f2ae Rename IPDFSDK_PauseAdapater to CPDFSDK_PauseAdapter. by Tom Sepez · 5 years ago
  98. 3ead672 Rename IPDF_FormNotify to CPDF_InteractiveForm::NotifierIface by Tom Sepez · 5 years ago
  99. 63f53f3 Mark some xfa-only methods private in cffl_interactiveformfiller.h by Tom Sepez · 5 years ago
  100. 451ed2d Move some CPDFXFA_Widget specific methods out of CPDFSDK_Annot by Tom Sepez · 5 years ago