1. 37b12ad Return unique_ptr from CXFA_FFApp::CreateDoc. by tsepez · 8 years ago
  2. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  3. 8f87550 re-enable skia caching by caryclark · 8 years ago
  4. fa89a20 Make concrete stream classes private to .cpp, part 4. by tsepez · 8 years ago
  5. bea0497 Make more concrete stream classes private to .cpp files by tsepez · 8 years ago
  6. 0275910 Protect against unexpected library create/destroy by tsepez · 8 years ago
  7. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 8 years ago
  8. a78ba60 Add FPDF_RenderPageBitmapWithMatrix API. by thestig · 8 years ago
  9. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  10. 687fbde handle antialiased rendering as premultiplied by caryclark · 8 years ago
  11. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  12. 4e597c8 Force compiler to deduce src type for checked_cast<dst, src>. by tsepez · 8 years ago
  13. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  14. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  15. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  16. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  17. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  18. f39074c Fix some FX_BOOL / int noise in fxcrt. by tsepez · 8 years ago
  19. e5cb0b1 Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. by tsepez · 8 years ago
  20. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  21. 2f2b58c Remove dead code in CPDF_CustomAccess by tsepez · 8 years ago
  22. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  23. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  24. a282c73 Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ ) by dsinclair · 8 years ago
  25. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  26. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  27. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  28. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  29. b402b17 Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  30. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  31. 69d9c68 Move core/fpdfapi/fpdf_render to core/fpdfapi/render by dsinclair · 8 years ago
  32. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  33. 41872fa Move core/fpdfapi/fpdf_page to core/fpdfapi/page by dsinclair · 8 years ago
  34. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  35. bcf4623 Guard against double deletion of page views. by dsinclair · 8 years ago
  36. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  37. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  38. 74a34fc Move core/fxge/include to core/fxge by dsinclair · 8 years ago
  39. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  40. 8a4e286 Move core/fxcodec/codec/include and core/fxcodec/include files up by dsinclair · 8 years ago
  41. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  42. 39c62fd Move core/fpdfapi/include to core/fpdfapi by dsinclair · 8 years ago
  43. 61df2c7 Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render by dsinclair · 8 years ago
  44. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  45. 8a752ab Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page by dsinclair · 8 years ago
  46. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  47. 84144e8 Simplify FPDF_RenderPage(). by thestig · 8 years ago
  48. 9f206f0 Cleanup CPDFXFA and CPDF document methods by dsinclair · 8 years ago
  49. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  50. f34518b Split fsdk_mgr files apart. by dsinclair · 8 years ago
  51. 75f84a5 Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw. by jaepark · 8 years ago
  52. 1df1efa Fixup CPDFSDK_PageView and CPDF_Page interactions. by dsinclair · 8 years ago
  53. 156de02 Removing CPDF_Parser::CloseParser. by dsinclair · 8 years ago
  54. cedaa55 Flip document and parser ownership by dsinclair · 8 years ago
  55. 4540fba Get CPDF_Parser out of the document creation business. by tsepez · 8 years ago
  56. 9ada2d8 Move CFX_RenderDevice, CFX_FxgeDevice, and CFX_GraphStateData into their own files. by npm · 8 years ago
  57. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  58. 7484762 Refactor fxge/fx_apple and fx_win header files by npm · 8 years ago
  59. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  60. 9f515bc Use actual type instead CFX_Deletable by weili · 8 years ago
  61. 47228ac Clean up singleton implementation by weili · 8 years ago
  62. fdb35ff Implement CGdiPrinterDriver::DrawDeviceText(). by thestig · 8 years ago
  63. 2d6dda1 Implement IJS_Runtime::Destroy(). by thestig · 8 years ago
  64. ab5b60e Load font maps in XFA. by dsinclair · 8 years ago
  65. ec51ac3 Another round of fx_ge cleanup. by thestig · 8 years ago
  66. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  67. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  68. befa450 Remove default arguments from CFX_FxgeDevice. by thestig · 8 years ago
  69. 3bd3841 Remove checks for _WIN32_WCE. by thestig · 8 years ago
  70. 41846a0 Remove default argument from RestoreState() methods. by thestig · 8 years ago
  71. 25fa42f Clean up fx_ge.h and IWYU. by thestig · 8 years ago
  72. 4d1311b Fix a Skia build error from commit 1e2c557. by thestig · 8 years ago
  73. ec3da5b Rename FXJSE_HRUNTIME to v8::Isolate by dsinclair · 8 years ago
  74. 1e2c557 Remove CFX_PrivateData from CPDF_Page by tsepez · 8 years ago
  75. ded3634 Change CPDF_Boolean to use bool instead of FX_BOOL. by thestig · 8 years ago
  76. 27ddf16 Distinguish between user and owner passwords. by thestig · 8 years ago
  77. d6e1887 allow Skia to be the default graphics engine by caryclark · 8 years ago
  78. d647a6b Remove several IPDF_ interfaces and CPDF_RenderModule. by dsinclair · 9 years ago
  79. 5cc2465 Clean up CPDF_Page. by thestig · 9 years ago
  80. 86e5474 Move include/fxcodec to fxcodec/include by dsinclair · 9 years ago
  81. b8db511 FPDF_GetSecurityHandlerRevision() should not crash. by thestig · 9 years ago
  82. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  83. 77d148d Mark FPDF_BStr_* with DLLEXPORT / STDCALL. by thestig · 9 years ago
  84. 64376be Move the fpdfsdk/include/javascript folder by dsinclair · 9 years ago
  85. 47ca692 Re-enable all the windows warnings except 4267 by weili · 9 years ago
  86. 05d53f0 Code change to avoid signed/unsigned mismatch warnings. by Wei Li · 9 years ago
  87. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  88. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  89. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  90. d4e8f12 Re-enable several MSVC warnings by Wei Li · 9 years ago
  91. 455a419 Move core/include/fpdfapi/fpdf_page.h to correct locations. by Dan Sinclair · 9 years ago
  92. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  93. 399be5b Add bitmaps and skp output to Skia port by Cary Clark · 9 years ago
  94. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (99%) from fpdfsdk/src/fpdfview.cpp]
  95. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  96. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  97. bec4ea1 Pass rect by const reference in SetClip_Rect(). by Tom Sepez · 9 years ago
  98. ae85f87 Define _DEBUG for debug builds. by Lei Zhang · 9 years ago
  99. 4866158 Pdfium does not create isolate when it runs in chromium by jinming_wang · 9 years ago
  100. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago