1. c0ccf6d CPDFSDK_InteractiveForm::m_XFAMap is useless. by Tom Sepez · 5 years ago
  2. 461194b Move two files from top-level fpdfsdk/ directory. by Tom Sepez · 5 years ago
  3. d873cb5 Remove/correct stray fpdfxfa/ includes in cpdfsdk files. by Tom Sepez · 5 years ago
  4. c90cf38 Remove unused cpdf_formcontrol.h from cpwl_wnd.h. by Tom Sepez · 5 years ago
  5. 7e5c9a6 Remove some spurious includes from fpdfsdk/cpdfsdk_interactiveform.cpp by Tom Sepez · 5 years ago
  6. 3e5e563e Replace FWL timer infrastructure with CFX_Timer. by Tom Sepez · 5 years ago
  7. e970397 Resolve an old TODO() about non-v8 build using |JS_| functions. by Tom Sepez · 5 years ago
  8. 12bc1c4 Use RetainableTreeNode for LayoutItems. by Tom Sepez · 5 years ago
  9. 3b37f6b Remove a parameter to CPDFSDK_InteractiveForm::ResetFieldAppearance(). by Lei Zhang · 5 years ago
  10. 24b3a20 Rename CPDF_{Byte,Wide}String::AsSpan() to span() by Tom Sepez · 5 years ago
  11. d8ae8f8 Stop nesting ObservedPtr inside Observable. by Tom Sepez · 5 years ago
  12. 8e94c18 Remove stray includes of cpdfsdk_helpers.h by Tom Sepez · 5 years ago
  13. 2347b79 Remove unused CPDFSDK_InteractiveForm::GetSibling(). by Lei Zhang · 5 years ago
  14. 85549b4 Add constants for annotation flags. by Lei Zhang · 5 years ago
  15. 16bd63b Make PDF_DecodeText() take a span. by Lei Zhang · 6 years ago
  16. c320e9c Add k prefixes to CPDF_AAction::AActionType enumerators by Hans Wennborg · 6 years ago
  17. 35d4587 Remove more unnecessary includes and do IWYU as needed. by Lei Zhang · 6 years ago
  18. f40380f Rename CPDF_{Array,Dictionary}::GetCount() to size(). by Lei Zhang · 6 years ago
  19. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  20. c345065 Rename interform files to interactiveform. by Lei Zhang · 6 years ago[Renamed (99%) from fpdfsdk/cpdfsdk_interform.cpp]
  21. 7db136a Remove more impossible checks in form filler code. by Lei Zhang · 6 years ago
  22. 4f261ff Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat(). by Lei Zhang · 6 years ago
  23. 461acb2 Remove impossible nullptr checks in CPDFSDK_InterForm. by Lei Zhang · 6 years ago
  24. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  25. 8153561 Do IWYU for cpdf_dictionary.h. by Lei Zhang · 6 years ago
  26. 65be34f Change two memcpys to iterator form of vector constructor. by Tom Sepez · 6 years ago
  27. b2e6b4c Replace optional bool bNotify with enum type. by Tom Sepez · 6 years ago
  28. f0260b2 Change CFDF_Document::ParseMemory() to use pdfium::span. by Lei Zhang · 6 years ago
  29. 2ee811f Use std::vector in FDFToURLEncodedData(). by Lei Zhang · 6 years ago
  30. 4f1aa69 Move FDFToURLEncodedData() into an anonymous namespace. by Lei Zhang · 6 years ago
  31. 34dab07 Move ByteString::FromUnicode() to WideString::ToDefANSI() by Tom Sepez · 6 years ago
  32. 4ef943b Be more careful casting to widget subclasses. by Tom Sepez · 6 years ago
  33. 3d81315 Pass output parameters as pointers in ijs_event_context by Tom Sepez · 6 years ago
  34. e84e618 c_str() calls not needed when writing to ostream by Tom Sepez · 6 years ago
  35. e005dc3 Move fxcrt::{Byte,Wide}Strings with std::move(). by Tom Sepez · 6 years ago
  36. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  37. c22d671 Introduce IJS_Runtime::ScopedEventContext helper class. by Tom Sepez · 6 years ago
  38. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  39. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  40. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  41. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  42. 967aa07 Rename CPDF_Document::GetPage() to GetPageDictionary(). by Tom Sepez · 6 years ago
  43. 35939f8 Avoid some string -> ptr -> string duplicate allocations in FF Environment by Tom Sepez · 6 years ago
  44. 1e934f6 Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. by Tom Sepez · 6 years ago
  45. cbf76e6 Rename CBA_AnnotIterator to CPDFSDK_AnnotIterator by Dan Sinclair · 6 years ago
  46. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 6 years ago
  47. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 6 years ago
  48. 4f7479a Change FXSYS_RGB() to FXSYS_BGR(). by Lei Zhang · 6 years ago
  49. 7544a4b CPDF_InterForm::ResetForm always returns true by dan sinclair · 6 years ago
  50. 507fb4e Convert Before{Selection|Value}Change to return a bool by dan sinclair · 6 years ago
  51. f19255a Remove BeforeFormImportData and BeforeFormReset by dan sinclair · 6 years ago
  52. 4ce3f6e Remove uncalled AfterFormImportData by dan sinclair · 6 years ago
  53. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 6 years ago
  54. aa1c787 Guard usages of tellp(). It may return -1 in error cases. by Henrique Nakashima · 6 years ago
  55. 8cdea72 Cleanup duplicate RunScript code by Dan Sinclair · 6 years ago
  56. ce047a6 Cleanup some SDK code by Dan Sinclair · 6 years ago
  57. 6e59fb5 Remove more unneeded includes and code from headers. by Lei Zhang · 7 years ago
  58. 2056fac Add support for XFA specific FormField types by Ryan Harrison · 7 years ago
  59. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  60. 58c2c14 Remove some dead code. by Lei Zhang · 7 years ago
  61. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago
  62. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  63. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  64. 77f9bff Reduce rounding errors when Invalidating rects. by Lei Zhang · 7 years ago
  65. 5c09f4c Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. by Henrique Nakashima · 7 years ago
  66. 1952d17 Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others." by Henrique Nakashima · 7 years ago
  67. aea80dc Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. by Henrique Nakashima · 7 years ago
  68. 0186c18 Remove support for negative params to ReleaseBuffer() by Ryan Harrison · 7 years ago
  69. 6b0158f Remove fxedit place classes in pdfwindow/ by Dan Sinclair · 7 years ago
  70. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 7 years ago
  71. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 7 years ago
  72. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 7 years ago
  73. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 7 years ago
  74. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 7 years ago
  75. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 7 years ago
  76. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 7 years ago
  77. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 7 years ago
  78. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 7 years ago
  79. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 7 years ago
  80. 6eec1c4 Update Invalidate to take a rect by Dan Sinclair · 7 years ago
  81. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 7 years ago
  82. a478dc5 Fix CPDF_InterForm::CheckRequiredFields and its callers. by Nicolas Pena · 7 years ago
  83. 8fa8279 Annotation deleted while retrieving it in JS by tsepez · 8 years ago
  84. 05e0169 Make FDF document creation return unique_ptrs by tsepez · 8 years ago
  85. c5267c5 Revert: Only create widgets if really needed by dsinclair · 8 years ago
  86. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  87. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  88. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  89. 19c198b Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  90. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  91. 690c033 Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  92. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  93. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  94. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  95. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  96. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  97. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  98. 0bb385b Move fpdfsdk/fxedit/include to fpdfsdk/fxedit by dsinclair · 8 years ago
  99. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  100. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago