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