1. e04b66c Move SharedForm check to CPDF_Metadata class by dan sinclair · 7 years ago
  2. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 7 years ago
  3. 7aba472 Cleanup fsdk_define methods by Dan Sinclair · 7 years ago
  4. 9a3a077 Use size_t in CXML_Element and callers. by Lei Zhang · 7 years ago
  5. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  6. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  7. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  8. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 7 years ago
  9. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  10. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  11. 8a6fdad Create common CXML_Object base class for CXML_Content and CXML_Element. by Tom Sepez · 7 years ago
  12. ec8ff7d Fix bytestring passing conventions, part 2. by Tom Sepez · 8 years ago
  13. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 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. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  17. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  18. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  19. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  20. bec7692 Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa by dsinclair · 8 years ago
  21. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  22. 1727aee Move core/fpdfdoc/include to core/fpdfdoc by dsinclair · 8 years ago
  23. 39c62fd Move core/fpdfapi/include to core/fpdfapi by dsinclair · 8 years ago
  24. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  25. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  26. 956553e Use enum class for subtypes of CPDF_Annot. by jaepark · 8 years ago
  27. 9ed9137 Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype. by jaepark · 8 years ago
  28. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  29. 9f515bc Use actual type instead CFX_Deletable by weili · 8 years ago
  30. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  31. ddffb57 Remove CFX_PrivateData from CPDF_ModuleMgr by tsepez · 8 years ago
  32. db1a24e Remove dead code from CPDF_InterForm. by thestig · 8 years ago
  33. a55880d Add missing STDCALL for FPDFDoc_GetPageMode(). by thestig · 8 years ago
  34. e1aebd4 Use std::vector as internal storage for CPDF_Array by Wei Li · 9 years ago
  35. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  36. 89bdd08 Move code from fpdfsdk/include to the sub directories. by dsinclair · 9 years ago
  37. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  38. bd56755 Rename GetElementValue() to GetDirectObject{By,At}(). by tsepez · 9 years ago
  39. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  40. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  41. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  42. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed from fpdfsdk/src/fpdf_ext.cpp]
  43. 5fc239a Split fpdf_parser_objects.cpp into per-class .cpp/.h files. by Tom Sepez · 9 years ago
  44. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  45. 9b76113 Merge to XFA: Member function name refactoring by Wei Li · 9 years ago
  46. 875b9c9 XFA: Remove relative includes outside of xfa/. by Lei Zhang · 9 years ago
  47. d983b09 Merge to XFA: Remove FX_BSTRC. by Lei Zhang · 9 years ago
  48. 40e9ff3 Tidy PDF_ENABLE_XFA #ifdefs in fpdfsdk. by Tom Sepez · 9 years ago
  49. 51da093 Inflict PDF_ENABLE_XFA ifdefs on XFA fpdfsdk/ by Tom Sepez · 9 years ago
  50. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  51. a688a04 Merge to XFA: Fix all relative includes to core. by Lei Zhang · 9 years ago
  52. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  53. 1b700c3 Merge to XFA: Clean up CPDF_AnnotList. by Lei Zhang · 9 years ago
  54. 471a103 Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). by Tom Sepez · 9 years ago
  55. 468e589 Changes to XFA to more closely match master. by Tom Sepez · 9 years ago
  56. 119dc64 Merge to XFA: Remove dead code from CPDF_Metadata. Add missing nullptr check. by Lei Zhang · 9 years ago
  57. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  58. 2f2ffec Merge to XFA - else after returns. by Tom Sepez · 9 years ago
  59. e5b0bd1 Merge to XFA: Do some IWYU cleanups. by Lei Zhang · 9 years ago
  60. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  61. ca3ac5e Merge to XFA: Remove FX_BSTR and FX_WSTR typedefs. by Tom Sepez · 9 years ago
  62. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  63. 64adf19 Merge to XFA: Cleanup: Make CPDF_Annot::m_pAnnotDict private. by Lei Zhang · 9 years ago
  64. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 9 years ago
  65. 293b95f Remove spurious XFA unsupported warning on XFA branch by Tom Sepez · 10 years ago
  66. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  67. 287e11a Remove "this==NULL" and adjust corresponding callers by Bo Xu · 10 years ago
  68. 4201b2a Fix a typo with PAGEMODE_UNKNOWN. by Lei Zhang · 10 years ago
  69. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  70. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago