1. a5230e2 Select/deselect and isIndexSelected for Comboboxes and Listboxes. by rycsmith · 6 years ago
  2. e6fcdfa Reuse existing CPDF_InteractiveForm in two more APIs. by Lei Zhang · 6 years ago
  3. f7e6976 Reuse existing CPDF_InteractiveForm in two APIs. by Lei Zhang · 6 years ago
  4. b46a763 Use WideStringFromFPDFWideString() in more places. by Lei Zhang · 6 years ago
  5. b8b52b4 Make CPDF_RenderOptions::m_Flags a struct of booleans. by Lei Zhang · 6 years ago
  6. c320e9c Add k prefixes to CPDF_AAction::AActionType enumerators by Hans Wennborg · 6 years ago
  7. 9ead811 Add static asserts for FPDFDOC_AACTION_* constants. by Tom Sepez · 6 years ago
  8. a37989f Add FORM_OnLButtonDoubleClick(). by Lei Zhang · 6 years ago
  9. 35d4587 Remove more unnecessary includes and do IWYU as needed. by Lei Zhang · 6 years ago
  10. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  11. c345065 Rename interform files to interactiveform. by Lei Zhang · 6 years ago
  12. 7db136a Remove more impossible checks in form filler code. by Lei Zhang · 6 years ago
  13. 8153561 Do IWYU for cpdf_dictionary.h. by Lei Zhang · 6 years ago
  14. 09ee087 Pass CFX_Matrix by const-ref in various OnDraw() methods. by Lei Zhang · 6 years ago
  15. 06f3042 Remove SetSaveCalled API by Ryan Harrison · 6 years ago
  16. 2563fc3 Make FPDF_FormHandle be represented as an incomplete type. by Tom Sepez · 6 years ago
  17. d563855 Cleanup SetSavedCalled API by Ryan Harrison · 6 years ago
  18. c30b4e1 Alert embedder when attempting to save XFA form by Ryan Harrison · 6 years ago
  19. c3cc2ab Clean up constant values for JS alert and beep by Ryan Harrison · 6 years ago
  20. dae73f5 Tidy FFLCommon() by Tom Sepez · 6 years ago
  21. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  22. 888af47 Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). by Henrique Nakashima · 6 years ago
  23. 9ce75b8 Add ability to log click events reaching PDFium by Ryan Harrison · 6 years ago
  24. 6cec70a Revert "Convert (void) to static_cast<void> in C++ code" by Ryan Harrison · 6 years ago
  25. 80c6ab7 Convert (void) to static_cast<void> in C++ code by Ryan Harrison · 6 years ago
  26. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  27. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  28. 45a5524 Replace some ifdef PDF_ENABLE_XFA, part 3. by Tom Sepez · 6 years ago
  29. ca027339 Replace some #ifdefs PDF_ENABLE_XFA, part 2. by Tom Sepez · 6 years ago
  30. 7b094f8 Revert "Ensure that XFA Pages always have a corresponding PDF page" by Henrique Nakashima · 6 years ago
  31. e5c0fa9 Make one more CPDF_PageObjectHolder member protected. by Lei Zhang · 6 years ago
  32. 8f63763 Make more CPDF_PageObjectHolder members protected. by Lei Zhang · 6 years ago
  33. e7207f3 Ensure that XFA Pages always have a corresponding PDF page by Tom Sepez · 6 years ago
  34. 525147a Use strict types in FPDF API, try #3 by Tom Sepez · 6 years ago
  35. ccd9421 Add CPDF_Page::Extension::GetDocExtension() by Tom Sepez · 6 years ago
  36. 3f3c39d Check for NULL XFA context even when XFA by Tom Sepez · 6 years ago
  37. fe06d51 Make FPDF_Document always be CPDF_Document. by Tom Sepez · 6 years ago
  38. da8063f Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document. by Tom Sepez · 6 years ago
  39. ee96772 Add public APIs for undo / redo in forms. by Lei Zhang · 6 years ago
  40. a4c7ac4 Implement FORM_GetFocusedText() API. by Lei Zhang · 6 years ago
  41. c4242b2 Change GetDisplayMatrix methods to take FX_RECT. by Lei Zhang · 6 years ago
  42. b948046 Remove unused XFA Widget API methods by Ryan Harrison · 6 years ago
  43. 14f8897 Remove spellchecking code from XFA by Ryan Harrison · 6 years ago
  44. 971a674 Rename fpdfsdk/fpdf* files to be consistent by Dan Sinclair · 6 years ago[Renamed from fpdfsdk/fpdfformfill.cpp]
  45. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 6 years ago
  46. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 6 years ago
  47. 1087ebc Fix mouse pointer in XFA forms. by Henrique Nakashima · 7 years ago
  48. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 7 years ago
  49. 2056fac Add support for XFA specific FormField types by Ryan Harrison · 7 years ago
  50. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  51. 245f80c Convert CFWL_Edit Cut & Copy out param to return by Ryan Harrison · 7 years ago
  52. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  53. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  54. 921fe6b Move CPDF_RenderOptions members to private by Dan Sinclair · 7 years ago
  55. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  56. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  57. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  58. 63b0126 Implement FORM_OnFocus() API. by Lei Zhang · 7 years ago
  59. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  60. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 7 years ago
  61. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  62. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  63. ab39097 Add FORM_ReplaceSelection() and embedder tests. by Diana Gage · 7 years ago
  64. 364d18b flush but do not release skia driver by Cary Clark · 7 years ago
  65. 1c7f142 Add FORM_DeleteSelectedText() and embedder tests. by Diana Gage · 7 years ago
  66. f55e72e Cleanup CPDF_RenderOptions colour members. by Dan Sinclair · 7 years ago
  67. a860a3d Remove unused CPDF_RenderOptions members by Dan Sinclair · 7 years ago
  68. 3ff5400 Allow EmbedderTest to test saving by Nicolas Pena · 7 years ago
  69. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 7 years ago
  70. dce2d72 Add FORM_GetSelectedText() function. by Diana Gage · 7 years ago
  71. a7d2c15 Remove deprecated FPDPage_HasFormFieldAtPoint(). by Lei Zhang · 7 years ago
  72. 1fed5a2 Simplify code in fpdfformfill.cpp. by Lei Zhang · 7 years ago
  73. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 7 years ago
  74. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 7 years ago
  75. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 7 years ago
  76. a5085d4 Rename render device classes by Dan Sinclair · 7 years ago
  77. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 7 years ago
  78. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 7 years ago
  79. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 7 years ago
  80. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 7 years ago
  81. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 7 years ago
  82. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 7 years ago
  83. cdba747 Cleanup DocType defines by Dan Sinclair · 7 years ago
  84. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 7 years ago
  85. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  86. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  87. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  88. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  89. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  90. f716f0b Refcount CPDF_OCContext. by Tom Sepez · 8 years ago
  91. 8f87550 re-enable skia caching by caryclark · 8 years ago
  92. 687fbde handle antialiased rendering as premultiplied by caryclark · 8 years ago
  93. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  94. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  95. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  96. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  97. a282c73 Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ ) by dsinclair · 8 years ago
  98. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  99. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  100. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago