1. 691e01b Roll clang to 49cece5b. by Lei Zhang · 8 years ago
  2. 4ca5ba4 Fix boundary value negation in bmp_read_header by Nicolas Pena · 8 years ago
  3. 77e2a6c Add utf-8 flag to win build. by Dan Sinclair · 8 years ago
  4. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  5. 7239879 Fix some nits in fx_codec_fax by Nicolas Pena · 8 years ago
  6. 8ba6624 Check run lengths in FaxG4GetRow by Nicolas Pena · 8 years ago
  7. 9818dc1 LibopenJPEG: Fix some divisions by 0 in pi.c by Nicolas Pena · 8 years ago
  8. d8f45b3 Replace discrete array with a map. by dan sinclair · 8 years ago
  9. 6fcea1f Convert TxtBreak line pieces to a vector. by dan sinclair · 8 years ago
  10. 8f03b42 Simplify TxtBreak line handling. by dan sinclair · 8 years ago
  11. 8da7920 Simplify the CFX_TxtPiece class by dan sinclair · 8 years ago
  12. 575898e Remove some single use interfaces by Dan Sinclair · 8 years ago
  13. 068d344 Remove TextBreak rotation code by Dan Sinclair · 8 years ago
  14. a5a3de9 Remove unused defines from TextBreak. by Dan Sinclair · 8 years ago
  15. 9e9bab6 Cleanup TXTLINEALIGNMENT defines by Dan Sinclair · 8 years ago
  16. 1c97fd1 Remove unused TextBreak methods by Dan Sinclair · 8 years ago
  17. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  18. e472622 Bound cbox from tricky faces by Nicolas Pena · 8 years ago
  19. 6791295 Normalize channels when transforming CMYK to RGB by Nicolas Pena · 8 years ago
  20. 5c1961d Add public method FPDFText_GetTextIndexFromCharIndex by Nicolas Pena · 8 years ago
  21. 52c73c2 Remove unused Txt break policies. by Dan Sinclair · 8 years ago
  22. e14df7d Re-enable tests now that leak is fixed by Dan Sinclair · 8 years ago
  23. f7fccbd Remove CFX_RTFPieceArray and use std::vector by Dan Sinclair · 8 years ago
  24. 7b8e8c0 fx_codec_flate code cleanup. by Dan Sinclair · 8 years ago
  25. f3965b7 Cleanup m_RTFLine code in RTFBreak. by Dan Sinclair · 8 years ago
  26. 3522b43 Limit BMP width to avoid overflows by Nicolas Pena · 8 years ago
  27. fc9b988 Cleanup text code by Dan Sinclair · 8 years ago
  28. 1704350 Manual revert of: Avoid cloning in CPDF_ImageCacheEntry::ContinueGetCachedBitmap by Nicolas Pena · 8 years ago
  29. f9e6783 Remove CFX_StackTemplate now that all usage removed. by Tom Sepez · 8 years ago
  30. 312ce17 Remove CFX_StackTemplate in xfa_utils.h. by Tom Sepez · 8 years ago
  31. 22c7012 Tidy xfa_utils_unittest.cpp by Tom Sepez · 8 years ago
  32. d03ca42 Add public method FPDFText_LoadFont to load some types of fonts. by Nicolas Pena · 8 years ago
  33. f6d0146 Check size before writting by dan sinclair · 8 years ago
  34. f04b42a Simplify RTFBreak AppendChar. by Dan Sinclair · 8 years ago
  35. 19fad57 Adding tests for CFX_RTFBreak by Dan Sinclair · 8 years ago
  36. 9a8a965 Add unit test for xfa node iterators by Tom Sepez · 8 years ago
  37. 9a785af remove CFX_StackTemplate<CFDE_XMLNode*> by Tom Sepez · 8 years ago
  38. d4db58f Remove CXFA_NodeStack by Tom Sepez · 8 years ago
  39. 2326e9c Remove CFX_StackTemplate<FDE_CANVASITEM> by Tom Sepez · 8 years ago
  40. dffe810 Remove CFX_StackTemplate from fde_xml_imp.h by Tom Sepez · 8 years ago
  41. 2079dce Remove unused CFX_ObjectStackTemplate by Tom Sepez · 8 years ago
  42. 281a51d Remove CFX_MassArrayTemplate by Tom Sepez · 8 years ago
  43. c803cbc Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> by Tom Sepez · 8 years ago
  44. c3f74e9 Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE> by Tom Sepez · 8 years ago
  45. cb5eb3b Use std::deque for CFX_FontDescriptors by Tom Sepez · 8 years ago
  46. 4df5520 Remove CFX_MassArrayTemplate<CFX_Rect> backing array. by Tom Sepez · 8 years ago
  47. 9642d92 Improve catching narrow fonts on Linux by Nicolas Pena · 8 years ago
  48. 4a21114 Use std::deque for CFX_TPOArray by Tom Sepez · 8 years ago
  49. 65ec174 Convert positioned tabs to std::vector by Dan Sinclair · 8 years ago
  50. e65d62c Remove unused FX_AdjustCharDisplayPos type, always nullptr args by Tom Sepez · 8 years ago
  51. b0d3160 Change CreateBreak to return a unique_ptr by Dan Sinclair · 8 years ago
  52. bef7389 Return values instead of out params by Dan Sinclair · 8 years ago
  53. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  54. fed39cf Fix font manager negation issue by Dan Sinclair · 8 years ago
  55. ef81390 Fix infinite loops in CPDF_MeshStream. by Lei Zhang · 8 years ago
  56. e13ad88 LibOpenJPEG upstream: check size in opj_j2k_read_siz by Nicolas Pena · 8 years ago
  57. d1aee7c More RTFBreak unused code and default params by Dan Sinclair · 8 years ago
  58. 17f3118 Fixup RTFBreak and TextBreak nits by Dan Sinclair · 8 years ago
  59. e340953 Remove always true method params by Dan Sinclair · 8 years ago
  60. 7071943 Remove unused methods from RTFBreak and TextBreak by Dan Sinclair · 8 years ago
  61. d2ee0f3 Convert the FX_RTFBREAK defines to an enum class by Dan Sinclair · 8 years ago
  62. d7de8e1 Convert FX_RTFLINEALIGNMENT to an enum class by Dan Sinclair · 8 years ago
  63. fb906e3 Remove unused layout styles by Dan Sinclair · 8 years ago
  64. 1026eab Remove unused RTF Break Policies by Dan Sinclair · 8 years ago
  65. b3b6e92 Enable XFA codecs by default by Dan Sinclair · 8 years ago
  66. a11ac1b Avoid crash above CFWL_ListItem::GetText() by Tom Sepez · 8 years ago
  67. 8f2fa90 Roll clang to 9913fb19. by Lei Zhang · 8 years ago
  68. 313c425 Remove unused IconElement::IconStream. by Lei Zhang · 8 years ago
  69. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  70. ce32acf Spacing nit in libtiff patch by Nicolas Pena · 8 years ago
  71. 4e3f2d2 LCMS upstream patch to fix integer overflows by Nicolas Pena · 8 years ago
  72. be90aae Add public API for creating a Type1 font by Nicolas Pena · 8 years ago
  73. 3f72fb4 Explicitly tag fxjs native objects. by Tom Sepez · 8 years ago
  74. 9162ff8 Fix nits from commit db764708. by Lei Zhang · 8 years ago
  75. c5a1472 Fix uninitialized memory read in CJS_Object::GetEmbedObject() by Tom Sepez · 8 years ago
  76. 73c9f3b Allow building XFA without additional codecs. by Tom Sepez · 8 years ago
  77. 717a4fc Remove some pointless checks and assignments. by Lei Zhang · 8 years ago
  78. 1d7018e Whitespace change by Dan Sinclair · 8 years ago
  79. eb38d63 Whitespace change by Dan Sinclair · 8 years ago
  80. f222581 core: fix two more uninitialized members by Miklos Vajna · 8 years ago
  81. 412fa65 Remove repeated flags from CPDF_Font by Nicolas Pena · 8 years ago
  82. 0b6447a Libtiff: fix leaking tables in tif_ojpeg.c by Nicolas Pena · 8 years ago
  83. 37e2bd1 Fix a wrong variable usage in PDF_EncodeText(). by Lei Zhang · 8 years ago
  84. 40e0a81 Remove unused Icon::m_pIconStream by Tom Sepez · 8 years ago
  85. 90b7326 Cleanup PWL_Wnd by Dan Sinclair · 8 years ago
  86. 77f6d0f Observe all formfill environment pointer in JS objects. by Tom Sepez · 8 years ago
  87. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago
  88. efcf362 Merge CFX_PathGenerator into CFX_Path. by Dan Sinclair · 8 years ago
  89. c6dc69f Store JS string constants as single-byte strings. by Tom Sepez · 8 years ago
  90. fc54e05 Cleanup PWL_Utils. by Dan Sinclair · 8 years ago
  91. a0061af Convert TransformPoint calls to Transform calls by Dan Sinclair · 8 years ago
  92. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  93. e3f2377 lcms upstream patches to fix security bug by Nicolas Pena · 8 years ago
  94. 60fd9fc Convert OutputSelectedRect to take a rect by Dan Sinclair · 8 years ago
  95. 6eec1c4 Update Invalidate to take a rect by Dan Sinclair · 8 years ago
  96. 55db091 Move JS constant tables to single-byte names by Tom Sepez · 8 years ago
  97. 4d5b8c5 Convert JS property tables to single-byte. by Tom Sepez · 8 years ago
  98. 9b99b63 Convert native method names to single-byte. by Tom Sepez · 8 years ago
  99. c54c07e Convert text positions from x,y to CFX_PointF by Dan Sinclair · 8 years ago
  100. 892d751 Avoid some widestring to bytestring conversions in fxjs. by Tom Sepez · 8 years ago