1. 32b9455 Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it. by Tom Sepez · 8 years ago
  2. a766a95 Cleanup fx_dib_composite part 2 by Nicolas Pena · 8 years ago
  3. 34a28b4 Cleanup fx_dib_composite part 1: simplify lum and sat methods. by Nicolas Pena · 8 years ago
  4. a105e00 Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array. by Tom Sepez · 8 years ago
  5. 35292ad Allow processing fonts with indirect dict by Nicolas Pena · 8 years ago
  6. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  7. 240fe6d Use std::vector in CPDF_StreamContentParser. by Lei Zhang · 8 years ago
  8. ac6e2a0 Bring CPDF_ICCBasedCS closer to PDF spec. by Lei Zhang · 8 years ago
  9. 7a1220d Replace CLines class with std::vector<Cline>. by Tom Sepez · 8 years ago
  10. f8b15f4 HardClip points a bit better in fx_agg_driver by Nicolas Pena · 8 years ago
  11. 7630907 Handle web links across lines by Wei Li · 8 years ago
  12. 7861657 Coalesce redundant path points. by Lei Zhang · 8 years ago
  13. adee485 Cleanup in fx_agg_driver part 2 by Nicolas Pena · 8 years ago
  14. 5e67ce3 Remove some nested statements in CPDF_DataAvail. by Lei Zhang · 8 years ago
  15. 25b5fdc Fix nits in CPDF_DIBSource. by Lei Zhang · 8 years ago
  16. e533b93 Create common base class for TxtBreak and RTFBreak. by Dan Sinclair · 8 years ago
  17. c9819a9 Use EXPECT_FLOAT_EQ in cpdf_devicecs_unittest by Nicolas Pena · 8 years ago
  18. fbd9ea1 Compare to epsilon instead of 0 in CFX_Matrix::SetReverse by Nicolas Pena · 8 years ago
  19. c467d46 Reset tree traversal when we think we're at the start by Nicolas Pena · 8 years ago
  20. a12159b Refactor some CPDF_ColorSpace code. by Lei Zhang · 8 years ago
  21. 59d9416 Clean up more CPDF_PSEngine code. by Lei Zhang · 8 years ago
  22. 1c5bf6b Fix botch introduced at 193e6ca, try 2. by Tom Sepez · 8 years ago
  23. 42059a3 Cleanup nits from prior CLs by Dan Sinclair · 8 years ago
  24. 2b63ae2 Clean up fx_agg_driver a bit by Nicolas Pena · 8 years ago
  25. 6e0b25b Fix an integer underflow in the BMP decoder. by Lei Zhang · 8 years ago
  26. 4d67473 Replace FX_POSITION in GFGAS_FontMgr with bool by Dan Sinclair · 8 years ago
  27. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  28. cd5139a remove CFX_ArrayTemplate from fx_extension.cpp by Tom Sepez · 8 years ago
  29. c83c280 Prevent integer overflow in CPDF_CIDFONT::LoadMetricsArray by Nicolas Pena · 8 years ago
  30. 23a5d7e Convert CPDF_Creator::m_Pos to uint32_t by Dan Sinclair · 8 years ago
  31. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  32. 6b94f01 Replace FX_DOUBLE with underlying double type. by Dan Sinclair · 8 years ago
  33. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  34. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  35. 80e370c Remove openjpeg write support. by thestig · 8 years ago
  36. 4ca5ba4 Fix boundary value negation in bmp_read_header by Nicolas Pena · 8 years ago
  37. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  38. 7239879 Fix some nits in fx_codec_fax by Nicolas Pena · 8 years ago
  39. 8ba6624 Check run lengths in FaxG4GetRow by Nicolas Pena · 8 years ago
  40. 068d344 Remove TextBreak rotation code by Dan Sinclair · 8 years ago
  41. 1c97fd1 Remove unused TextBreak methods by Dan Sinclair · 8 years ago
  42. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  43. e472622 Bound cbox from tricky faces by Nicolas Pena · 8 years ago
  44. 6791295 Normalize channels when transforming CMYK to RGB by Nicolas Pena · 8 years ago
  45. 7b8e8c0 fx_codec_flate code cleanup. by Dan Sinclair · 8 years ago
  46. 3522b43 Limit BMP width to avoid overflows by Nicolas Pena · 8 years ago
  47. fc9b988 Cleanup text code by Dan Sinclair · 8 years ago
  48. 1704350 Manual revert of: Avoid cloning in CPDF_ImageCacheEntry::ContinueGetCachedBitmap by Nicolas Pena · 8 years ago
  49. f6d0146 Check size before writting by dan sinclair · 8 years ago
  50. 9642d92 Improve catching narrow fonts on Linux by Nicolas Pena · 8 years ago
  51. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  52. ef81390 Fix infinite loops in CPDF_MeshStream. by Lei Zhang · 8 years ago
  53. 17f3118 Fixup RTFBreak and TextBreak nits by Dan Sinclair · 8 years ago
  54. 7071943 Remove unused methods from RTFBreak and TextBreak by Dan Sinclair · 8 years ago
  55. d2ee0f3 Convert the FX_RTFBREAK defines to an enum class by Dan Sinclair · 8 years ago
  56. fb906e3 Remove unused layout styles by Dan Sinclair · 8 years ago
  57. a11ac1b Avoid crash above CFWL_ListItem::GetText() by Tom Sepez · 8 years ago
  58. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  59. 9162ff8 Fix nits from commit db764708. by Lei Zhang · 8 years ago
  60. 73c9f3b Allow building XFA without additional codecs. by Tom Sepez · 8 years ago
  61. 717a4fc Remove some pointless checks and assignments. by Lei Zhang · 8 years ago
  62. f222581 core: fix two more uninitialized members by Miklos Vajna · 8 years ago
  63. 412fa65 Remove repeated flags from CPDF_Font by Nicolas Pena · 8 years ago
  64. 37e2bd1 Fix a wrong variable usage in PDF_EncodeText(). by Lei Zhang · 8 years ago
  65. efcf362 Merge CFX_PathGenerator into CFX_Path. by Dan Sinclair · 8 years ago
  66. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  67. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  68. c54c07e Convert text positions from x,y to CFX_PointF by Dan Sinclair · 8 years ago
  69. d476adc Remove non CFX_PointF GetIndexAtPos by Dan Sinclair · 8 years ago
  70. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  71. b97f8d5 Cleanup StreamContentParser transform methods by Dan Sinclair · 8 years ago
  72. 1f403ce Convert more TransformPoint calls to Transform by Dan Sinclair · 8 years ago
  73. 28e6919 Avoid a potential leak in CPDF_IndirectObjectHolder by Tom Sepez · 8 years ago
  74. 49f7deb Convert fx_font points to CFX_Point{F}s by Dan Sinclair · 8 years ago
  75. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  76. 9ad7d96 Convert CPDF_TextPage classes to CFX_PointF by Dan Sinclair · 8 years ago
  77. fa42927 Convert CPDF_TextObject to CFX_PointF by Dan Sinclair · 8 years ago
  78. a4ad01f Move generated graphics and font maps to CPDF_Page by Nicolas Pena · 8 years ago
  79. 4093039 Cleanup GetZeroAreaPath method by Dan Sinclair · 8 years ago
  80. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  81. eb55885 Remove unused FX_RECT methods by Dan Sinclair · 8 years ago
  82. 1c467fd remove skia clipstack debugging by Cary Clark · 8 years ago
  83. 7d4ccd7 Prevent heap-buffer-overflow in CCodec_ProgressiveDecoder by Nicolas Pena · 8 years ago
  84. 940f559 Reland Cleanup CPDF_MeshStream by Dan Sinclair · 8 years ago
  85. f528eee Reland "Convert CFX_FloatPoint to CFX_PointF" by Dan Sinclair · 8 years ago
  86. dd40b8b Add ProcessText supporting standard fonts by Nicolas Pena · 8 years ago
  87. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  88. ceb3ab5 Revert "Cleanup CPDF_MeshStream" by dsinclair · 8 years ago
  89. 92a32db Revert "Convert CFX_FloatPoint to CFX_PointF" by dsinclair · 8 years ago
  90. 4797c42 Convert CFX_FloatPoint to CFX_PointF by Dan Sinclair · 8 years ago
  91. 58e4c5a Clean up CPDF_TextObject a bit by Nicolas Pena · 8 years ago
  92. 9787a74 Cleanup CPDF_MeshStream by Dan Sinclair · 8 years ago
  93. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  94. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  95. 5fb0ad8 core: fix a few uninitialized members by Miklos Vajna · 8 years ago
  96. 2eb1a70 Add line width option for stroking paths by Nicolas Pena · 8 years ago
  97. 687a79c Cleanup CFX_Matrix related methods by Dan Sinclair · 8 years ago
  98. afb4456 Remove Transform in favour of TransformPoint by Dan Sinclair · 8 years ago
  99. 118a8e2 Replace rect.Transform(matrix) with matrix.TransformRect(rect) by Dan Sinclair · 8 years ago
  100. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago