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