1. b2e6b4c Replace optional bool bNotify with enum type. by Tom Sepez · 6 years ago
  2. f0260b2 Change CFDF_Document::ParseMemory() to use pdfium::span. by Lei Zhang · 6 years ago
  3. 2ee811f Use std::vector in FDFToURLEncodedData(). by Lei Zhang · 6 years ago
  4. 4f1aa69 Move FDFToURLEncodedData() into an anonymous namespace. by Lei Zhang · 6 years ago
  5. 34dab07 Move ByteString::FromUnicode() to WideString::ToDefANSI() by Tom Sepez · 6 years ago
  6. 4ef943b Be more careful casting to widget subclasses. by Tom Sepez · 6 years ago
  7. 3d81315 Pass output parameters as pointers in ijs_event_context by Tom Sepez · 6 years ago
  8. e84e618 c_str() calls not needed when writing to ostream by Tom Sepez · 6 years ago
  9. e005dc3 Move fxcrt::{Byte,Wide}Strings with std::move(). by Tom Sepez · 6 years ago
  10. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  11. c22d671 Introduce IJS_Runtime::ScopedEventContext helper class. by Tom Sepez · 6 years ago
  12. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  13. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  14. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  15. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  16. 967aa07 Rename CPDF_Document::GetPage() to GetPageDictionary(). by Tom Sepez · 6 years ago
  17. 35939f8 Avoid some string -> ptr -> string duplicate allocations in FF Environment by Tom Sepez · 6 years ago
  18. 1e934f6 Remove use of GetBuffer()/ReleaseBuffer() when c_str() is sufficient. by Tom Sepez · 6 years ago
  19. cbf76e6 Rename CBA_AnnotIterator to CPDFSDK_AnnotIterator by Dan Sinclair · 6 years ago
  20. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 6 years ago
  21. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 6 years ago
  22. 4f7479a Change FXSYS_RGB() to FXSYS_BGR(). by Lei Zhang · 6 years ago
  23. 7544a4b CPDF_InterForm::ResetForm always returns true by dan sinclair · 6 years ago
  24. 507fb4e Convert Before{Selection|Value}Change to return a bool by dan sinclair · 6 years ago
  25. f19255a Remove BeforeFormImportData and BeforeFormReset by dan sinclair · 6 years ago
  26. 4ce3f6e Remove uncalled AfterFormImportData by dan sinclair · 6 years ago
  27. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 6 years ago
  28. aa1c787 Guard usages of tellp(). It may return -1 in error cases. by Henrique Nakashima · 6 years ago
  29. 8cdea72 Cleanup duplicate RunScript code by Dan Sinclair · 6 years ago
  30. ce047a6 Cleanup some SDK code by Dan Sinclair · 6 years ago
  31. 6e59fb5 Remove more unneeded includes and code from headers. by Lei Zhang · 7 years ago
  32. 2056fac Add support for XFA specific FormField types by Ryan Harrison · 7 years ago
  33. 9baf31f Use enum for tracking form field types by Ryan Harrison · 7 years ago
  34. 58c2c14 Remove some dead code. by Lei Zhang · 7 years ago
  35. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago
  36. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  37. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  38. 77f9bff Reduce rounding errors when Invalidating rects. by Lei Zhang · 7 years ago
  39. 5c09f4c Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. by Henrique Nakashima · 7 years ago
  40. 1952d17 Revert "Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others." by Henrique Nakashima · 7 years ago
  41. aea80dc Remove CFX_ByteTextBuf from cpdfsdk_interform.cpp and others. by Henrique Nakashima · 7 years ago
  42. 0186c18 Remove support for negative params to ReleaseBuffer() by Ryan Harrison · 7 years ago
  43. 6b0158f Remove fxedit place classes in pdfwindow/ by Dan Sinclair · 7 years ago
  44. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 7 years ago
  45. 14ddd42 Consolidate Appearance Stream code in CPWL_AppStream. by Dan Sinclair · 7 years ago
  46. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 7 years ago
  47. 633a3b7 Rename PWL_FooBar files to cpwl_foo_bar. by Lei Zhang · 7 years ago
  48. 690d456 Use UnownedPtr to check CFX_*StringC lifetimes by Tom Sepez · 7 years ago
  49. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 7 years ago
  50. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 7 years ago
  51. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 7 years ago
  52. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 7 years ago
  53. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 7 years ago
  54. 6eec1c4 Update Invalidate to take a rect by Dan Sinclair · 7 years ago
  55. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 7 years ago
  56. a478dc5 Fix CPDF_InterForm::CheckRequiredFields and its callers. by Nicolas Pena · 7 years ago
  57. 8fa8279 Annotation deleted while retrieving it in JS by tsepez · 8 years ago
  58. 05e0169 Make FDF document creation return unique_ptrs by tsepez · 8 years ago
  59. c5267c5 Revert: Only create widgets if really needed by dsinclair · 8 years ago
  60. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  61. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  62. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  63. 19c198b Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  64. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  65. 690c033 Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  66. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  67. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  68. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  69. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  70. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  71. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  72. 0bb385b Move fpdfsdk/fxedit/include to fpdfsdk/fxedit by dsinclair · 8 years ago
  73. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  74. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  75. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  76. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  77. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  78. 7c292e0 Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  79. b94d7c9 Make the I in IFormFiller explicit by dsinclair · 8 years ago
  80. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  81. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  82. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  83. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  84. a31da74 Pass CFX_WideString further down widget callers by tsepez · 8 years ago
  85. 8c2a8cd Fix spelling of "Formated" in several variables by tsepez · 8 years ago
  86. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  87. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 8 years ago
  88. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago