1. 54a4214 Basic APIs and tests for adding attachments by Jane Liu · 7 years ago
  2. a5d2929 Added CPDF_NameTree::AddValueAndName() by Jane Liu · 7 years ago
  3. 72cc6c6 Deprecated FPDF_RENDER_READER in favour of FPDF_RENDER_READY by Dan Sinclair · 7 years ago
  4. d0856ba Fix nits from commit 67ccef7. by Lei Zhang · 7 years ago
  5. 1a44cb4 Convert CFX_ListItem to use CFX_FloatRect by Dan Sinclair · 7 years ago
  6. 3f753f2 Change length calculation in CFX_StringCTemplate constructor by Ryan Harrison · 7 years ago
  7. bba6b77 Use enum for pdf object type by Artem Strygin · 7 years ago
  8. 2c4a805 Create helper method in CJBig2_HTRDProc by Nicolas Pena · 7 years ago
  9. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  10. 67ccef7 Use CFX_WideString in CPDF_NameTree functions to strip BOM by Jane Liu · 7 years ago
  11. eed247e Converting CFX_ByteTextBuf to ostringstream in SAX. by Henrique Nakashima · 7 years ago
  12. 56a8054 Revert "Converting CFX_ByteTextBuf to ostringstream in SAX." by Henrique Nakashima · 7 years ago
  13. 18ae06d Basic APIs and tests for extracting attachments by Jane Liu · 7 years ago
  14. 0add284 Remove JBig2_GsidProc class by Nicolas Pena · 7 years ago
  15. 23c93ef Avoid unterminated string segment in cfx_saxreaderhandler.cpp by Tom Sepez · 7 years ago
  16. d0f1054 Prevent more crashes in wcsftime. by Lei Zhang · 7 years ago
  17. 5672524 Fix CONTINUED spelling by Dan Sinclair · 7 years ago
  18. fe1c8e6 colortables are unused, so remove plumbing by Mike Reed · 7 years ago
  19. 0b7378a Move CPWL_Utils Draw methods to CFX_RenderDevice by Dan Sinclair · 7 years ago
  20. d6aff2f Add CFX_FloatRect::GetDeflated by dan sinclair · 7 years ago
  21. 1853123 Simplify CJBig2_Context::huffman_assign_code by Nicolas Pena · 7 years ago
  22. f768baf Let CPDF_MeshStream::ReadVertexRow return a vector by Nicolas Pena · 7 years ago
  23. 21dd189 Use CFX_MaybeOwned in CJBig2_TRDProc by Nicolas Pena · 7 years ago
  24. b6db208 More unique_ptrs in JBIG2 code part 2 by Nicolas Pena · 7 years ago
  25. 56fc972 Add Embeddertest for password after saving by Nicolas Pena · 7 years ago
  26. 3e5ef46 Use PartitionAlloc with PartitionAllocReturnNull by Nicolas Pena · 7 years ago
  27. f55e72e Cleanup CPDF_RenderOptions colour members. by Dan Sinclair · 7 years ago
  28. 7f55a54 Rename CPWL_Color to CFX_Color by Dan Sinclair · 7 years ago
  29. 334e79e Move CPWL_Utils::ScaleRect to CFX_FloatRect by Dan Sinclair · 7 years ago
  30. 3628f8b Move CPWL_Utils::OverlapWordRange to CPVT_WordRange::Intersect by Dan Sinclair · 7 years ago
  31. 469186a Move CPWL_Utils::GetCenterSquare to CFX_FloatRect by Dan Sinclair · 7 years ago
  32. a860a3d Remove unused CPDF_RenderOptions members by Dan Sinclair · 7 years ago
  33. c8a17e5 Changed CPDF_FileSpec::GetFileName() to directly return CFX_WideString by Jane Liu · 7 years ago
  34. ebc351b fix skiapaths for sparse type1 on mac by Cary Clark · 7 years ago
  35. 17453d0 More unique_ptrs in JBig2 code by Nicolas Pena · 7 years ago
  36. 360d1fc Index_8 no longer supported, upscale to N32 by Mike Reed · 7 years ago
  37. 0b6e9ae Nits in CFX_RenderDevice and CPDF_ContentParser by Nicolas Pena · 7 years ago
  38. d10d877 support m_bGlyph_Adjust by Cary Clark · 8 years ago
  39. 2e7bfb7 Remove unused methods from CPDF_ColorSpace by Nicolas Pena · 7 years ago
  40. dc1aa32 Added helper functions in the class CPDF_FileSpec by Jane Liu · 7 years ago
  41. d79ac21 Move CMYKtoRGB methods to fx_codec and clean them up by Nicolas Pena · 7 years ago
  42. 58bf3de Cleanup ICC code part 1 by Nicolas Pena · 7 years ago
  43. 071f5ed Cleanup CFX_RenderDevice by Nicolas Pena · 7 years ago
  44. e8468c4 Add Windows generic / text only printer driver support. by rbpotter · 7 years ago
  45. 00c3cfd Roll FreeType to c56d8851ea987023cc73981a70d261b3f6427545 by Nicolas Pena · 7 years ago
  46. 92e2276 Move core/fxge/ge to core/fxge. by Dan Sinclair · 7 years ago
  47. 1437643 Reland "typeface double delete" by Dan Sinclair · 7 years ago
  48. b46ce41 core: fix -Wshadow warnings by Miklos Vajna · 8 years ago
  49. f6f68c7 Check that there is enough data remaining in source BMP before reading by Ryan Harrison · 8 years ago
  50. 7403198 Convert c-style casts in fx_memory.h into static_casts by Ryan Harrison · 8 years ago
  51. 75e1ab0 Revert "typeface double delete" by Cary Clark · 8 years ago
  52. ddf2418 typeface double delete by Cary Clark · 8 years ago
  53. d32623b additional clip debugging by Cary Clark · 8 years ago
  54. d95f175 maintain ClipBox by Cary Clark · 8 years ago
  55. ecc238c set clip rect by Cary Clark · 8 years ago
  56. eea0467 show original text to aid in debugging by Cary Clark · 8 years ago
  57. 8528723 fix fuzzer generated out of range by Cary Clark · 8 years ago
  58. 4bba683 clip save off by one by Cary Clark · 8 years ago
  59. c2a68df Use the right free function for ICC color profiles. by Chris Palmer · 8 years ago
  60. 573b10a Remove hand rolled bsearch from HTMLSTR2Code by Ryan Harrison · 8 years ago
  61. d24236a Remove pointless CFX_FloatRect construction. by Lei Zhang · 8 years ago
  62. baa7ff4 Basic APIs and tests for extracting and setting annotation paths by Jane Liu · 8 years ago
  63. caf6d61 Move Start to constructor in CFX_Image(Renderer|Transformer) by Nicolas Pena · 8 years ago
  64. b21f174 Change SetReverse to GetInverse in CFX_Matrix by Nicolas Pena · 8 years ago
  65. 297f161 Add << overload for CFX_StringCTemplate classes by Ryan Harrison · 8 years ago
  66. 9ba8fbc Set default graphics before generating page contents by Nicolas Pena · 8 years ago
  67. d4fb57a Keep all trailers in CPDF_Parser in m_Trailers by Nicolas Pena · 8 years ago
  68. 67476e5 Converting CFX_ByteTextBuf to ostringstream in cpvt_generateap.cpp by Henrique Nakashima · 8 years ago
  69. 475f433 Add << overload for CFX_WideString by Ryan Harrison · 8 years ago
  70. d8df8d4 Use new overloads to make usages of ostringstream more readable. by Henrique Nakashima · 8 years ago
  71. 0646275 Made existing annotation APIs to work with AP by Jane Liu · 8 years ago
  72. d39443e Add overload for CPDF_Stream.SetData() that takes an ostringstream. by Henrique Nakashima · 8 years ago
  73. b109ac4 Add empty string test case for ostream << CFX_ByteString. by Henrique Nakashima · 8 years ago
  74. 508aa57 Converting CFX_ByteTextBuf to ostringstream in cfx_fontmapper.cpp. by Henrique Nakashima · 8 years ago
  75. 22eb7ae Modified CPDF_PageContentGenerator to work with both Form and Page by Jane Liu · 8 years ago
  76. 44dd818 Adding overload for ostream << CFX_ByteString by Henrique Nakashima · 8 years ago
  77. 5c3e5c1 Cleaning up fx_string_testhelpers. by Henrique Nakashima · 8 years ago
  78. b32a949 Continue BMP decoder cleanup by Nicolas Pena · 8 years ago
  79. 84d8eb9 Avoid regenerating appearance stream when already present. by Henrique Nakashima · 8 years ago
  80. 7726a58 Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers. by Chris Palmer · 8 years ago
  81. e17011d Minor change to AP generation logic by Jane Liu · 8 years ago
  82. 4b95360 Clamp instead of checked_cast in TT2PDF by Nicolas Pena · 8 years ago
  83. eca45e0 Fixed optional content not rendered when OCGs array is empty. by Henrique Nakashima · 8 years ago
  84. 995a601 Cleanup fpdf_parser_decode by Nicolas Pena · 8 years ago
  85. d5a13af Fix signedness of height in BMP decoder by Nicolas Pena · 8 years ago
  86. 3962d80 Cleanup tiling and shading patterns in correct order by Dan Sinclair · 8 years ago
  87. 4db9046 Add heuristic for improving text rendering in CPDF_CharPosList::Load by Nicolas Pena · 8 years ago
  88. b73ce7b Fixing metadata not read from linearized file. by Henrique Nakashima · 8 years ago
  89. e5749af Use EXPECT_STREQ() in fx_system_unittest.cpp. by Lei Zhang · 8 years ago
  90. bc29701 Make out_row_buffer an std::vector by Nicolas Pena · 8 years ago
  91. 7ca47d5 Converting CFX_ByteTextBuf to ostringstream in SAX. by Henrique Nakashima · 8 years ago
  92. cff4624 Converting CFX_ByteTextBuf to ostringstream in cxml_parser.cpp. by Henrique Nakashima · 8 years ago
  93. 2bf942d Avoid a crash inside wcsftime() on Windows. by Lei Zhang · 8 years ago
  94. 65a5534 Remove unused BMP compressing code by Nicolas Pena · 8 years ago
  95. c71fdcb Cleanup fx_bmp part 1 by Nicolas Pena · 8 years ago
  96. ce67be4 Fix crash when inserting empty path by Nicolas Pena · 8 years ago
  97. 603a31d Add blend to GraphicsData by Nicolas Pena · 8 years ago
  98. 957480c Allow zero length streams when parsing. by Dan Sinclair · 8 years ago
  99. 6500c6f Check validity of color indices in bmp_decode_rgb by Nicolas Pena · 8 years ago
  100. 8f38e4f Converting CFX_ByteTextBuf to ostringstream in cpdf_pagecontentgenerator. by Henrique Nakashima · 8 years ago