1. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 7 years ago
  2. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  3. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 7 years ago
  4. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  5. 60fa2fc Simplify code in CPDFSDK_FormFillEnvironment. by Lei Zhang · 8 years ago
  6. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 8 years ago
  7. ad0982a Mark more CPDFSDK_FormFillEnvironment methods as const. by Lei Zhang · 8 years ago
  8. 671630e Use less opaque types in CPDFSDK_FormFillEnvironment. by Lei Zhang · 8 years ago
  9. 940967d Use Unowned/Observed pointers between doc and FF onwership hierarchies. by Tom Sepez · 8 years ago
  10. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  11. 60fd9fc Convert OutputSelectedRect to take a rect by Dan Sinclair · 8 years ago
  12. 6eec1c4 Update Invalidate to take a rect by Dan Sinclair · 8 years ago
  13. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  14. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  15. 2599ff7 Fix CPDFSDK_FormFillEnvironment destruction order by tsepez · 8 years ago
  16. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  17. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  18. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  19. 6c659ab Cleanup nits from merge CL by dsinclair · 8 years ago
  20. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  21. 3a7741a Convert Field to use CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  22. 735606d Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment by dsinclair · 8 years ago[Renamed (94%) from fpdfsdk/cpdfsdk_environment.h]
  23. 2116105 Remove ownership of CPDFSDK_Document from CPDFXFA_Document by dsinclair · 8 years ago
  24. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  25. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  26. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago[Renamed (96%) from fpdfsdk/include/cpdfsdk_environment.h]
  27. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  28. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  29. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  30. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  31. a939bfe Make creation of CPDFSDK_Document clearer by dsinclair · 8 years ago
  32. 577ad2c Move CPDFSDK_Environment code to cpp file by dsinclair · 8 years ago
  33. b94d7c9 Make the I in IFormFiller explicit by dsinclair · 8 years ago
  34. 72177da Replace FX_UINT with unsigned int by dsinclair · 8 years ago
  35. 1f24890 Remove FFI_ from CPDFSDK_Environment method names by dsinclair · 8 years ago
  36. 79db609 Rename CPDFDoc_Environment to CPDFSDK_Environment by dsinclair · 8 years ago[Renamed (98%) from fpdfsdk/include/cpdfdoc_environment.h]
  37. f2662c4 Cleanup CPDFXFA_Document. by dsinclair · 8 years ago
  38. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago[Renamed (68%) from fpdfsdk/include/fsdk_mgr.h]
  39. 55be02e Make wrapped JS Document observe C++-side object. by tsepez · 8 years ago
  40. 1df1efa Fixup CPDFSDK_PageView and CPDF_Page interactions. by dsinclair · 8 years ago
  41. 35512aa Display content of the annotation when mouse hover. by jaepark · 8 years ago
  42. 9b57ec9 Clean up CPDFSDK_PageView methods. by jaepark · 8 years ago
  43. e5cbb33 Drop CPDFSDK_PageView::Annot_HasAppearance by tonikitoo · 8 years ago
  44. 611adb8 Split fpdfsdk/fsdk_baseform.h into individual classes. by jaepark · 8 years ago
  45. 98e1019 Split fpdfsdk/fsdk_annothandler.h into individual classes. by jaepark · 8 years ago
  46. 2736276 Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. by jaepark · 9 years ago
  47. 2d5b020 Use smart pointers for class owned pointers by weili · 9 years ago
  48. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 9 years ago
  49. 461eeaf Reland of Remove pageview from map immediately by dsinclair · 9 years ago
  50. d3be111 Fix GetPageIndex() for dynamic XFA documents. by thestig · 9 years ago
  51. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 9 years ago
  52. 1e2c557 Remove CFX_PrivateData from CPDF_Page by tsepez · 9 years ago
  53. 39faf4f Remove Release() from CPDFDOC_Environment by tsepez · 9 years ago
  54. 224bc5a Change bool type to fix warnings. by dsinclair · 9 years ago
  55. b959010 Remove IFX_SystemHandler. by dsinclair · 9 years ago
  56. 186a78e Remove no-op ShowFileDialog(s). by tsepez · 9 years ago
  57. df964df Replace CFX_RectArray with std::vector<CFX_FloatRect> by tsepez · 9 years ago
  58. 77d148d Mark FPDF_BStr_* with DLLEXPORT / STDCALL. by thestig · 9 years ago
  59. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  60. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  61. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  62. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  63. a1cef70 Trigger page view event when re-layout is finished by jinming_wang · 9 years ago
  64. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  65. 13ee55a Move fx_crypto.h and fpdf_text.h out of core/include. by Dan Sinclair · 9 years ago
  66. df5a116 Cleanup some header includes. by Dan Sinclair · 9 years ago
  67. 3177585 Fix build at 310438fb97a2 by Tom Sepez · 9 years ago
  68. 281a9ea Re-land "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  69. 566b974 Revert "Replace CPDF_Rect and CPDF_Point with CFX types." by Tom Sepez · 9 years ago
  70. 3b8fdd3 Replace CPDF_Rect and CPDF_Point with CFX types. by Tom Sepez · 9 years ago
  71. 84e5a12 Hook up FFI_PageEvent. by Lei Zhang · 9 years ago
  72. efbc191 Expand all paths to be based off pdfium/ directory by Dan Sinclair · 9 years ago
  73. ab27768 Banish CFX_ByteArray and CFX_WideArray to the XFA side. by Tom Sepez · 9 years ago
  74. 11d9355 Banish CFX_WordArray to XFA-land. by Tom Sepez · 9 years ago
  75. c30d5bf XFA: Fix a crashier in SetFocus() by Jun Fang · 9 years ago
  76. 5702859 Merge to XFA: Tidy up CPDF_DocEnvironment::JS_* methods by Tom Sepez · 9 years ago
  77. b9cc7a0 Merge to XFA: Remove CGW_ArrayTemplate and its O(n^2 log n) sort. by Tom Sepez · 9 years ago
  78. fe351db Merge to XFA: Add tests for CBA_AnnotIterator. by Tom Sepez · 9 years ago
  79. 6ffb03c XFA: Remove dead AddDoRecord code. by Lei Zhang · 9 years ago
  80. 7523954 Fix crashing in CPDFXFA_Document::GetPage() by Jun Fang · 9 years ago
  81. 875b9c9 XFA: Remove relative includes outside of xfa/. by Lei Zhang · 9 years ago
  82. aa8bf7e Merge to XFA: Switch from nonstd::unique_ptr to std::unique_ptr. by Lei Zhang · 9 years ago
  83. 60d909e Merge to XFA: Remove CFX_AffineMatrix/CPDF_Matrix by Tom Sepez · 9 years ago
  84. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  85. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  86. 01fe588 Fix a issue that FFI_GetCurrentPageIndex always returns -1 by Jun Fang · 9 years ago
  87. 540c436 XFA: more underlying type changes to match master by Tom Sepez · 9 years ago
  88. 5259ef3 XFA: add underlying document type comment by Tom Sepez · 9 years ago
  89. 50d12ad Introduce "underlying types" to abstract XFA differences. by Tom Sepez · 9 years ago
  90. a688a04 Merge to XFA: Fix all relative includes to core. by Lei Zhang · 9 years ago
  91. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  92. 8241df7 Merge to XFA: Fix all relative includes to third_party. by Lei Zhang · 9 years ago
  93. f0e2e1b XFA: Simplify CPDFSDK_PageView::PageView_OnDraw(). by Lei Zhang · 9 years ago
  94. 1b700c3 Merge to XFA: Clean up CPDF_AnnotList. by Lei Zhang · 9 years ago
  95. 2475249 Merge to XFA: Convert a bunch of raw pointers in fsdk_mgr to unique_ptrs. by Oliver Chang · 9 years ago
  96. 5021853 Merge to XFA: Fix incorrect CPDFSDK_PageView::CountAnnots(). (try 2) by Lei Zhang · 9 years ago
  97. 972b78d Merge to XFA: Rip out the KillFocusAnnot call from CPDFSDK_PageView's destructor by Oliver Chang · 9 years ago
  98. bf60b29 Merge to XFA: Cleanup parts of CPDFSDK_AnnotIterator and CPDFSDK_PageView. by Lei Zhang · 9 years ago
  99. bf59a07 XFA: add CPDFDocumentToFPDFDocument() by Tom Sepez · 9 years ago
  100. dfbf8e7 Next round of XFA changes to match master. by Tom Sepez · 9 years ago