1. 854d71c Refactor HasXFAField into HasFormInfo by Ryan Harrison · 7 years ago
  2. f9068a5 Convert XFA Doc Types to be more precise by Ryan Harrison · 7 years ago
  3. a74a627 Move HasXFAField out from XFA feature flag by Ryan Harrison · 7 years ago
  4. 921fe6b Move CPDF_RenderOptions members to private by Dan Sinclair · 7 years ago
  5. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 7 years ago
  6. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  7. 698aed7 Cleanup FX macros by Dan Sinclair · 7 years ago
  8. a7caeb5 Rename CFPDF_* classes by Dan Sinclair · 7 years ago
  9. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  10. 36eed87 Add FPDFPath_GetPoint() API by Miklos Vajna · 7 years ago
  11. e9d6834 Remove unneeded core/fxcodec/fx_codec.h includes. by Lei Zhang · 7 years ago
  12. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  13. 038740c Fix CPDFPathObjectFromFPDFPageObject() implementation. by Lei Zhang · 7 years ago
  14. 24b0733 Change behaviour of FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 7 years ago
  15. bcd1e70 Remove fx_basic.h by Dan Sinclair · 7 years ago
  16. 0158106 Add truly const versions of CPDF_Document getters. by Lei Zhang · 7 years ago
  17. 8a1081f Corrected the error setting after calling FPDF_LoadDocument() by Jane Liu · 7 years ago
  18. 8d7672e Fix some issues with individual image mask rendering by rbpotter · 7 years ago
  19. 0f6ceba Temporarily disable image mask individual rendering by rbpotter · 7 years ago
  20. 00d2ad1 Rename DLLEXPORT AND STDCALL by Dan Sinclair · 7 years ago
  21. 7e805d1 Revert "Add a build target and a proper export header for shared library builds." by Henrique Nakashima · 7 years ago
  22. 0033467 Add a build target and a proper export header for shared library builds. by Felix Kauselmann · 7 years ago
  23. 548334e APIs and tests for retrieving raw/decoded data from image objects by Jane Liu · 8 years ago
  24. 28fb7ba APIs and tests for extracting bitmaps from image objects by Jane Liu · 8 years ago
  25. 3f7ff05 Unify FPDF_LoadXXXDocument functions. by Artem Strygin · 8 years ago
  26. 60bde10 Fix FPDF_RenderPageBitmapWithMatrix by Nicolas Pena · 8 years ago
  27. 364d18b flush but do not release skia driver by Cary Clark · 8 years ago
  28. d0856ba Fix nits from commit 67ccef7. by Lei Zhang · 8 years ago
  29. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 8 years ago
  30. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 8 years ago
  31. 38a01b9 Restore FPDF_SetPrintingPostscriptLevel API by rbpotter · 8 years ago
  32. f55e72e Cleanup CPDF_RenderOptions colour members. by Dan Sinclair · 8 years ago
  33. a860a3d Remove unused CPDF_RenderOptions members by Dan Sinclair · 8 years ago
  34. e8468c4 Add Windows generic / text only printer driver support. by rbpotter · 8 years ago
  35. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 8 years ago
  36. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 8 years ago
  37. e10509a Wrapper class for annotation dictionary + CPDF_Form by Jane Liu · 8 years ago
  38. 3b05743 Added public API FPDFPath_GetStrokeColor by Jane Liu · 8 years ago
  39. 4fd9a47 Basic APIs and tests for extracting annotations by Jane Liu · 8 years ago
  40. 4cb82ee Convert more c-style pointers to CFX_UnownedPtr by Tom Sepez · 8 years ago
  41. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  42. 46abb66 Use more static_cast in fpdfsdk by Nicolas Pena · 8 years ago
  43. 9792f16 Properly ref-count CPDFXFA_Page by Tom Sepez · 8 years ago
  44. a5085d4 Rename render device classes by Dan Sinclair · 8 years ago
  45. cb377be Add missing CheckUnsupportedError by Dan Sinclair · 8 years ago
  46. 830897a Move map and codec loading into manager by Dan Sinclair · 8 years ago
  47. dbc3d3e Fixup Initialize spelling by Dan Sinclair · 8 years ago
  48. 40badde Remove more |new|s, part 6 by Tom Sepez · 8 years ago
  49. ce8e51e Fix rotations by rbpotter · 8 years ago
  50. 5628fd7 Add barcode test skeleton by Tom Sepez · 8 years ago
  51. cec0180 Render image masks individually instead of rendering the entire page as by rbpotter · 8 years ago
  52. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  53. 6a5c20c Remove the ICC transform where it is never initialized. by Nicolas Pena · 8 years ago
  54. 2b79729 Fix unit tests to initialize PartitionAlloc. by Chris Palmer · 8 years ago
  55. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  56. e778668 Move xfa/fxbarcode fxbarcode/ by Dan Sinclair · 8 years ago
  57. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 8 years ago
  58. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 8 years ago
  59. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 8 years ago
  60. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 8 years ago
  61. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  62. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  63. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  64. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  65. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  66. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  67. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  68. f716f0b Refcount CPDF_OCContext. by Tom Sepez · 8 years ago
  69. db76470 Add postscript path by rbpotter · 8 years ago
  70. 37b12ad Return unique_ptr from CXFA_FFApp::CreateDoc. by tsepez · 8 years ago
  71. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  72. 8f87550 re-enable skia caching by caryclark · 8 years ago
  73. fa89a20 Make concrete stream classes private to .cpp, part 4. by tsepez · 8 years ago
  74. bea0497 Make more concrete stream classes private to .cpp files by tsepez · 8 years ago
  75. 0275910 Protect against unexpected library create/destroy by tsepez · 8 years ago
  76. 345d489 Convert loose FX_Create* functions into static methods by tsepez · 8 years ago
  77. a78ba60 Add FPDF_RenderPageBitmapWithMatrix API. by thestig · 8 years ago
  78. 9067fd6 Add APIs for limited use of document tagged code. by thestig · 8 years ago
  79. 687fbde handle antialiased rendering as premultiplied by caryclark · 8 years ago
  80. 0e606b5 Make CPDF_Dictionary use unique pointers. by tsepez · 8 years ago
  81. 4e597c8 Force compiler to deduce src type for checked_cast<dst, src>. by tsepez · 8 years ago
  82. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  83. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  84. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  85. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  86. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  87. f39074c Fix some FX_BOOL / int noise in fxcrt. by tsepez · 8 years ago
  88. e5cb0b1 Take advantage of implicit std::unique_ptr<>(nulltpr_t) ctor. by tsepez · 8 years ago
  89. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  90. 2f2b58c Remove dead code in CPDF_CustomAccess by tsepez · 8 years ago
  91. d5bd8a1 Revert "Make CPDF_Object containers hold objects via unique pointers." by tsepez · 8 years ago
  92. 1d02388 Make CPDF_Object containers hold objects via unique pointers. by tsepez · 8 years ago
  93. 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
  94. f3736bc Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  95. b685e64 Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ ) by dsinclair · 8 years ago
  96. abefb79 Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  97. 7cbe68e Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  98. b402b17 Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment by dsinclair · 8 years ago
  99. 4d29e78 Rename fpdfsdk/fpdfxfa files to match contents by dsinclair · 8 years ago
  100. 69d9c68 Move core/fpdfapi/fpdf_render to core/fpdfapi/render by dsinclair · 8 years ago