1. 537d3a6 Run clang-format --full on directories that start with 'f'. by Lei Zhang · 4 years, 10 months ago
  2. 5abce49 Remove dead code in CPDFSDK_ActionHandler. by Lei Zhang · 5 years ago
  3. 8e94c18 Remove stray includes of cpdfsdk_helpers.h by Tom Sepez · 5 years ago
  4. 12d7da2 Remove CPDF_Array::GetFloatAt(). by Lei Zhang · 5 years ago
  5. 890eac2 Prefer WideString() over L"". by Tom Sepez · 6 years ago
  6. c320e9c Add k prefixes to CPDF_AAction::AActionType enumerators by Hans Wennborg · 6 years ago
  7. a358d62 Remove unused lambda capture by Takuto Ikuta · 6 years ago
  8. f40380f Rename CPDF_{Array,Dictionary}::GetCount() to size(). by Lei Zhang · 6 years ago
  9. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  10. c345065 Rename interform files to interactiveform. by Lei Zhang · 6 years ago
  11. 9ef93d0 Reland "Make potentially dangerous Actions require a user click." by Henrique Nakashima · 6 years ago
  12. 97f4483 Revert "Make potentially dangerous Actions require a user click." by Henrique Nakashima · 6 years ago
  13. 9d784c2 Make potentially dangerous Actions require a user click. by Henrique Nakashima · 6 years ago
  14. 76525c4 Remove unnecessary ToArray() calls and locals in CPDF_Dest. by Lei Zhang · 6 years ago
  15. 3d81315 Pass output parameters as pointers in ijs_event_context by Tom Sepez · 6 years ago
  16. c22d671 Introduce IJS_Runtime::ScopedEventContext helper class. by Tom Sepez · 6 years ago
  17. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  18. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  19. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 7 years ago[Renamed (98%) from fpdfsdk/fsdk_actionhandler.cpp]
  20. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 7 years ago
  21. 9d7c7ff Make more variables const-ref. by Lei Zhang · 7 years ago
  22. 7544a4b CPDF_InterForm::ResetForm always returns true by dan sinclair · 7 years ago
  23. 2702836 Change internal usages of GetPageIndexDeprecated() to new method. by Henrique Nakashima · 7 years ago
  24. 71a7d37 Deprecate FPDFDest_GetPageIndex and create a fixed version. by Henrique Nakashima · 7 years ago
  25. f5ca90c Rename some CJS / IJS names for clarity. by Tom Sepez · 7 years ago
  26. 8cdea72 Cleanup duplicate RunScript code by Dan Sinclair · 7 years ago
  27. ce047a6 Cleanup some SDK code by Dan Sinclair · 7 years ago
  28. e0345a4 Move fpdfsdk/javascript to fxjs/ by Dan Sinclair · 7 years ago
  29. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  30. b45324b Use NOTREACHED() in more places. by Lei Zhang · 7 years ago
  31. d7188f7 Remove some more |new|s, part 11 by Tom Sepez · 7 years ago
  32. d6ae2af Rename IJS_Context to IJS_EventContext. by Tom Sepez · 8 years ago
  33. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  34. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  35. 19c198b Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  36. 82e1767 Convert IJS_Runtime to CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  37. 4526faf Remove CPDFSDK_Document from IJS_Context by dsinclair · 8 years ago
  38. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago
  39. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  40. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  41. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  42. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  43. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  44. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago
  45. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  46. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  47. f4dc38b The benefits of having a CPDFSDK_FormActionHandler instance in by tonikitoo · 8 years ago
  48. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  49. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  50. 23ae4a5 Remove redundant casts, part 4 by tsepez · 8 years ago
  51. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  52. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 8 years ago
  53. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 8 years ago
  54. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  55. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  56. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (99%) from fpdfsdk/src/fsdk_actionhandler.cpp]
  57. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  58. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  59. 0fc6b25 Remove implicit conversions and some cleanup by Wei Li · 9 years ago
  60. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  61. 6c7508b Merge to XFA: Use std::set to track visited dictionaries in fsdk_actionhandler. by Tom Sepez · 9 years ago
  62. 96660d6 Merge to XFA: Get rid of most instance of 'foo != NULL' by Lei Zhang · 9 years ago
  63. 43dd873 Remove unused include from fsdk_actionhandler.cpp by Tom Sepez · 9 years ago
  64. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 9 years ago
  65. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  66. 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. by Dan Sinclair · 9 years ago
  67. 3342090 Merge to XFA: Pass IJS_Runtime, not IJS_Context, to native object constructors. by Tom Sepez · 9 years ago
  68. ba038bc Merge to XFA: Rename IFXJS_Runtime and IFXJS_Context to IJS_. by Tom Sepez · 9 years ago
  69. 3b5f124 Merge to XFA: CPDFSDK_MediaActionHandler is unused. by Tom Sepez · 9 years ago
  70. da180e9 Merge to XFA: Don't bother checking pointers before delete[] and FX_Free(). by Lei Zhang · 9 years ago
  71. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  72. 2c28619 Replace some Release() calls with virtual destructors. by Tom Sepez · 9 years ago
  73. 60f507b Merge to XFA: Cleanup: Get this rid of "this->" in fpdfsdk/ by Lei Zhang · 9 years ago
  74. 0aa0e73 Merge to XFA: Cleanup: Remove CFFL_IFormFiller::GetCommitKey() that always returns 0. by Lei Zhang · 9 years ago
  75. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  76. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  77. ac8d1e7 Merge to XFA: Make conversion between CPDF_Dest and its object explicit. by Tom Sepez · 10 years ago
  78. 7b5bc26 Merge to XFA: Make conversion between CPDF_Action and its dictionary explicit. by Tom Sepez · 10 years ago
  79. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  80. 9047b8b Clean up meaningless branch on commented-out code. by Chris Palmer · 10 years ago
  81. 7b99cd3 Remove unused |m_pEvi| field. by Chris Palmer · 10 years ago
  82. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  83. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago