1. 2b11dc1 Merge to XFA: Add type cast definitions for CPDF_Array. by Dan Sinclair · 9 years ago
  2. bf59a07 XFA: add CPDFDocumentToFPDFDocument() by Tom Sepez · 9 years ago
  3. bbe0e4d XFA: Fix unittests and embeddertests crashers by Tom Sepez · 9 years ago
  4. f1251c1 [Merge to XFA] Revert "Revert "Add type cast definitions for CPDF_Dictionary."" by Dan Sinclair · 9 years ago
  5. 3884dba Merge to XFA: Fix some override warnings in fpdfview.cpp. by Lei Zhang · 9 years ago
  6. b3b6762 Merge to XFA: Refactor progressive renderer. by Tom Sepez · 9 years ago
  7. b0748bb Merge to XFA: Sanity check the values of TRUE and FALSE. by Lei Zhang · 9 years ago
  8. db0be96 Merge to XFA: Introduce CPDFPageFromFPFDPage() by Tom Sepez · 9 years ago
  9. 471a103 Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). by Tom Sepez · 9 years ago
  10. dfbf8e7 Next round of XFA changes to match master. by Tom Sepez · 9 years ago
  11. 452b4f3 Merge to XFA: Allow compiling PDFium without V8. by Tom Sepez · 9 years ago
  12. a72e8e2 Merge to XFA: Pass v8::Isolate to PDFium at init time. by Tom Sepez · 9 years ago
  13. cb78ef5 XFA: Remove checks for new returning NULL in fpdfsdk. by Lei Zhang · 9 years ago
  14. 6f62d53 Merge to XFA: Allow external font-path configuration from pdfium_test. by Lei Zhang · 9 years ago
  15. 7da9803 Merge to XFA: Extern in .cpp files is a code smell, part 1. by Tom Sepez · 9 years ago
  16. 2b1a2d5 Merge to XFA: Use override in more classes in fpdfsdk/ by Lei Zhang · 9 years ago
  17. 077f1a3 XFA: clang-format all pdfium code, again. by Nico Weber · 9 years ago
  18. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  19. e3166a8 Merge to XFA: CPDF_Parser shouldnt be in the business of opening files by Tom Sepez · 9 years ago
  20. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  21. d191c3a Fix FX_BOOL / int inconsistencies, XFA branch by Tom Sepez · 9 years ago
  22. 75f43c4 Merge to XFA: Kill Func_Renderpage global function pointer. by Tom Sepez · 9 years ago
  23. 6d8b1c2 Merge to XFA: Cleanup: Do not check pointers before deleting them. by Lei Zhang · 9 years ago
  24. e5b0bd1 Merge to XFA: Do some IWYU cleanups. by Lei Zhang · 9 years ago
  25. 2c28619 Replace some Release() calls with virtual destructors. by Tom Sepez · 9 years ago
  26. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  27. 6581175 Merge to XFA: Kill FXSYS_mem{cpy,cmp,set.move}{32,8}. by Tom Sepez · 9 years ago
  28. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  29. bfa9a82 Merge to XFA: Use stdint.h types throughout PDFium. by Tom Sepez · 9 years ago
  30. b116136 Merge to XFA: Remove more cruft from fx_system.h by Tom Sepez · 9 years ago
  31. a4d1f40 Merge to XFA: Fix bad include path in fpdfview.cpp by Tom Sepez · 9 years ago
  32. 6675a80 Merge to XFA: Move fx_safe_types.h to include/ directory. by Tom Sepez · 9 years ago
  33. bdeeb8a Make CPDFXFA_App / IXFA_AppProvider saner by Tom Sepez · 9 years ago
  34. cf22eb8 Merge to XFA: Make (and verify) public/ files compile under C. by Tom Sepez · 9 years ago
  35. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 10 years ago
  36. bad79b3 Merge to XFA: Better error from pdfium_test when page too big to render. by Tom Sepez · 10 years ago
  37. f66cfd7 Fix heap use after free in FT_Stream_ReleaseFrame by JUN FANG · 10 years ago
  38. 6fc8cbb Merge to XFA: Kill CFX_Object. by Tom Sepez · 10 years ago
  39. 2080b3e Merge to XFA: Kill remaining sprintfs by Tom Sepez · 10 years ago
  40. 827a172 Check whether a pdf has XFA fields before loading XFA fields by JUN FANG · 10 years ago
  41. e118ce9 Keep the declaration of FPDF_HasXFAField consistent with other XFA APIs by Jun Fang · 10 years ago
  42. 3542589 Merge to XFA: Add namespace and-re-arrange PDFium's local copy of /base. by Tom Sepez · 10 years ago
  43. 53476d6 Merge to XFA: Prevent base::CheckedNumeric from leaking outside of pdfium. by Tom Sepez · 10 years ago
  44. c8f6ab6 Merge to XFA: Add embeddertests. by Tom Sepez · 10 years ago
  45. 70ad112 Merge to XFA: Use signed long for FPDF_GetNamedDest buffer length. by Bo Xu · 10 years ago
  46. a6f95eb Merge to XFA: Simplify UTF16LE_Encode and add unittest. by Bo Xu · 10 years ago
  47. 4d62b6b XFA: merge patch from CL 834703002, add APIs for getting bookmarks and named destinations. by Bo Xu · 10 years ago
  48. 7b6bcab XFA: merge patch from CL 826633002, fix windows printing black rectangle issue by Bo Xu · 10 years ago
  49. 207299b XFA: merge patch from issue 801913002 and 804463003 by John Abd-El-Malek · 10 years ago
  50. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  51. facd015 Lock page in LoadFXAnnot to prevent unintended page closing by Bo Xu · 10 years ago
  52. c5cab02 Add FPDF_GetSecurityHandlerRevision by Bo Xu · 10 years ago
  53. 368ed46 Add FX_OVERRIDE and use it for virtual functions of FX_FINAL classes. by Tom Sepez · 10 years ago
  54. d4e406e Remove try/catch block by Bo Xu · 10 years ago
  55. df449c0 Change '>=' back to '>' in extension.h due to bad fix by Jun Fang · 10 years ago
  56. 465c2a8 Fix buffer size boundary check offset by 1 by Bo Xu · 10 years ago
  57. 8dee6ca Fix the potential integer overflow from 'offset+size' in extension.h and fpdfview.cpp by JUN FANG · 10 years ago
  58. 0f14185 Fix FPDF_RenderPage 2x zoom in when bBackgroundAlphaNeeded is true by Bo Xu · 10 years ago
  59. 5eb9f7b pdfium: Fix all -Wdelete-non-virtual-dtor violations on Mac. by Nico Weber · 10 years ago
  60. 9114e83 Add support to extract viewer preference by Bo Xu · 10 years ago
  61. 532a6a7 Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition (try 2) by Lei Zhang · 10 years ago
  62. ab99c38 Revert commit 95c018e2d15ecc3a5bd2a9aab18638316a6d3d46 by Lei Zhang · 10 years ago
  63. 95c018e Fixes for re-enabling more MSVC level 4 warnings: pdfium/ edition by Lei Zhang · 10 years ago
  64. 3522876 Remove custom memory manager by Bo Xu · 10 years ago
  65. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  66. 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. by John Abd-El-Malek · 10 years ago
  67. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago