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