1. 39ba18a Generate default AP stream for ink annotation. by jaepark · 8 years ago
  2. ad5ac75 Fix typos of the word outer. by thestig · 8 years ago
  3. e7107f4 Generate default AP stream for circle annotation. by jaepark · 8 years ago
  4. af7ab33 Generate default AP stream for square annotation. by jaepark · 8 years ago
  5. fb36208 Fixup various overflow conditions by dsinclair · 8 years ago
  6. 727da4f Add CPDF_Array::IsEmpty(). by jaepark · 8 years ago
  7. b1b8668 Check if image width or height are zero before proceeding. by dsinclair · 8 years ago
  8. 660de3c Move CFX_ClipRgn and CFX_PathData into their own files. by npm · 8 years ago
  9. f41d9dc Add CPDF_ImageObject::GetImage(). by thestig · 8 years ago
  10. 26b86e6 Move CFX_GEModule into its own file by npm · 8 years ago
  11. 52a5005 Remove unnecessary casting in CPVT_GenerateAP. by jaepark · 8 years ago
  12. 6115972 Clean up fx_ge_linux.cpp a little. by thestig · 8 years ago
  13. 766901f Add bounds checks to CWeightTable::Calc() and friends. by thestig · 8 years ago
  14. 96a0786 Generate default AP stream for squiggly annotation. by jaepark · 8 years ago
  15. 0d8c2d1 Generate default AP stream for strike out annotation. by jaepark · 8 years ago
  16. 33e9b26 Generate default AP stream for underline annotation. by jaepark · 8 years ago
  17. 27053d8 Splitting fpdfdoc/doc_* part III. by dsinclair · 8 years ago
  18. e21501d Bound total pixels in JBig2 images to avoid overflows later. by tsepez · 8 years ago
  19. 0a7552f Verify row bytes before alloc in BMP codec. by dsinclair · 8 years ago
  20. b2e6337 Use PaintOperation instead of bFillOrStroke in CPVT_GenerateAP. by jaepark · 8 years ago
  21. 448c433 Splitting fpdfdoc/doc_* part II. by dsinclair · 8 years ago
  22. 6faf9f9 Fix Jbig2 document context creation by checking proper pointer by weili · 8 years ago
  23. 02e6f59 Splitting fpdfdoc/doc_* part I by dsinclair · 8 years ago
  24. 0690c35 Fixup crypto key generation. by dsinclair · 8 years ago
  25. 2d7ab18 Support PDF highlight annotation with opacity. by jaepark · 8 years ago
  26. ab47ace Generate default AP stream for highlight annotation. by jaepark · 8 years ago
  27. c54bb43 Simplify some FPDF edit functions. by thestig · 8 years ago
  28. 9c987e9 Use bool instead of FX_BOOL as return values in CPVT_GenerateAP. by jaepark · 8 years ago
  29. 7484762 Refactor fxge/fx_apple and fx_win header files by npm · 8 years ago
  30. 2462217 Fix a FPE in CStretchEngine::StartStretchHorz(). by thestig · 8 years ago
  31. 823df2a Cleanup CPDF_DocPageData release methods and callers. by thestig · 8 years ago
  32. dbfc352 Remove the document tagged code as it is unused. by dsinclair · 8 years ago
  33. cac704d Split fpdfdoc/include/fpdf_doc.h into individual classes. by dsinclair · 8 years ago
  34. 0600234 fix text matrix again by caryclark · 8 years ago
  35. 6f10254 Fixup integer conversion logic. by dsinclair · 8 years ago
  36. f73893a Splitting fx_ge_fontmap.cpp by npm · 8 years ago
  37. c279a3e Use smart pointer for CPDF_Form in CPDF_Annot. by jaepark · 8 years ago
  38. 844c4b2 Remove unused m_bFirstLayer in CPDF_RenderContext. by jaepark · 8 years ago
  39. 22b05fc Remove FX_FONTCACHE_DEFINE by tsepez · 8 years ago
  40. 3e80578 fix text rotation for skia by caryclark · 8 years ago
  41. 9b671ac Use smart pointers for CFX_Font and CFX_Type3Font classes by weili · 8 years ago
  42. 0024a22 Remove CFX_Deletable by weili · 8 years ago
  43. 9f515bc Use actual type instead CFX_Deletable by weili · 8 years ago
  44. 8f19e4b Fix skia build broken by commit c38cd6 by weili · 8 years ago
  45. c38cd6e Use smart pointers for graphics device classes by weili · 8 years ago
  46. 8b30162 Bring pdfium file in sync with chrome, fix mac build by caryclark · 8 years ago
  47. 3b6c7e9 Move CPDF_Annot and CPDF_AnnotList to their own header. by jaepark · 8 years ago
  48. cc8ae2f Pass CPDF_Document instead of CPDF_AnnotList when constructing CPDF_Annot. by jaepark · 8 years ago
  49. 47228ac Clean up singleton implementation by weili · 8 years ago
  50. 8ca60b2 Use smart pointers for various Jbig2 decoding contexts by weili · 8 years ago
  51. fdb35ff Implement CGdiPrinterDriver::DrawDeviceText(). by thestig · 8 years ago
  52. 74a30b7 Remove default params in CPDF_VariableText. by dsinclair · 8 years ago
  53. efd5a99 Removing default params from CFX_Edit. by dsinclair · 8 years ago
  54. 8d53150 Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference. by jaepark · 8 years ago
  55. a2919b3 Remove RichText support from fpdfsdk/fxedit. by dsinclair · 9 years ago
  56. 38506d3 Rename methods in CPDF_Interform. by jaepark · 9 years ago
  57. e059579 Replace void* to actual type for jbig2 context to avoid casts by weili · 9 years ago
  58. 5a6c139 Use smart pointers for class owned member variables by weili · 9 years ago
  59. 7fb17c0 set font cache if null by caryclark · 9 years ago
  60. 44105d8 Change class member variables in raw pointer type into unique_ptr by weili · 9 years ago
  61. a27d49a copy graphics state fully by caryclark · 9 years ago
  62. df8c035 Clean up parts of CPDF_CIDFont. by thestig · 9 years ago
  63. cfb31d6 Mac: Improve font substitution. by thestig · 9 years ago
  64. 08e7072 Clean up CFX_MacFontInfo and surrounding code. by thestig · 9 years ago
  65. 1e62a25 fix skia unit tests by caryclark · 9 years ago
  66. e89391e add local caching for skia draws by caryclark · 9 years ago
  67. 0efab94 Disable failing embedder tests for Skia builds. by thestig · 9 years ago
  68. b21c6d0 Fix a regression from commit f3e6851. by thestig · 9 years ago
  69. 8ea3f51 Clean up some CPDF_Font subclasses. by thestig · 9 years ago
  70. de0022a Simplify CPDF_TextRenderer::DrawTextString(). by thestig · 9 years ago
  71. 160bd0e Double AdobeCMYK_to_sRGB speed with faster rounding by brucedawson · 9 years ago
  72. 29d447a Improve hint table validation checks. by thestig · 9 years ago
  73. ce56557 Use some FXSYS methods instead of duplicating by dsinclair · 9 years ago
  74. decfa7b Remove FPDFAPI_LoadCID2UnicodeMap. by dsinclair · 9 years ago
  75. 726b3db Remove some fx_dib functions with unused parameters. by thestig · 9 years ago
  76. ca0bc7d Fix Skia GN build on Mac by weili · 9 years ago
  77. 29ce923 Fix memory leaks in EmbedderTest::OpenDocument(). by thestig · 9 years ago
  78. 907a522 Use FXFONT defines in place of integers. by thestig · 9 years ago
  79. 095d346 Move ifx_renderdevicedriver to a separate file to share by weili · 9 years ago
  80. 4701fcd Fix clang_use_chrome_plugin for Mac and Skia builds by weili · 9 years ago
  81. bff506d Change func(void) to func() by weili · 9 years ago
  82. 950e68f Remove unused CFX_Font members. by thestig · 9 years ago
  83. ec51ac3 Another round of fx_ge cleanup. by thestig · 9 years ago
  84. 54d027d Fixup LoadImageInfo type checking. by dsinclair · 9 years ago
  85. 2fad11a Simplify CPDF_TextPage::FindTextlineFlowOrientation(). by thestig · 9 years ago
  86. d931476 Remove unused code. by dsinclair · 9 years ago
  87. 23c9c47 fix skia build by caryclark · 9 years ago
  88. 625ad66 Make code compile with clang_use_chrome_plugin (part IV) by weili · 9 years ago
  89. f4bb580 Make code compile with clang_use_chrome_plugin (part II) by weili · 9 years ago
  90. e7b0a2d Clean up CPDF_TextPage. by thestig · 9 years ago
  91. 979070b Get rid of IPDF_DataAvail. by thestig · 9 years ago
  92. fc6326d Delete Transform1bppBitmap() after commit 2f30766. by thestig · 9 years ago
  93. 2f30766 Remove default arguments from IFX_RenderDeviceDriver. by thestig · 9 years ago
  94. 868150b Make code compile with clang_use_chrome_plugin (part I) by weili · 9 years ago
  95. 82e24b1 Optionally skip image type detection in progressive decoder. by dsinclair · 9 years ago
  96. 993d817 Fix CGdiDeviceDriver::DrawLine(). by thestig · 9 years ago
  97. 6d4f6ff use pos text by caryclark · 9 years ago
  98. 7f3a15f [Android] Add support for standalone PDFium gn build on Android. by jbudorick · 9 years ago
  99. fcf61b3 Clean up fx_codec_tiff.cpp. by thestig · 9 years ago
  100. 23ae4a5 Remove redundant casts, part 4 by tsepez · 9 years ago