1. 486f141 Check bits to decode will fit before decoding by Dan Sinclair · 8 years ago
  2. 2df760f core: allow building against system zlib by Miklos Vajna · 8 years ago
  3. 332ef54 Remove type-unsafe void* / uint8_t* usage in fx_crypt.h by Tom Sepez · 8 years ago
  4. ab20404 Split out CPDF_CMap::m_pLeading into separate members. by Tom Sepez · 8 years ago
  5. 60cc3ba Cleanup CStretchEngine and its CWeightTable by Nicolas Pena · 8 years ago
  6. 54b9166 Encode unicodes in UTF-16BE in ToUnicode map by Nicolas Pena · 8 years ago
  7. 32f2087 Make CPDF_CMap::m_pMapping use std::vector by Tom Sepez · 8 years ago
  8. c2bf27f More unused IFX_Pause parameters removed by Dan Sinclair · 8 years ago
  9. 4c64450 Fix CPDF_CMap::m_pAddMapping lack of type information. by Tom Sepez · 8 years ago
  10. e8c1d41 Give a couple of char to int functions better names. by Lei Zhang · 8 years ago
  11. b8a8c43 CPDF_Document::GetPageData() normally does not return NULL. by Lei Zhang · 8 years ago
  12. d74da7b Make CPDF_Font member variables protected. by Lei Zhang · 8 years ago
  13. d41f475 Remove unused IFX_Pause member by Dan Sinclair · 8 years ago
  14. c0aefd4 Cleanup CFX_CharMap by Dan Sinclair · 8 years ago
  15. b4a7583 Remove CFX_GlyphMap by Tom Sepez · 8 years ago
  16. dcefccc Removing unused IFX_Pause parameters by Dan Sinclair · 8 years ago
  17. df673c2 Cleanup more null IFX_Pause parameters by Dan Sinclair · 8 years ago
  18. c5fc83c Remove some unused IFX_Pause params by Dan Sinclair · 8 years ago
  19. 8384757 More cleanup in CFX_ScanlineCompositor by Nicolas Pena · 8 years ago
  20. e4f8fda CPDF_DataAvail: avoid reads into stack buffers. by Tom Sepez · 8 years ago
  21. cbdf926 Move O_BINARY and O_LARGEFILE defintions by Tom Sepez · 8 years ago
  22. dc36790 Remove FXSYS_wfopen(), it is totally unused. by Tom Sepez · 8 years ago
  23. 28b44b0 Clean up CRYPT_ArcFourCrypt(). by Lei Zhang · 8 years ago
  24. 0578244 CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words by Tom Sepez · 8 years ago
  25. 746babd SetPos to at most the file length to avoid overflows by Nicolas Pena · 8 years ago
  26. 1e5a98a Use enum class GifDecodeStatus instead of integers in fx_gif by Nicolas Pena · 8 years ago
  27. cadb471 Add a unit test for CRYPT_ArcFourSetup(). by Lei Zhang · 8 years ago
  28. a290470 CRYPT_ArcFourSetup: don't use key[0] when length is 0 by Tom Sepez · 8 years ago
  29. d9e0e6e Change BarcodeTest to render to bitmaps. by Lei Zhang · 8 years ago
  30. ec3a9e2 Fix some nits in fx_gif.cpp by Nicolas Pena · 8 years ago
  31. a0a6923 Remove more |new|s, part 5 by Tom Sepez · 8 years ago
  32. b8e00f2 Fix CGifLZWDecoder::Decode comparison by Nicolas Pena · 8 years ago
  33. 72b715d Add PDF reference to CFX_Matrix comment by Nicolas Pena · 8 years ago
  34. ce8e51e Fix rotations by rbpotter · 8 years ago
  35. 84faa03 Limit recursion in CXML_Parser::ParseElement(). by Lei Zhang · 8 years ago
  36. 9ebdfcb Disallow CPDF_FormField with deep node trees. by Lei Zhang · 8 years ago
  37. 7831f57 Fix stack overflow in CFieldTree::Node::GetFieldInternal(). by Lei Zhang · 8 years ago
  38. 66568bc Assert CPDF_Pattern always has a valid CPDF_Document pointer. by Lei Zhang · 8 years ago
  39. ba81750 Zero 4 byte variable before reading 3 bytes into it by Tom Sepez · 8 years ago
  40. 6e72b2e Remove more |new|s, part 2 by Tom Sepez · 8 years ago
  41. 827db14 Remove a few more |new|s. by Tom Sepez · 8 years ago
  42. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 8 years ago
  43. 2e2a4fc Guard against overflow in CFX_BilinearMatrix code. by Dan Sinclair · 8 years ago
  44. 2bbb551 Remove CPDF_Document parameter from CPDF_DeviceCS ctor. by Lei Zhang · 8 years ago
  45. 012ae89 Get rid of a few |new|s in CPDF_Document. by Tom Sepez · 8 years ago
  46. 5c42c8e Fix botched negation in cpdf_imageobject.cpp by Tom Sepez · 8 years ago
  47. f52a65f Use unique_ptr in CFPF_SkiaDeviceModule by Tom Sepez · 8 years ago
  48. cf89faf Use unique_ptr for CFX_GEModule::m_pFontCache. by Tom Sepez · 8 years ago
  49. 87d1c1f Remove remaining ICodec_* abstract classes by Tom Sepez · 8 years ago
  50. 233360e Add unittest for matrix reverse by Dan Sinclair · 8 years ago
  51. d8fd936 Add comment to CFX_Matrix to record component positions. by Dan Sinclair · 8 years ago
  52. a9deea9 Rename fx_basic_memmgr.cpp to fx_memory.cpp to match .h naming by Tom Sepez · 8 years ago
  53. 6302288 Rename core/fxcrt/fx_basic_coords.cpp to fx_coordinates.cpp by Tom Sepez · 8 years ago
  54. d524e4b Delete some CFX string ctors. by Lei Zhang · 8 years ago
  55. ef002c8 Use fx_extension.h utilities in more places. by Lei Zhang · 8 years ago
  56. 9ff306d Add FXSYS_wcsftime() to avoid termination on win. by Tom Sepez · 8 years ago
  57. 64ee2c3 Use a pdfium-specific unittest main rather than gtest's by Tom Sepez · 8 years ago
  58. 39b83dd Use unique_ptr in CFX_SizeGlyphCache by Tom Sepez · 8 years ago
  59. 302cd78 Initialize colour values by Dan Sinclair · 8 years ago
  60. 2569483 Use unique_ptr in CFX_FolderFontInfo::m_FontList by Tom Sepez · 8 years ago
  61. 350d2d9 Use unique_ptr in CFX_FontMgr::m_FaceMap. by Tom Sepez · 8 years ago
  62. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 8 years ago
  63. 0748d3c Return unique_ptr from CPDF_Type3Cache::RenderGlyph(). by Tom Sepez · 8 years ago
  64. e150045 Return unique_ptr from CPDF_RenderStatus::CloneObjStates(). by Tom Sepez · 8 years ago
  65. f9f26b5 Revert "Compare to epsilon instead of 0 in CFX_Matrix::SetReverse" by Nicolas Pena · 8 years ago
  66. e247ec4 Replace FXSYS_iswdigit with std::iswdigit. by Lei Zhang · 8 years ago
  67. aeee187 Remove hand-written bsearch from cfx_xmlsyntaxparser.cpp by Tom Sepez · 8 years ago
  68. ddfc3dc Let {Argb,Cmyk}Decode return tuples by Nicolas Pena · 8 years ago
  69. 58532b6 Revert "core: allow building against system zlib" by dsinclair · 8 years ago
  70. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 8 years ago
  71. 9a2f69f Move fxcrt_stream code to fx_stream file by Dan Sinclair · 8 years ago
  72. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  73. 6864bf8 core: choosen -> chosen by Miklos Vajna · 8 years ago
  74. 03f0fb0 Remove the friends of CPDF_FormField by Nicolas Pena · 8 years ago
  75. 7a68198 Split up CFX_DIBitmap::ConvertColorScale by Nicolas Pena · 8 years ago
  76. 3c66ea0 Update IFX_CharIter::Clone to return unique_ptr by Dan Sinclair · 8 years ago
  77. 4363c8f Rename array names to match codepage names by Dan Sinclair · 8 years ago
  78. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  79. 0d86ecb Move fde XML parser to core by Dan Sinclair · 8 years ago
  80. 3b71d26 Move CFGAS_Stream to CFX_SeekableStreamProxy by Dan Sinclair · 8 years ago
  81. 152bfe0 Libtiff upstream: _TIFFcalloc addition by Nicolas Pena · 8 years ago
  82. 9bd8b4c Clean up unneeded code in agg and skia driver by Nicolas Pena · 8 years ago
  83. ecd3646 Check char sign in fx_ext.h by Nicolas Pena · 8 years ago
  84. eccf405 Cleanup XML buffer code by Dan Sinclair · 8 years ago
  85. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 8 years ago
  86. 94c5e25 Remove unused class by Dan Sinclair · 8 years ago
  87. cec0180 Render image masks individually instead of rendering the entire page as by rbpotter · 8 years ago
  88. 8f0bf89 Add iterators for Byte/WideStringCs. by Tom Sepez · 8 years ago
  89. c329d59 Fix buffer management issues in CFX_SAXReader. by Tom Sepez · 8 years ago
  90. e190e7c Replace indirect calls with switch in CFX_SaxReader. by Tom Sepez · 8 years ago
  91. 16b9d77 Add unit test for CFX_SAXReader. by Tom Sepez · 8 years ago
  92. 3cfff70 Add ability to make StringCs from std::vector<>s. by Tom Sepez · 8 years ago
  93. 7062b26 Use vector of unique ptr in cpdf_data_avail.cpp. by Tom Sepez · 8 years ago
  94. a119340 Move another opertator<<() prototype into correct .h file. by Tom Sepez · 8 years ago
  95. 36c5b17 core: allow building against system zlib by Miklos Vajna · 8 years ago
  96. e0b5922 Refcount CPDF_CryptoHandler by Tom Sepez · 8 years ago
  97. 81513c8 Cache TypeFace instead of Font by Cary Clark · 8 years ago
  98. 27a0f35 Some fixes to the fallback font code. by Nicolas Pena · 8 years ago
  99. 94c34c9 No gradient to draw if clip is empty by Cary Clark · 8 years ago
  100. b333c9e Clip stack management was off by one. by Cary Clark · 8 years ago