1. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  2. 8128485 CheckUnSupportError() always called with FPDF_ERR_SUCCESS. by Tom Sepez · 6 years ago
  3. b80edf3 Creating XFA context shouldn't be a side-effect of FPDF_* conversion. by Tom Sepez · 6 years ago
  4. 86688de Make friend RetainPtr<T> statements consistently public. by Lei Zhang · 6 years ago
  5. 00d47a6 Rename some fsdk files to cpdfsdk by Dan Sinclair · 7 years ago
  6. d7999f6 Move parsing logic from FPDF_DataAvail into CPDF_DataAvail. by Artem Strygin · 7 years ago
  7. 62b2180 Improve CPDF_ReadVaildator by Artem Strygin · 7 years ago
  8. 73784e8 Allow to use null FX_DOWNLOADHINTS to check data availability by Artem Strygin · 7 years ago
  9. a7caeb5 Rename CFPDF_* classes by Dan Sinclair · 7 years ago
  10. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  11. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  12. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 7 years ago
  13. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  14. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  15. 834ebec Implement read validator. by Artem Strygin · 7 years ago
  16. fe91c6c Be skeptical of bare |new|s. by Tom Sepez · 7 years ago
  17. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  18. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  19. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  20. 95e5834 Continue fixing FX_BOOL / int noise by tsepez · 8 years ago
  21. f39074c Fix some FX_BOOL / int noise in fxcrt. by tsepez · 8 years ago
  22. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  23. 488b7ad Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser by dsinclair · 8 years ago
  24. 36eb4bd Add ptr_util.h from base until std::make_unique<> available by tsepez · 8 years ago
  25. 114e46a Move fpdfsdk/include to fpdfsdk by dsinclair · 8 years ago
  26. c6c425a Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser by dsinclair · 8 years ago
  27. d4c34f2 Replace std::unique_ptr.reset() with WrapUnique assignment. by thestig · 8 years ago
  28. e0cb687 Use unsigned page indexes in CPDF_HintTables. by thestig · 8 years ago
  29. cedaa55 Flip document and parser ownership by dsinclair · 8 years ago
  30. f85e7e2 Rename async to linearized when parsing by dsinclair · 8 years ago
  31. 4540fba Get CPDF_Parser out of the document creation business. by tsepez · 8 years ago
  32. 979070b Get rid of IPDF_DataAvail. by thestig · 8 years ago
  33. 1cd352e Get rid of NULLs in fpdfsdk/ by thestig · 8 years ago
  34. c3255f5 Remove FX_DWORD from fpdfsdk/ and testing by tsepez · 9 years ago
  35. aa403d3 core/include/fdpfapi cleanup Part I. by Dan Sinclair · 9 years ago
  36. f766ad2 Move fpdfsdk/src up to fpdfsdk/. by Dan Sinclair · 9 years ago[Renamed (97%) from fpdfsdk/src/fpdf_dataavail.cpp]
  37. f040890 Split apart the remainder of fpdf_render_render.cpp into per-class files. by Tom Sepez · 9 years ago
  38. 310438f Split off CPDF_Document into its own .cpp/.h files. by Tom Sepez · 9 years ago
  39. aa23e70 Another round of cleanup in CPDF_Parser and friends. by Lei Zhang · 9 years ago
  40. f10ae63 War on #defines - part 2 by Tom Sepez · 9 years ago
  41. 412e908 Merge to XFA: Get rid of most instance of 'foo == NULL' by Lei Zhang · 9 years ago
  42. c7e4c4f Update XFA fpdfsdk to match master by Tom Sepez · 9 years ago
  43. bde53d2 Merge to XFA: Remove relative includes. by Lei Zhang · 9 years ago
  44. df7f366 Merge to XFA: Support linearized loading by Jun Fang · 9 years ago
  45. b4e7f30 Merge to XFA: Fix all relative includes to public. by Lei Zhang · 9 years ago
  46. bf59a07 XFA: add CPDFDocumentToFPDFDocument() by Tom Sepez · 9 years ago
  47. 471a103 Merge to XFA: Introduce CPDF_DocumentFromFPDFDocument(). by Tom Sepez · 9 years ago
  48. cb78ef5 XFA: Remove checks for new returning NULL in fpdfsdk. by Lei Zhang · 9 years ago
  49. 5417f06 Merge to XFA: Extern in .cpp file is a code smell, part 2. by Tom Sepez · 9 years ago
  50. 7da9803 Merge to XFA: Extern in .cpp files is a code smell, part 1. by Tom Sepez · 9 years ago
  51. 2b1a2d5 Merge to XFA: Use override in more classes in fpdfsdk/ by Lei Zhang · 9 years ago
  52. ae51c81 Kill off last uses of FX_NEW in XFA. by Tom Sepez · 9 years ago
  53. 9d8ec5a XFA: clang-format all pdfium code. by Nico Weber · 9 years ago
  54. 6d8b1c2 Merge to XFA: Cleanup: Do not check pointers before deleting them. by Lei Zhang · 9 years ago
  55. a6d9f0e Remove trailing whitespaces in fpdfsdk, XFA edition. by Lei Zhang · 9 years ago
  56. d7e5cc7 Merge to XFA: Remove typdefs for pointer types in fx_system.h. by Tom Sepez · 9 years ago
  57. bdeeb8a Make CPDFXFA_App / IXFA_AppProvider saner by Tom Sepez · 9 years ago
  58. 1ed8a21 Merge to XFA: Create top-level public/ header directory. by Tom Sepez · 9 years ago
  59. 6fc8cbb Merge to XFA: Kill CFX_Object. by Tom Sepez · 10 years ago
  60. 19c6160 Merge to XFA: Use IPDF_DataAvail interface to hide CPDF_DataAvail. by Tom Sepez · 10 years ago
  61. fdc00a7 Merge XFA to PDFium master at 4dc95e7 on 10/28/2014 by Bo Xu · 10 years ago
  62. 3f3b45c Convert all line endings to LF. by John Abd-El-Malek · 10 years ago
  63. 5110c47 Initial commit. by John Abd-El-Malek · 10 years ago