1. cdba747 Cleanup DocType defines by Dan Sinclair · 8 years ago
  2. 1bbedec Remove unused XFA_VALIDATE code by Dan Sinclair · 8 years ago
  3. e3978d0 Remove unused invalidate flag by Dan Sinclair · 8 years ago
  4. ffc6d59 Use std::vector in cfde_txtedtengine by Tom Sepez · 8 years ago
  5. 29bd354 Use unique_ptr in xfa_ffpushbutton.h by Tom Sepez · 8 years ago
  6. 3ae3033 Use unique_ptr for CFDE_XMLDoc::m_pRoot by Tom Sepez · 8 years ago
  7. 3d06022 Remove unused docview flag by Dan Sinclair · 8 years ago
  8. 742fa8c Use moar unique_ptrs in CXFA_Document by Tom Sepez · 8 years ago
  9. 38f6d9d Use unique_ptr in cfx_saxreader.h by Tom Sepez · 8 years ago
  10. 9c045de Use std::vector for m_HotKeys by Tom Sepez · 8 years ago
  11. 5c529e6 Combine more RTF and TXT Break code by Dan Sinclair · 8 years ago
  12. cf2d0ca Simplify date time code by Dan Sinclair · 8 years ago
  13. 2a6482c Cleanup unchanged values in CFX_TxtBreak by Dan Sinclair · 8 years ago
  14. 20df310 Cleanup fgas_datetime code by Dan Sinclair · 8 years ago
  15. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  16. 939121f Cleanup some fgas locale code. by Dan Sinclair · 8 years ago
  17. db0cc52 Simplify TxtBreak AppendChar by Dan Sinclair · 8 years ago
  18. e533b93 Create common base class for TxtBreak and RTFBreak. by Dan Sinclair · 8 years ago
  19. cfdb5fd remove CFX_ArrayTemplate from fde/xml. by Tom Sepez · 8 years ago
  20. c849385 Use map of unique_ptr in cxfa_textparser. by Tom Sepez · 8 years ago
  21. a12159b Refactor some CPDF_ColorSpace code. by Lei Zhang · 8 years ago
  22. 42059a3 Cleanup nits from prior CLs by Dan Sinclair · 8 years ago
  23. 8c1a66b Remove unused methods and data from fgas_codepage by Dan Sinclair · 8 years ago
  24. 4d67473 Replace FX_POSITION in GFGAS_FontMgr with bool by Dan Sinclair · 8 years ago
  25. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  26. 25de4c6 Replace CFDE_TxtEdtPage FX_POSITION usage with uint32_t by Dan Sinclair · 8 years ago
  27. 656c781 Use std::vector for content layout item arrays by Tom Sepez · 8 years ago
  28. f8a9439 Replace CXFA_{Object,Node}Array with std::vector by Tom Sepez · 8 years ago
  29. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  30. 6b94f01 Replace FX_DOUBLE with underlying double type. by Dan Sinclair · 8 years ago
  31. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  32. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  33. 375c276 Make most PDFium code pass Clang plugin's auto raw check. by Lei Zhang · 8 years ago
  34. d8f45b3 Replace discrete array with a map. by dan sinclair · 8 years ago
  35. 6fcea1f Convert TxtBreak line pieces to a vector. by dan sinclair · 8 years ago
  36. 8f03b42 Simplify TxtBreak line handling. by dan sinclair · 8 years ago
  37. 8da7920 Simplify the CFX_TxtPiece class by dan sinclair · 8 years ago
  38. 575898e Remove some single use interfaces by Dan Sinclair · 8 years ago
  39. 068d344 Remove TextBreak rotation code by Dan Sinclair · 8 years ago
  40. a5a3de9 Remove unused defines from TextBreak. by Dan Sinclair · 8 years ago
  41. 9e9bab6 Cleanup TXTLINEALIGNMENT defines by Dan Sinclair · 8 years ago
  42. 1c97fd1 Remove unused TextBreak methods by Dan Sinclair · 8 years ago
  43. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  44. 52c73c2 Remove unused Txt break policies. by Dan Sinclair · 8 years ago
  45. f7fccbd Remove CFX_RTFPieceArray and use std::vector by Dan Sinclair · 8 years ago
  46. f3965b7 Cleanup m_RTFLine code in RTFBreak. by Dan Sinclair · 8 years ago
  47. fc9b988 Cleanup text code by Dan Sinclair · 8 years ago
  48. f9e6783 Remove CFX_StackTemplate now that all usage removed. by Tom Sepez · 8 years ago
  49. 312ce17 Remove CFX_StackTemplate in xfa_utils.h. by Tom Sepez · 8 years ago
  50. 22c7012 Tidy xfa_utils_unittest.cpp by Tom Sepez · 8 years ago
  51. f04b42a Simplify RTFBreak AppendChar. by Dan Sinclair · 8 years ago
  52. 19fad57 Adding tests for CFX_RTFBreak by Dan Sinclair · 8 years ago
  53. 9a8a965 Add unit test for xfa node iterators by Tom Sepez · 8 years ago
  54. 9a785af remove CFX_StackTemplate<CFDE_XMLNode*> by Tom Sepez · 8 years ago
  55. d4db58f Remove CXFA_NodeStack by Tom Sepez · 8 years ago
  56. 2326e9c Remove CFX_StackTemplate<FDE_CANVASITEM> by Tom Sepez · 8 years ago
  57. dffe810 Remove CFX_StackTemplate from fde_xml_imp.h by Tom Sepez · 8 years ago
  58. 2079dce Remove unused CFX_ObjectStackTemplate by Tom Sepez · 8 years ago
  59. 281a51d Remove CFX_MassArrayTemplate by Tom Sepez · 8 years ago
  60. c803cbc Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> by Tom Sepez · 8 years ago
  61. c3f74e9 Use std::deque for CFX_MassArrayTemplate<FDE_TTOPIECE> by Tom Sepez · 8 years ago
  62. cb5eb3b Use std::deque for CFX_FontDescriptors by Tom Sepez · 8 years ago
  63. 4df5520 Remove CFX_MassArrayTemplate<CFX_Rect> backing array. by Tom Sepez · 8 years ago
  64. 4a21114 Use std::deque for CFX_TPOArray by Tom Sepez · 8 years ago
  65. 65ec174 Convert positioned tabs to std::vector by Dan Sinclair · 8 years ago
  66. e65d62c Remove unused FX_AdjustCharDisplayPos type, always nullptr args by Tom Sepez · 8 years ago
  67. b0d3160 Change CreateBreak to return a unique_ptr by Dan Sinclair · 8 years ago
  68. bef7389 Return values instead of out params by Dan Sinclair · 8 years ago
  69. b4a2618 Create virtual codec APIs so chrome/fuzzers can link separately by Tom Sepez · 8 years ago
  70. fed39cf Fix font manager negation issue by Dan Sinclair · 8 years ago
  71. d1aee7c More RTFBreak unused code and default params by Dan Sinclair · 8 years ago
  72. 17f3118 Fixup RTFBreak and TextBreak nits by Dan Sinclair · 8 years ago
  73. e340953 Remove always true method params by Dan Sinclair · 8 years ago
  74. 7071943 Remove unused methods from RTFBreak and TextBreak by Dan Sinclair · 8 years ago
  75. d2ee0f3 Convert the FX_RTFBREAK defines to an enum class by Dan Sinclair · 8 years ago
  76. d7de8e1 Convert FX_RTFLINEALIGNMENT to an enum class by Dan Sinclair · 8 years ago
  77. fb906e3 Remove unused layout styles by Dan Sinclair · 8 years ago
  78. 1026eab Remove unused RTF Break Policies by Dan Sinclair · 8 years ago
  79. a11ac1b Avoid crash above CFWL_ListItem::GetText() by Tom Sepez · 8 years ago
  80. a99de0e Clean up CXML_Element. by Lei Zhang · 8 years ago
  81. b9c69ab Cleanup CFX_Graphics. by Dan Sinclair · 8 years ago
  82. efcf362 Merge CFX_PathGenerator into CFX_Path. by Dan Sinclair · 8 years ago
  83. b147e07 Convert point x,y into CFX_PointF by dan sinclair · 8 years ago
  84. b45ea1f Convert CFWL messages to use CFX_PointF by Dan Sinclair · 8 years ago
  85. 1f403ce Convert more TransformPoint calls to Transform by Dan Sinclair · 8 years ago
  86. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  87. e460232 Cleanup CFX_PathData. by Dan Sinclair · 8 years ago
  88. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  89. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  90. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  91. 687a79c Cleanup CFX_Matrix related methods by Dan Sinclair · 8 years ago
  92. 118a8e2 Replace rect.Transform(matrix) with matrix.TransformRect(rect) by Dan Sinclair · 8 years ago
  93. 21e954b Remove CopyToLocal from CFDE_CSSDeclaration by Dan Sinclair · 9 years ago
  94. 1b08df1 Convert Get methods to return instead of using out params. by Dan Sinclair · 8 years ago
  95. 36c18c8 Add CFDE_CSSValueListParser tests by Dan Sinclair · 9 years ago
  96. 071d786 Rename x,y to width,height for Size types by dan sinclair · 9 years ago
  97. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 9 years ago
  98. 79365f7 Use enum class for PathPoint types. by Nicolas Pena · 9 years ago
  99. c222907 Cleanup out params in XFA layout code. by Dan Sinclair · 9 years ago
  100. 76da884 Split CFX_STemplate from CFX_PSTemplate by Tom Sepez · 9 years ago