1. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  2. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  3. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  4. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 7 years ago
  5. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  6. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  7. cddc8ed Fix typos that meant to say handler instead of hander. by Lei Zhang · 7 years ago
  8. ae4656e Move FPDF_FILEWRITE adapter to own file by Dan Sinclair · 8 years ago
  9. 40badde Remove more |new|s, part 6 by Tom Sepez · 8 years ago
  10. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 8 years ago
  11. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  12. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  13. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  14. ddb7016 Move CFX files into fxcrt by Dan Sinclair · 8 years ago
  15. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 8 years ago
  16. cdba747 Cleanup DocType defines by Dan Sinclair · 8 years ago
  17. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  18. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 8 years ago
  19. 9e05ee1 Make CPDF_Stream() take unique_ptr's to its dictionary. by tsepez · 8 years ago
  20. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  21. 8a3aa45 Make CPDF_Array take unique_ptrs by tsepez · 8 years ago
  22. 70c4afd Make AddIndirectObject() take a unique_ptr. by tsepez · 8 years ago
  23. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  24. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  25. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  26. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  27. f39074c Fix some FX_BOOL / int noise in fxcrt. by tsepez · 8 years ago
  28. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  29. c25a421 Revert "Update CPDF_IndirectObjectHolder APIs for unique objects." by Tom Sepez · 8 years ago
  30. 3ba0985 Update CPDF_IndirectObjectHolder APIs for unique objects. by tsepez · 8 years ago
  31. 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
  32. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  33. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  34. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  35. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  36. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  37. 2415435 Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit by dsinclair · 8 years ago
  38. 5b49309 Move xfa/fxfa/include to xfa/fxfa by dsinclair · 8 years ago
  39. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  40. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  41. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  42. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  43. 1771a71 Move core/fpdfapi/fpdf_edit/include to core/fpdfapi/fpdf_edit by dsinclair · 8 years ago
  44. 698c571 Use string pools in some dictionaries, names, and strings. by tsepez · 8 years ago
  45. bb577af Remove some objnum locals with AddIndirectObject by tsepez · 8 years ago
  46. 5a399de Make CPDF_Array not do indirect object creation. by tsepez · 8 years ago
  47. e6db16e Clean up CPDF_Stream. by tsepez · 8 years ago
  48. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  49. 89f8fa8 Remove unused code in CPDFXFA_Document by dsinclair · 8 years ago
  50. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 8 years ago
  51. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  52. b8bf55f Get rid of CPDF_Object::GetArray(). by thestig · 9 years ago
  53. cbfef57 Cleanup XFA_HASHCODE usage. by dsinclair · 9 years ago
  54. e7b2853 Remove Release() from CXFA_WidgetAccIterator by tsepez · 9 years ago
  55. 501e8cd Remove Release() from CXFA_ChecksumContext by tsepez · 9 years ago
  56. 7222ea6 Move remaining xfa/include/fxfa files by dsinclair · 9 years ago
  57. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  58. 221caf6 Cleanup the FF Handler proxy methods. by dsinclair · 9 years ago
  59. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  60. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  61. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  62. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  63. 584b1e6 Move core/include/fpdfapi/fpdf_pageobj.h into core/fpdfapi. by Dan Sinclair · 9 years ago
  64. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  65. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdfsave.cpp]
  66. 97da976 Re-enable MSVC warning 4800 for compiling with chromium_code by Wei Li · 9 years ago
  67. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  68. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 9 years ago
  69. 9940619 Move ScopedSetInsertion to third_party/base/stl_util.h by Tom Sepez · 9 years ago
  70. 3ebd121 Review and cleanup lint warnings. by Dan Sinclair · 9 years ago
  71. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  72. 7a73eff Tidy fpdfsave.cpp by Tom Sepez · 9 years ago
  73. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  74. f10ae63 War on #defines - part 2 by Tom Sepez · 9 years ago
  75. 8e5cd19 Merge to XFA: War on #defines, part 1. by Tom Sepez · 9 years ago
  76. 1b97664 Merge to XFA: Clean up misc nits found while fixing bugs. by Lei Zhang · 9 years ago
  77. 875b9c9 XFA: Remove relative includes outside of xfa/. by Lei Zhang · 9 years ago
  78. 4880d1a Merge to XFA: Get rid of a few CPDF_Object Create() methods and just use new instead. by Lei Zhang · 9 years ago
  79. d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 9 years ago
  80. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  81. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  82. 1b24628 XFA: More underlying types by Tom Sepez · 9 years ago
  83. d3116dc XFA: DYNIMIC is spelled DYNAMIC by Tom Sepez · 9 years ago
  84. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  85. 61aad4f Merge to XFA: Cleanup CPDF_Stream: by Lei Zhang · 9 years ago
  86. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  87. 3343d14 Fix XFA compilation noise, part 1. by Tom Sepez · 9 years ago
  88. a8a39e2 Allow building of XFA branch without XFA by Tom Sepez · 9 years ago
  89. 2b1a2d5 Merge to XFA: Use override in more classes in fpdfsdk/ by Lei Zhang · 9 years ago
  90. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  91. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  92. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  93. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  94. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  95. b116136 Merge to XFA: Remove more cruft from fx_system.h by Tom Sepez · 9 years ago
  96. bdeeb8a Make CPDFXFA_App / IXFA_AppProvider saner by Tom Sepez · 10 years ago
  97. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
  98. e118ce9 Keep the declaration of FPDF_HasXFAField consistent with other XFA APIs by Jun Fang · 10 years ago
  99. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  100. 368ed46 Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. by Tom Sepez · 10 years ago