1. 55e026b Add APIs for path construction and painting by Nicolas Pena · 8 years ago
  2. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 8 years ago
  3. c222907 Cleanup out params in XFA layout code. by Dan Sinclair · 8 years ago
  4. 76da884 Split CFX_STemplate from CFX_PSTemplate by Tom Sepez · 8 years ago
  5. 10def51 More CXFA_ItemLayoutProcessor cleanup by Dan Sinclair · 8 years ago
  6. baf318f Fix stream reading from pFile. by Graeme Connell · 8 years ago
  7. f9baca8 Add support for fill and stroke RGBA in CPDF_PageContentGenerator by Nicolas Pena · 8 years ago
  8. 3c056ae Remove redundant tests exposed by inlining macros in fxbarcode by Tom Sepez · 8 years ago
  9. e5f4f22 Cleanup xfa layout code by dan sinclair · 8 years ago
  10. aaf0bdc Remove unused parameter by dan sinclair · 8 years ago
  11. 65c7c23 Remove FX_WSTRC usage by dan sinclair · 8 years ago
  12. 44b297b Clean up CSS code to match styles. by dan sinclair · 8 years ago
  13. 4bd0d99 Add CPDF_PageContentGenerator::ProcessPath supporting path construction by Nicolas Pena · 8 years ago
  14. 5c19c35 Remove DrMemory by dan sinclair · 8 years ago
  15. 1f5e327 Fix recent test suppressions by Nicolas Pena · 8 years ago
  16. c8017b2 Remove BC_EXCEPTION_CHECK macros by Tom Sepez · 8 years ago
  17. 00d4064 Fixup test harness by dan sinclair · 8 years ago
  18. 576e815 Use std::vector and unique_ptr in xfa/fwl. by Tom Sepez · 8 years ago
  19. 3509d16 Use std::vector, unique_ptrs in fxet_edit.h by Tom Sepez · 8 years ago
  20. 51d02b3 use std::vector in cfx_graphics.h and xfa_ffwidget.h by Tom Sepez · 8 years ago
  21. 02d83e1 skia/BUILD.gn: remove SkLayer by halcanary · 8 years ago
  22. f4a8c72 Properly refcount CPDF_StructElement by Tom Sepez · 8 years ago
  23. 6db6df7 Remove CFX_ArrayTemplate from CFFL_ListBox by Tom Sepez · 8 years ago
  24. f716f0b Refcount CPDF_OCContext. by Tom Sepez · 8 years ago
  25. 4ada364 Cleanup memory allocations in ttgsubtable.cpp by Tom Sepez · 8 years ago
  26. 5535ac7 Use std::vector in cpdfxfa_context.h by Tom Sepez · 8 years ago
  27. 6438c4f Limit parsing recursion levels in CPDF_StreamParser by Nicolas Pena · 8 years ago
  28. d532036 Add flag to ignore images by their MD5 digest by stephana · 8 years ago
  29. 0630447 Fix leak in PredictorSetupDecode by calling tif_cleanup on failure by Nicolas Pena · 8 years ago
  30. 0370d6b Cleanup CPDF_StructElement. by tsepez · 8 years ago
  31. 98909bf Add CSS parser tests by Dan Sinclair · 8 years ago
  32. 35ee5bb Cleanup memory in CFDE_CSSStyleSelector by Dan Sinclair · 8 years ago
  33. cff5618 Fix CSS fuzzer input size by Dan Sinclair · 8 years ago
  34. 5c1673d Calculate code_store safely in CGifLZWDecoder::Decode by Nicolas Pena · 8 years ago
  35. 4fc34fa Prevent skew overflows in gtTileContig by Nicolas Pena · 8 years ago
  36. 03de884 Remove last usage of IFX_Retainable. by Tom Sepez · 8 years ago
  37. d198e40 Use opj_uint_ceildiv where it is better than its int version by Nicolas Pena · 8 years ago
  38. 33316fc Use std::vector for fx_ucd.h arrays. by tsepez · 8 years ago
  39. 6e162b5 Fixup coverage build by dsinclair · 8 years ago
  40. bea4330 No need to define SK_SCALAR_IS_FLOAT by halcanary · 8 years ago
  41. 2763fba Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi. by tsepez · 8 years ago
  42. a60d5b9 Make Gerrit the default for pdfium code reviews by Aaron Gable · 8 years ago
  43. 41c2353 Undefined shift in CPDF_PSEngine::DoOperator by tsepez · 8 years ago
  44. 8804940 Check m_data!=null when adding mct by Nicolas Pena · 8 years ago
  45. a478dc5 Fix CPDF_InterForm::CheckRequiredFields and its callers. by Nicolas Pena · 8 years ago
  46. 7e5fdd0 Track CFDE_CSSComputedStyle with retained ptrs by Dan Sinclair · 8 years ago
  47. aee2d80 Cleanup memory in CFDE_CSSRuleCollection by Dan Sinclair · 8 years ago
  48. 1339133 Remove ID, Class and Universal selector code by Dan Sinclair · 8 years ago
  49. 3d32876 Use std::vector for CFX_RectF arrays by tsepez · 8 years ago
  50. e73fea5 Remove CSS Pseudo parsing by Dan Sinclair · 8 years ago
  51. 35a89dd Fix bug found by fuzzer in A85 encoder (bad shift). by rbpotter · 8 years ago
  52. 7a82a62 Remove obsolete include of build_overrides/v8.gni by brettw · 8 years ago
  53. 4022f87 Update safe numerics package to get bitwise ops by tsepez · 8 years ago
  54. b76f49b Remove unused author and and user stylesheets by Dan Sinclair · 8 years ago
  55. 6414b27 Cleanup CSS parsing by Dan Sinclair · 8 years ago
  56. a0b2d23 Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vector by tsepez · 8 years ago
  57. c757d9a Remove some |void Release() { delete this; }| anti-pattern. by tsepez · 8 years ago
  58. 82aa396 Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t> by tsepez · 8 years ago
  59. 6db6fbc Remove CFX_Points, CFX_PointsF in favor of std::vector by tsepez · 8 years ago
  60. bc8dcc3 Add ObservedPtrs to PWL_CREATEPARAM by Dan Sinclair · 8 years ago
  61. 352b697 Fix leak in PixarLogSetupDecode by Nicolas Pena · 8 years ago
  62. 341b5c2 Return error in opj_j2k_read_header_procedure if l_marker_size < 2 by Nicolas Pena · 8 years ago
  63. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 8 years ago
  64. dd533ba use unique_ptr in fpdf_font_cid.cpp by tsepez · 8 years ago
  65. e6cf013 Tidy FXJS_V8, backfill tests. by tsepez · 8 years ago
  66. 85c532b use unique_ptr in xfa_checksum.h by tsepez · 8 years ago
  67. e507dc5 Bad indexing in CPDF_Document::FindPageIndex when page tree corrupt. by tsepez · 8 years ago
  68. 19c209d Split CFDE_CSSPrimitiveValue apart by Dan Sinclair · 8 years ago
  69. be59106 Convert CSS mode stack to std::stack by Dan Sinclair · 8 years ago
  70. 9dbc3c4 Remove unused syntax parser initialize method. by Dan Sinclair · 8 years ago
  71. 091344f Remove unused codePage and URL code. by Dan Sinclair · 8 years ago
  72. 09065ae Remove GetDeclImp methods in favour of GetDeclaration by Dan Sinclair · 8 years ago
  73. 21ae2b7 Stop using Encoding array to get unicode from charcode in Type 3 fonts by npm · 8 years ago
  74. a715f52 More css parser tests; more memory fixes. by Dan Sinclair · 8 years ago
  75. 3285c56 Start CSS parser unit tests by Dan Sinclair · 8 years ago
  76. da48997 Add optional coverage flags to build by Dan Sinclair · 8 years ago
  77. 783a7e0 Avoid endless loop deleting CFGAS_GEFont. by tsepez · 8 years ago
  78. b9fbe6e Rename FDE_CSSRECT and FDE_CSSLENGTH by Dan Sinclair · 8 years ago
  79. 6b71f22 Return early when gif_img_row_bytes is 0 by Nicolas Pena · 8 years ago
  80. ff920ae Check blue,green,red bit count in bmp_decode_rgb by Nicolas Pena · 8 years ago
  81. 6efd0d7 Replace remaining CSS interfaces with concrete classes by Dan Sinclair · 8 years ago
  82. cfb856c Remove IFDE_CSS interfaces which are only implemented once. by Dan Sinclair · 8 years ago
  83. 1356098 Return error when bits_left is too big by Nicolas Pena · 8 years ago
  84. 38c8660 Add default substitution for narrow fonts by Nicolas Pena · 8 years ago
  85. dd1bfe4 Use FX_Alloc() properly in fxcodec. by tsepez · 8 years ago
  86. 38c2705 Ensures that the gold output directory exists by stephana · 8 years ago
  87. 98d00b2 Remove used items from the CSS code. by Dan Sinclair · 8 years ago
  88. 6cf5eca Don't put timers with ID == 0 into the global timer map. by tsepez · 8 years ago
  89. 1924971 Custom toString() methods may delete annots. by tsepez · 8 years ago
  90. 73debd4 Fix leak in OJPEGReadHeaderInfoSecTablesAcTable when read fails. by Nicolas Pena · 8 years ago
  91. db76470 Add postscript path by rbpotter · 8 years ago
  92. e7fb8eb Prevent undefined shift in putagreytile by Nicolas Pena · 8 years ago
  93. ffdfbb9 Remove unused CJS_Object::ExitInstance() method by tsepez · 8 years ago
  94. e8b0281 Disable CQ bot retries by Dan Sinclair · 8 years ago
  95. d805eec Use observed pointers in CPDFSDK_AnnotIterator. by tsepez · 8 years ago
  96. 5e3121b Make tiff_read return actual length read by Nicolas Pena · 8 years ago
  97. 96f482c Convert FDE CSS enums to enum classes. by Dan Sinclair · 8 years ago
  98. a63dd01 Really fix m_nb_mct_records calculation in opj_j2k_read_mct by Nicolas Pena · 8 years ago
  99. 8fa8279 Annotation deleted while retrieving it in JS by tsepez · 8 years ago
  100. 76a44de Cleaning up memory allocation in CXFA_FM2JSContext - IV by Dan Sinclair · 8 years ago