1. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  2. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  3. d8f45b3 Replace discrete array with a map. by dan sinclair · 8 years ago
  4. 6fcea1f Convert TxtBreak line pieces to a vector. by dan sinclair · 8 years ago
  5. 8f03b42 Simplify TxtBreak line handling. by dan sinclair · 8 years ago
  6. 8da7920 Simplify the CFX_TxtPiece class by dan sinclair · 8 years ago
  7. 575898e Remove some single use interfaces by Dan Sinclair · 8 years ago
  8. 068d344 Remove TextBreak rotation code by Dan Sinclair · 8 years ago
  9. a5a3de9 Remove unused defines from TextBreak. by Dan Sinclair · 8 years ago
  10. 9e9bab6 Cleanup TXTLINEALIGNMENT defines by Dan Sinclair · 8 years ago
  11. 1c97fd1 Remove unused TextBreak methods by Dan Sinclair · 8 years ago
  12. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  13. 52c73c2 Remove unused Txt break policies. by Dan Sinclair · 8 years ago
  14. f7fccbd Remove CFX_RTFPieceArray and use std::vector by Dan Sinclair · 8 years ago
  15. f3965b7 Cleanup m_RTFLine code in RTFBreak. by Dan Sinclair · 8 years ago
  16. fc9b988 Cleanup text code by Dan Sinclair · 8 years ago
  17. f9e6783 Remove CFX_StackTemplate now that all usage removed. by Tom Sepez · 8 years ago
  18. 312ce17 Remove CFX_StackTemplate in xfa_utils.h. by Tom Sepez · 8 years ago
  19. 22c7012 Tidy xfa_utils_unittest.cpp by Tom Sepez · 8 years ago
  20. f04b42a Simplify RTFBreak AppendChar. by Dan Sinclair · 8 years ago
  21. 19fad57 Adding tests for CFX_RTFBreak by Dan Sinclair · 8 years ago
  22. 9a8a965 Add unit test for xfa node iterators by Tom Sepez · 8 years ago
  23. 9a785af remove CFX_StackTemplate<CFDE_XMLNode*> by Tom Sepez · 8 years ago
  24. d4db58f Remove CXFA_NodeStack by Tom Sepez · 8 years ago
  25. 2326e9c Remove CFX_StackTemplate<FDE_CANVASITEM> by Tom Sepez · 8 years ago
  26. dffe810 Remove CFX_StackTemplate from fde_xml_imp.h by Tom Sepez · 8 years ago
  27. 2079dce Remove unused CFX_ObjectStackTemplate by Tom Sepez · 8 years ago
  28. 281a51d Remove CFX_MassArrayTemplate by Tom Sepez · 8 years ago
  29. c803cbc Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> by Tom Sepez · 8 years ago
  30. c3f74e9 Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE> by Tom Sepez · 8 years ago
  31. cb5eb3b Use std::deque for CFX_FontDescriptors by Tom Sepez · 8 years ago
  32. 4df5520 Remove CFX_MassArrayTemplate<CFX_Rect> backing array. by Tom Sepez · 8 years ago
  33. 4a21114 Use std::deque for CFX_TPOArray by Tom Sepez · 8 years ago
  34. 65ec174 Convert positioned tabs to std::vector by Dan Sinclair · 8 years ago
  35. e65d62c Remove unused FX_AdjustCharDisplayPos type, always nullptr args by Tom Sepez · 8 years ago
  36. b0d3160 Change CreateBreak to return a unique_ptr by Dan Sinclair · 8 years ago
  37. bef7389 Return values instead of out params by Dan Sinclair · 8 years ago
  38. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  39. fed39cf Fix font manager negation issue by Dan Sinclair · 8 years ago
  40. d1aee7c More RTFBreak unused code and default params by Dan Sinclair · 8 years ago
  41. 17f3118 Fixup RTFBreak and TextBreak nits by Dan Sinclair · 8 years ago
  42. e340953 Remove always true method params by Dan Sinclair · 8 years ago
  43. 7071943 Remove unused methods from RTFBreak and TextBreak by Dan Sinclair · 8 years ago
  44. d2ee0f3 Convert the FX_RTFBREAK defines to an enum class by Dan Sinclair · 8 years ago
  45. d7de8e1 Convert FX_RTFLINEALIGNMENT to an enum class by Dan Sinclair · 8 years ago
  46. fb906e3 Remove unused layout styles by Dan Sinclair · 8 years ago
  47. 1026eab Remove unused RTF Break Policies by Dan Sinclair · 8 years ago
  48. a11ac1b Avoid crash above CFWL_ListItem::GetText() by Tom Sepez · 8 years ago
  49. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  50. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago
  51. efcf362 Merge CFX_PathGenerator into CFX_Path. by Dan Sinclair · 8 years ago
  52. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  53. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  54. 1f403ce Convert more TransformPoint calls to Transform by Dan Sinclair · 8 years ago
  55. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  56. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  57. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  58. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  59. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  60. 687a79c Cleanup CFX_Matrix related methods by Dan Sinclair · 8 years ago
  61. 118a8e2 Replace rect.Transform(matrix) with matrix.TransformRect(rect) by Dan Sinclair · 8 years ago
  62. 21e954b Remove CopyToLocal from CFDE_CSSDeclaration by Dan Sinclair · 8 years ago
  63. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  64. 36c18c8 Add CFDE_CSSValueListParser tests by Dan Sinclair · 8 years ago
  65. 071d786 Rename x,y to width,height for Size types by dan sinclair · 8 years ago
  66. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago
  67. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 8 years ago
  68. c222907 Cleanup out params in XFA layout code. by Dan Sinclair · 8 years ago
  69. 76da884 Split CFX_STemplate from CFX_PSTemplate by Tom Sepez · 8 years ago
  70. 10def51 More CXFA_ItemLayoutProcessor cleanup by Dan Sinclair · 8 years ago
  71. 3c056ae Remove redundant tests exposed by inlining macros in fxbarcode by Tom Sepez · 8 years ago
  72. e5f4f22 Cleanup xfa layout code by dan sinclair · 8 years ago
  73. aaf0bdc Remove unused parameter by dan sinclair · 8 years ago
  74. 65c7c23 Remove FX_WSTRC usage by dan sinclair · 8 years ago
  75. 44b297b Clean up CSS code to match styles. by dan sinclair · 8 years ago
  76. c8017b2 Remove BC_EXCEPTION_CHECK macros by Tom Sepez · 8 years ago
  77. 576e815 Use std::vector and unique_ptr in xfa/fwl. by Tom Sepez · 8 years ago
  78. 51d02b3 use std::vector in cfx_graphics.h and xfa_ffwidget.h by Tom Sepez · 8 years ago
  79. 98909bf Add CSS parser tests by Dan Sinclair · 8 years ago
  80. 35ee5bb Cleanup memory in CFDE_CSSStyleSelector by Dan Sinclair · 8 years ago
  81. 03de884 Remove last usage of IFX_Retainable. by Tom Sepez · 8 years ago
  82. 33316fc Use std::vector for fx_ucd.h arrays. by tsepez · 8 years ago
  83. 7e5fdd0 Track CFDE_CSSComputedStyle with retained ptrs by Dan Sinclair · 8 years ago
  84. aee2d80 Cleanup memory in CFDE_CSSRuleCollection by Dan Sinclair · 8 years ago
  85. 1339133 Remove ID, Class and Universal selector code by Dan Sinclair · 8 years ago
  86. 3d32876 Use std::vector for CFX_RectF arrays by tsepez · 8 years ago
  87. e73fea5 Remove CSS Pseudo parsing by Dan Sinclair · 8 years ago
  88. 4022f87 Update safe numerics package to get bitwise ops by tsepez · 8 years ago
  89. b76f49b Remove unused author and and user stylesheets by Dan Sinclair · 8 years ago
  90. 6414b27 Cleanup CSS parsing by Dan Sinclair · 8 years ago
  91. a0b2d23 Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vector by tsepez · 8 years ago
  92. c757d9a Remove some |void Release() { delete this; }| anti-pattern. by tsepez · 8 years ago
  93. 82aa396 Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t> by tsepez · 8 years ago
  94. 6db6fbc Remove CFX_Points, CFX_PointsF in favor of std::vector by tsepez · 8 years ago
  95. 95bec80 Split fde/css files into individual class files. by Dan Sinclair · 8 years ago
  96. 85c532b use unique_ptr in xfa_checksum.h by tsepez · 8 years ago
  97. 19c209d Split CFDE_CSSPrimitiveValue apart by Dan Sinclair · 8 years ago
  98. be59106 Convert CSS mode stack to std::stack by Dan Sinclair · 8 years ago
  99. 9dbc3c4 Remove unused syntax parser initialize method. by Dan Sinclair · 8 years ago
  100. 091344f Remove unused codePage and URL code. by Dan Sinclair · 8 years ago