1. 269f2ae Rename IPDFSDK_PauseAdapater to CPDFSDK_PauseAdapter. by Tom Sepez · 5 years ago
  2. 282a34a Always pass NULL |hWidget| in FFI_PopupMenu(). by Tom Sepez · 5 years ago
  3. d48bd29 Remove some CPDFXFA_Context usage from top-level fpdfsdk layer. by Tom Sepez · 5 years ago
  4. 6c29eb8 Move {Set,Get}LastError() from fpdsdk/ to core/fx_system.cpp by Tom Sepez · 5 years ago
  5. 25661d1 Add experimental JavaScript retrieval APIs. by Lei Zhang · 5 years ago
  6. 20c946f Move the UNSUPPORT_INFO interface out of CPDF_ModuleMgr. by Tom Sepez · 5 years ago
  7. 69a4a70 Remove FSDK_ prefix from FSDK_SetSandBoxPolicy/FSDK_IsSandBoxPolicyEnabled. by Tom Sepez · 5 years ago
  8. 92f98b8 Restore some const lost in 2292360. by Tom Sepez · 5 years ago
  9. 2292360 Remove const from public fpdfview types. by Tom Sepez · 5 years ago
  10. 617a2e8 Create function for getting raw stream data from CPDF_Stream* by Jeremy Chinsen · 5 years ago
  11. bc10648 Use more defines from build/build_config.h. by Lei Zhang · 5 years ago
  12. 69fce9b Update parameter name in declaration to match definition. by Ryan Smith · 6 years ago
  13. 4efdb51 Tidy CheckUnSupportAnnot(). by Lei Zhang · 6 years ago
  14. e6fcdfa Reuse existing CPDF_InteractiveForm in two more APIs. by Lei Zhang · 6 years ago
  15. b46a763 Use WideStringFromFPDFWideString() in more places. by Lei Zhang · 6 years ago
  16. f5fcd9e Fix encoding problem in FPDFAnnot_SetStringValue(). by Lei Zhang · 6 years ago
  17. 6fef1e4 Implement CFXMatrixFromFSMatrix(). by Lei Zhang · 6 years ago
  18. 2cae3e2 Forward declare a bunch of classes. by Lei Zhang · 6 years ago
  19. 59d2a59 Rename FPDF_RenderPage_Retail() to RenderPageWithContext() by Tom Sepez · 6 years ago
  20. 2563fc3 Make FPDF_FormHandle be represented as an incomplete type. by Tom Sepez · 6 years ago
  21. 144107d Create API for adding content marks and setting their params. by Henrique Nakashima · 6 years ago
  22. 8128485 CheckUnSupportError() always called with FPDF_ERR_SUCCESS. by Tom Sepez · 6 years ago
  23. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  24. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  25. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  26. fffdeeb Add const/non-const versions of remaining CPDF_Dictionary methods. by Lei Zhang · 6 years ago
  27. ca027339 Replace some #ifdefs PDF_ENABLE_XFA, part 2. by Tom Sepez · 6 years ago
  28. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  29. df1298a Add several FPDFPageObj_* APIs by Nicolas Pena · 6 years ago
  30. 55bbb0a Mark CPDF_Object pointers as const in CPDF_ViewerPreferences. by Lei Zhang · 6 years ago
  31. 525147a Use strict types in FPDF API, try #3 by Tom Sepez · 6 years ago
  32. 3f3c39d Check for NULL XFA context even when XFA by Tom Sepez · 6 years ago
  33. fe06d51 Make FPDF_Document always be CPDF_Document. by Tom Sepez · 6 years ago
  34. a1d3442 Fix include order for cpdfxfa_context.h by Tom Sepez · 6 years ago
  35. 1638179 Add index parameter to quadpoints getter and setter. by Ralf Sippl · 6 years ago
  36. 7d12532 More fpdfsdk filename cleanup by Dan Sinclair · 6 years ago
  37. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 6 years ago[Renamed (96%) from fpdfsdk/fsdk_define.h]
  38. 7aba472 Cleanup fsdk_define methods by Dan Sinclair · 6 years ago
  39. c90adc5 Open FPDF_PAGEOBJECTMARK API. by Henrique Nakashima · 6 years ago
  40. aaed698 Consolidate QuadPoints reading code in fpdfsdk. by Lei Zhang · 6 years ago
  41. 11767d3 Add functions to convert various FPDF_ types. by Lei Zhang · 7 years ago
  42. 367e7de Add FS_RECTF conversion functions. by Lei Zhang · 7 years ago
  43. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  44. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  45. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  46. 548334e APIs and tests for retrieving raw/decoded data from image objects by Jane Liu · 7 years ago
  47. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 7 years ago
  48. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 7 years ago
  49. 0646275 Made existing annotation APIs to work with AP by Jane Liu · 7 years ago
  50. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 7 years ago
  51. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 7 years ago
  52. 864e9fb Add public API for setting the fill color on a text object by wileyrya · 7 years ago
  53. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 7 years ago
  54. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  55. fa89a20 Make concrete stream classes private to .cpp, part 4. by tsepez · 8 years ago
  56. bea0497 Make more concrete stream classes private to .cpp files by tsepez · 8 years ago
  57. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  58. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  59. f39074c Fix some FX_BOOL / int noise in fxcrt. by tsepez · 8 years ago
  60. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  61. 2f2b58c Remove dead code in CPDF_CustomAccess by tsepez · 8 years ago
  62. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  63. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  64. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago[Renamed (96%) from fpdfsdk/include/fsdk_define.h]
  65. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  66. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  67. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  68. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  69. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  70. 9f515bc Use actual type instead CFX_Deletable by weili · 8 years ago
  71. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  72. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 8 years ago
  73. 25fa42f Clean up fx_ge.h and IWYU. by thestig · 8 years ago
  74. 1e2c557 Remove CFX_PrivateData from CPDF_Page by tsepez · 8 years ago
  75. e530fb7 Move remaining fpdfdoc files by dsinclair · 8 years ago
  76. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 8 years ago
  77. 48baa5f Move core/include/fxge to core/fxge/include. by dsinclair · 8 years ago
  78. c7a7349 Remove core/include/fpdfdoc/fpdf_vt.h by dsinclair · 8 years ago
  79. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 8 years ago
  80. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  81. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  82. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 9 years ago
  83. df5a116 Cleanup some header includes. by Dan Sinclair · 9 years ago
  84. 8388037 Split off CPDF_Parser and CPDF_SimpleParser into .h/.cpp files by Tom Sepez · 9 years ago
  85. 61046b9 Sort headers in non-xfa directories. by Dan Sinclair · 9 years ago
  86. f10ae63 War on #defines - part 2 by Tom Sepez · 9 years ago
  87. 1b97664 Merge to XFA: Clean up misc nits found while fixing bugs. by Lei Zhang · 9 years ago
  88. 875b9c9 XFA: Remove relative includes outside of xfa/. by Lei Zhang · 9 years ago
  89. c2fb35f Merge to XFA: Remove header files that only have includes. by Lei Zhang · 9 years ago
  90. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  91. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  92. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 9 years ago
  93. a688a04 Merge to XFA: Fix all relative includes to core. by Lei Zhang · 9 years ago
  94. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  95. 1b700c3 Merge to XFA: Clean up CPDF_AnnotList. by Lei Zhang · 9 years ago
  96. bf59a07 XFA: add CPDFDocumentToFPDFDocument() by Tom Sepez · 9 years ago
  97. b95fc6d Merge to XFA: Cosmetic changes in fsdk_define.h by Tom Sepez · 9 years ago
  98. db0be96 Merge to XFA: Introduce CPDFPageFromFPFDPage() by Tom Sepez · 9 years ago
  99. 471a103 Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). by Tom Sepez · 9 years ago
  100. dfbf8e7 Next round of XFA changes to match master. by Tom Sepez · 9 years ago