1. 392cfd6 Remove FPDFPageObj_NewImgeObj(). by Lei Zhang · 8 years ago
  2. fe5c7c2 LibOpenJPEG: restrict l_img_comp->prec to avoid undefined shift by Nicolas Pena · 8 years ago
  3. 6161445 Edit code cleanup by Dan Sinclair · 8 years ago
  4. 808828c Cleanup of CGifDecompressor part 1 by Nicolas Pena · 8 years ago
  5. ae4656e Move FPDF_FILEWRITE adapter to own file by Dan Sinclair · 8 years ago
  6. a0b1954 Rename fpdf_edit_create.cpp to cpdf_creator.cpp by Dan Sinclair · 8 years ago
  7. e02b2bc Use CXFA_TextUserData in place of CFX_Retainable where possible. by Tom Sepez · 8 years ago
  8. efd4f94 No-effect cast in cxfa_layoutitem.cpp by Tom Sepez · 8 years ago
  9. 6ee22ea Remove downcast in cxfa_layoutpagemgr.cpp by Tom Sepez · 8 years ago
  10. f82efcc Remove editint.h and create individual headers by Dan Sinclair · 8 years ago
  11. 3ba6010 Remove CPDF_Creator friends by Dan Sinclair · 8 years ago
  12. c68b1e7 Remove AppendObject from CPDF_Creator by Dan Sinclair · 8 years ago
  13. 309d4db Cleanup CPDF_Creator defines and method names by Dan Sinclair · 8 years ago
  14. 87ba200 [LCMS] Upstream direct leak fix by Nicolas Pena · 8 years ago
  15. 615bb96 Remove default params in CFX_DIBSource by Nicolas Pena · 8 years ago
  16. 852fb12 [lcms] Verify enough data to service request before allocating by Dan Sinclair · 8 years ago
  17. 486f141 Check bits to decode will fit before decoding by Dan Sinclair · 8 years ago
  18. 1ef04c9 fpdfsdk: add minimal FPDFPageObj_GetType() testcase by Miklos Vajna · 8 years ago
  19. d1c9b45 Add raw PostScript output to pdfium_test on Windows. by Lei Zhang · 8 years ago
  20. 2df760f core: allow building against system zlib by Miklos Vajna · 8 years ago
  21. 332ef54 Remove type-unsafe void* / uint8_t* usage in fx_crypt.h by Tom Sepez · 8 years ago
  22. f0ea708 Roll clang to ae881aa. by Lei Zhang · 8 years ago
  23. ab20404 Split out CPDF_CMap::m_pLeading into separate members. by Tom Sepez · 8 years ago
  24. 60cc3ba Cleanup CStretchEngine and its CWeightTable by Nicolas Pena · 8 years ago
  25. 54b9166 Encode unicodes in UTF-16BE in ToUnicode map by Nicolas Pena · 8 years ago
  26. 0ec418f Represent 1D barcodes with CFX_PathData internally. by Lei Zhang · 8 years ago
  27. 32f2087 Make CPDF_CMap::m_pMapping use std::vector by Tom Sepez · 8 years ago
  28. 9bdbc16 Fix undefined shift in opj_bio_read by Nicolas Pena · 8 years ago
  29. c2bf27f More unused IFX_Pause parameters removed by Dan Sinclair · 8 years ago
  30. 4c64450 Fix CPDF_CMap::m_pAddMapping lack of type information. by Tom Sepez · 8 years ago
  31. e8c1d41 Give a couple of char to int functions better names. by Lei Zhang · 8 years ago
  32. 426b85a Reduce 1D barcode DrawPath calls. by Lei Zhang · 8 years ago
  33. b8a8c43 CPDF_Document::GetPageData() normally does not return NULL. by Lei Zhang · 8 years ago
  34. d74da7b Make CPDF_Font member variables protected. by Lei Zhang · 8 years ago
  35. d41f475 Remove unused IFX_Pause member by Dan Sinclair · 8 years ago
  36. 37bc6c6 Mention pdfium_all target in README.md. by Lei Zhang · 8 years ago
  37. 34f735c Fix undefined shift in opj_get_all_encoding_parameters by Nicolas Pena · 8 years ago
  38. cf53b78 Cleanup CXFA_RenderContext by Dan Sinclair · 8 years ago
  39. c0aefd4 Cleanup CFX_CharMap by Dan Sinclair · 8 years ago
  40. b4a7583 Remove CFX_GlyphMap by Tom Sepez · 8 years ago
  41. dcefccc Removing unused IFX_Pause parameters by Dan Sinclair · 8 years ago
  42. df673c2 Cleanup more null IFX_Pause parameters by Dan Sinclair · 8 years ago
  43. c5fc83c Remove some unused IFX_Pause params by Dan Sinclair · 8 years ago
  44. 8384757 More cleanup in CFX_ScanlineCompositor by Nicolas Pena · 8 years ago
  45. e4f8fda CPDF_DataAvail: avoid reads into stack buffers. by Tom Sepez · 8 years ago
  46. cbdf926 Move O_BINARY and O_LARGEFILE defintions by Tom Sepez · 8 years ago
  47. dc36790 Remove FXSYS_wfopen(), it is totally unused. by Tom Sepez · 8 years ago
  48. 28b44b0 Clean up CRYPT_ArcFourCrypt(). by Lei Zhang · 8 years ago
  49. 0acfff3 Actually build fuzzers with the pdfium_all target. by Lei Zhang · 8 years ago
  50. 0578244 CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words by Tom Sepez · 8 years ago
  51. 746babd SetPos to at most the file length to avoid overflows by Nicolas Pena · 8 years ago
  52. 1e5a98a Use enum class GifDecodeStatus instead of integers in fx_gif by Nicolas Pena · 8 years ago
  53. f45ade3 Add a ToUnicode mapping when loading CID fonts by Nicolas Pena · 8 years ago
  54. 69c743f XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr. by Tom Sepez · 8 years ago
  55. cadb471 Add a unit test for CRYPT_ArcFourSetup(). by Lei Zhang · 8 years ago
  56. d7188f7 Remove some more |new|s, part 11 by Tom Sepez · 8 years ago
  57. a290470 CRYPT_ArcFourSetup: don't use key[0] when length is 0 by Tom Sepez · 8 years ago
  58. 4ad4690 Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp by Tom Sepez · 8 years ago
  59. b8e89e3 Roll FreeType to 5a3490e. by Lei Zhang · 8 years ago
  60. 48fbb0f Pass explicit string size in EncodeToCodewords(). by Lei Zhang · 8 years ago
  61. d9e0e6e Change BarcodeTest to render to bitmaps. by Lei Zhang · 8 years ago
  62. b316185 Add API to create a text object using a loaded font. by Nicolas Pena · 8 years ago
  63. 336544a Tag FXJSE's V8 objects as such. by Tom Sepez · 8 years ago
  64. ec3a9e2 Fix some nits in fx_gif.cpp by Nicolas Pena · 8 years ago
  65. ea23e0a Remove more |new|s, part 8 by Tom Sepez · 8 years ago
  66. 0804b3f Remove more |new|s, part 7 by Tom Sepez · 8 years ago
  67. 40badde Remove more |new|s, part 6 by Tom Sepez · 8 years ago
  68. a0a6923 Remove more |new|s, part 5 by Tom Sepez · 8 years ago
  69. b8e00f2 Fix CGifLZWDecoder::Decode comparison by Nicolas Pena · 8 years ago
  70. 72b715d Add PDF reference to CFX_Matrix comment by Nicolas Pena · 8 years ago
  71. ce8e51e Fix rotations by rbpotter · 8 years ago
  72. 75b656a Clean up private methods in CBC_C40Encoder. by Lei Zhang · 8 years ago
  73. 4536a47 Remove some more |new|s, part 4. by Tom Sepez · 8 years ago
  74. 84faa03 Limit recursion in CXML_Parser::ParseElement(). by Lei Zhang · 8 years ago
  75. 9ebdfcb Disallow CPDF_FormField with deep node trees. by Lei Zhang · 8 years ago
  76. 3b91290 Remove more |new|s, part 3 by Tom Sepez · 8 years ago
  77. 7e93a2c CXFA_FMStringExpression: int16_t is not a good type for a string index. by Tom Sepez · 8 years ago
  78. 60cd033 Remove dead dimensions code in fxbarcode. by Lei Zhang · 8 years ago
  79. 7831f57 Fix stack overflow in CFieldTree::Node::GetFieldInternal(). by Lei Zhang · 8 years ago
  80. 66568bc Assert CPDF_Pattern always has a valid CPDF_Document pointer. by Lei Zhang · 8 years ago
  81. ba81750 Zero 4 byte variable before reading 3 bytes into it by Tom Sepez · 8 years ago
  82. 5628fd7 Add barcode test skeleton by Tom Sepez · 8 years ago
  83. 6714ff8 Remove CBC_HighLevelEncoder::illegalCharacter(). by Lei Zhang · 8 years ago
  84. f452f56 move pdfium skia build forward to match chrome by Cary Clark · 8 years ago
  85. 6e72b2e Remove more |new|s, part 2 by Tom Sepez · 8 years ago
  86. 827db14 Remove a few more |new|s. by Tom Sepez · 8 years ago
  87. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 8 years ago
  88. 2e2a4fc Guard against overflow in CFX_BilinearMatrix code. by Dan Sinclair · 8 years ago
  89. 2bbb551 Remove CPDF_Document parameter from CPDF_DeviceCS ctor. by Lei Zhang · 8 years ago
  90. 012ae89 Get rid of a few |new|s in CPDF_Document. by Tom Sepez · 8 years ago
  91. 5c42c8e Fix botched negation in cpdf_imageobject.cpp by Tom Sepez · 8 years ago
  92. 1fe7d8c Simplify CBC_OnedCode128Writer methods. by Lei Zhang · 8 years ago
  93. f52a65f Use unique_ptr in CFPF_SkiaDeviceModule by Tom Sepez · 8 years ago
  94. cf89faf Use unique_ptr for CFX_GEModule::m_pFontCache. by Tom Sepez · 8 years ago
  95. 87d1c1f Remove remaining ICodec_* abstract classes by Tom Sepez · 8 years ago
  96. 80547a1 Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext. by Tom Sepez · 8 years ago
  97. 233360e Add unittest for matrix reverse by Dan Sinclair · 8 years ago
  98. 00ab92f Add test for bug 714187 by Dan Sinclair · 8 years ago
  99. d8fd936 Add comment to CFX_Matrix to record component positions. by Dan Sinclair · 8 years ago
  100. a9deea9 Rename fx_basic_memmgr.cpp to fx_memory.cpp to match .h naming by Tom Sepez · 8 years ago