1. 5b59033 Store the offset in the archive buffer by Dan Sinclair · 8 years ago
  2. aa70228 Cleaning up Edit code by Dan Sinclair · 8 years ago
  3. 3e2d1ac Simplify CPDF_ImageRenderer::StartRenderDIBSource(). by Lei Zhang · 8 years ago
  4. 58577fd Use FXSYS_IntToTwoHexChars() in more places. by Lei Zhang · 8 years ago
  5. 6e10d00 Fix typos for the word start. by Lei Zhang · 8 years ago
  6. 6161445 Edit code cleanup by Dan Sinclair · 8 years ago
  7. ae4656e Move FPDF_FILEWRITE adapter to own file by Dan Sinclair · 8 years ago
  8. a0b1954 Rename fpdf_edit_create.cpp to cpdf_creator.cpp by Dan Sinclair · 8 years ago
  9. f82efcc Remove editint.h and create individual headers by Dan Sinclair · 8 years ago
  10. 3ba6010 Remove CPDF_Creator friends by Dan Sinclair · 8 years ago
  11. c68b1e7 Remove AppendObject from CPDF_Creator by Dan Sinclair · 8 years ago
  12. 309d4db Cleanup CPDF_Creator defines and method names by Dan Sinclair · 8 years ago
  13. 615bb96 Remove default params in CFX_DIBSource by Nicolas Pena · 8 years ago
  14. 486f141 Check bits to decode will fit before decoding by Dan Sinclair · 8 years ago
  15. 332ef54 Remove type-unsafe void* / uint8_t* usage in fx_crypt.h by Tom Sepez · 8 years ago
  16. ab20404 Split out CPDF_CMap::m_pLeading into separate members. by Tom Sepez · 8 years ago
  17. 32f2087 Make CPDF_CMap::m_pMapping use std::vector by Tom Sepez · 8 years ago
  18. 4c64450 Fix CPDF_CMap::m_pAddMapping lack of type information. by Tom Sepez · 8 years ago
  19. e8c1d41 Give a couple of char to int functions better names. by Lei Zhang · 8 years ago
  20. b8a8c43 CPDF_Document::GetPageData() normally does not return NULL. by Lei Zhang · 8 years ago
  21. d74da7b Make CPDF_Font member variables protected. by Lei Zhang · 8 years ago
  22. b4a7583 Remove CFX_GlyphMap by Tom Sepez · 8 years ago
  23. c5fc83c Remove some unused IFX_Pause params by Dan Sinclair · 8 years ago
  24. e4f8fda CPDF_DataAvail: avoid reads into stack buffers. by Tom Sepez · 8 years ago
  25. 0578244 CPDF_SyntaxParser::SearchWord() is always backwards and for whole-words by Tom Sepez · 8 years ago
  26. 746babd SetPos to at most the file length to avoid overflows by Nicolas Pena · 8 years ago
  27. ce8e51e Fix rotations by rbpotter · 8 years ago
  28. 66568bc Assert CPDF_Pattern always has a valid CPDF_Document pointer. by Lei Zhang · 8 years ago
  29. 6e72b2e Remove more |new|s, part 2 by Tom Sepez · 8 years ago
  30. 827db14 Remove a few more |new|s. by Tom Sepez · 8 years ago
  31. e47e0c9 Avoid unordered_set and maps for the time being. by Tom Sepez · 8 years ago
  32. 2bbb551 Remove CPDF_Document parameter from CPDF_DeviceCS ctor. by Lei Zhang · 8 years ago
  33. 012ae89 Get rid of a few |new|s in CPDF_Document. by Tom Sepez · 8 years ago
  34. 5c42c8e Fix botched negation in cpdf_imageobject.cpp by Tom Sepez · 8 years ago
  35. 64ee2c3 Use a pdfium-specific unittest main rather than gtest's by Tom Sepez · 8 years ago
  36. 302cd78 Initialize colour values by Dan Sinclair · 8 years ago
  37. 1629f60 Add CFX_RenderDevice::AutoRestorer() by Tom Sepez · 8 years ago
  38. 0748d3c Return unique_ptr from CPDF_Type3Cache::RenderGlyph(). by Tom Sepez · 8 years ago
  39. e150045 Return unique_ptr from CPDF_RenderStatus::CloneObjStates(). by Tom Sepez · 8 years ago
  40. ddfc3dc Let {Argb,Cmyk}Decode return tuples by Nicolas Pena · 8 years ago
  41. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 8 years ago
  42. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  43. 4363c8f Rename array names to match codepage names by Dan Sinclair · 8 years ago
  44. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  45. cec0180 Render image masks individually instead of rendering the entire page as by rbpotter · 8 years ago
  46. 7062b26 Use vector of unique ptr in cpdf_data_avail.cpp. by Tom Sepez · 8 years ago
  47. a119340 Move another opertator<<() prototype into correct .h file. by Tom Sepez · 8 years ago
  48. e0b5922 Refcount CPDF_CryptoHandler by Tom Sepez · 8 years ago
  49. 27a0f35 Some fixes to the fallback font code. by Nicolas Pena · 8 years ago
  50. c4a2b75 Cleanup string passing in core/fpdf* by Tom Sepez · 8 years ago
  51. 1835a6f Tweak CFDF_Font::AppendChar() by Tom Sepez · 8 years ago
  52. 6a5c20c Remove the ICC transform where it is never initialized. by Nicolas Pena · 8 years ago
  53. 0fbb50c Fix assignment to len. by dan sinclair · 8 years ago
  54. abf16c0 Use correct length in guard check by dan sinclair · 8 years ago
  55. 20a909e Remove a couple checks for MakeUnique failures. by Lei Zhang · 8 years ago
  56. afd0d1f RefCount CPDF_StreamAcc all the time. by Tom Sepez · 8 years ago
  57. c3202a9 Let CPDF_ImageRenderer own the CFX_ImageRenderer by Nicolas Pena · 8 years ago
  58. 6088612 RefCount CPDF_IccProfile all the time by Tom Sepez · 8 years ago
  59. 37cc5fb Finish splitting up fx_dib.h by Nicolas Pena · 8 years ago
  60. e115b2e Remove unneeded void* casts. by Lei Zhang · 8 years ago
  61. 7b9d823 Use unique_ptr in cpdf_type3cache.h. by Tom Sepez · 8 years ago
  62. 05e6a80 RefCount CPDF_Type3Cache all the time. by Tom Sepez · 8 years ago
  63. 3a1d9b4 RefCount CPDF_TransferFunc all the time. by Tom Sepez · 8 years ago
  64. 6da8ac5 Drop FXSYS_ from util methods by Dan Sinclair · 8 years ago
  65. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  66. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  67. 7e7c649 Drop FXSYS_ from string methods by Dan Sinclair · 8 years ago
  68. 044a70d Remove some used-only-once typedefs from CPDF_DocPageData by Tom Sepez · 8 years ago
  69. 0c972eb Split fx_dib part 5 by Nicolas Pena · 8 years ago
  70. 7d4f6a8 Refcount CPDF_Image all the time. by Tom Sepez · 8 years ago
  71. bdbb0bd Split fx_dib part 3 by Nicolas Pena · 8 years ago
  72. fc715c3 Split fx_dib part 1 by Nicolas Pena · 8 years ago
  73. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  74. 3de5005 Upgrade to FreeType 2.7.1. by Lei Zhang · 8 years ago
  75. f0799fe Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time."" by Tom Sepez · 8 years ago
  76. 31b08d4 Revert "Refcount all CFX_DIBSources (and subclasses) all the time." by dsinclair · 8 years ago
  77. 0004f29 Refcount all CFX_DIBSources (and subclasses) all the time. by Tom Sepez · 8 years ago
  78. 43c1950 Guard against lengths greater then input size by Dan Sinclair · 8 years ago
  79. 0d6d178 Remove old test expectations after the Mac 10.12 upgrade. by Lei Zhang · 8 years ago
  80. e4b035b Use PartitionAlloc for JavaScript ArrayBuffers and strings. by Chris Palmer · 8 years ago
  81. 4a58d14 Refcount CPDF_CMap all the time. by Tom Sepez · 8 years ago
  82. 6bdd824 Fix two CloneNonCycle issues by Wei Li · 8 years ago
  83. 4650ded Revert "Remove CFX_FixedBufGrow" by Nicolás Peña · 8 years ago
  84. d9d20a4 Return errors after validation instead of ASSERT in CPDF_DataAvail by Nicolas Pena · 8 years ago
  85. 2904101 Fix ASSERT in CPDF_Data_Avail by Nicolas Pena · 8 years ago
  86. 55d1d01 Remove CFX_FixedBufGrow by Dan Sinclair · 8 years ago
  87. 7dd72a3 Move colorspace specific code to colorspace class by Dan Sinclair · 8 years ago
  88. 090e041 Replace CFX_FileSizeListArray with a std::map by Dan Sinclair · 8 years ago
  89. 478c226 Pop when Pages is malformed and has no kids by Nicolas Pena · 8 years ago
  90. 35292ad Allow processing fonts with indirect dict by Nicolas Pena · 8 years ago
  91. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  92. 240fe6d Use std::vector in CPDF_StreamContentParser. by Lei Zhang · 8 years ago
  93. ac6e2a0 Bring CPDF_ICCBasedCS closer to PDF spec. by Lei Zhang · 8 years ago
  94. 7861657 Coalesce redundant path points. by Lei Zhang · 8 years ago
  95. 5e67ce3 Remove some nested statements in CPDF_DataAvail. by Lei Zhang · 8 years ago
  96. 25b5fdc Fix nits in CPDF_DIBSource. by Lei Zhang · 8 years ago
  97. c9819a9 Use EXPECT_FLOAT_EQ in cpdf_devicecs_unittest by Nicolas Pena · 8 years ago
  98. c467d46 Reset tree traversal when we think we're at the start by Nicolas Pena · 8 years ago
  99. a12159b Refactor some CPDF_ColorSpace code. by Lei Zhang · 8 years ago
  100. 59d9416 Clean up more CPDF_PSEngine code. by Lei Zhang · 8 years ago