1. a0a6923 Remove more |new|s, part 5 by Tom Sepez · 8 years ago
  2. ab1faaa Use fx_extension.h utilities in more places in xfa/ by Lei Zhang · 8 years ago
  3. e247ec4 Replace FXSYS_iswdigit with std::iswdigit. by Lei Zhang · 8 years ago
  4. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 8 years ago
  5. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  6. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  7. 2a473db Cleanup the fgas_language defines by Dan Sinclair · 8 years ago
  8. 3b71d26 Move CFGAS_Stream to CFX_SeekableStreamProxy by Dan Sinclair · 8 years ago
  9. bf510b7 Rename IFGAS_Stream to CFGAS_Stream by Dan Sinclair · 8 years ago
  10. fdf7d40 Remove IFGAS_Stream::CreateWideStringReadStream by Dan Sinclair · 8 years ago
  11. 7172969 Fold the CFGAS_Stream subclasses in CFGAS_Stream by Dan Sinclair · 8 years ago
  12. 1d0dc5e Codepage code into anonymouse namespace by Dan Sinclair · 8 years ago
  13. 4fcdf05 Subclass the stream implementations from CFGAS_Stream by Dan Sinclair · 8 years ago
  14. 994acdc Rename text break files to match class names. by Dan Sinclair · 8 years ago
  15. 5ae8792 Update IFGAS_Stream::WriteString to take a string. by Dan Sinclair · 8 years ago
  16. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 8 years ago
  17. 7b7c653 Fold LoadFile{Read|Write} back into constructors by Dan Sinclair · 8 years ago
  18. f6baf6b Fold CFGAS_Stream into CFGAS_TextStream. by Dan Sinclair · 8 years ago
  19. deadbfb Remove params from CFGAS_Stream by Dan Sinclair · 8 years ago
  20. 8ed5366 Remove text buffer for CFGAS_TextStream by Dan Sinclair · 8 years ago
  21. 941c1b8 Remove m_iStart which is always zero by Dan Sinclair · 8 years ago
  22. 5111496 Fold CXFA_WideTextRead into IFGAS_Stream by Dan Sinclair · 8 years ago
  23. 9d6a208 Remove MakeSeekableReadStream by Dan Sinclair · 8 years ago
  24. 445831e Remove the FGAS Buffered Stream by Dan Sinclair · 8 years ago
  25. 2d8b899 Remove the STREAMTYPE define. by Dan Sinclair · 8 years ago
  26. 6e485ca Remove unneeded stream access flags by Dan Sinclair · 8 years ago
  27. 75dc42a Remove unused loading code from IFGAS_Stream by Dan Sinclair · 8 years ago
  28. d7120ee Disabiguate CreateStream calls by Dan Sinclair · 8 years ago
  29. 0c820a2 Remove unused CreateTextStream by Dan Sinclair · 8 years ago
  30. d562ef0 Remove unused CreateSharedStream by Dan Sinclair · 8 years ago
  31. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  32. 2ae80f5 Drop FXSYS_ from wide string methods by Dan Sinclair · 8 years ago
  33. ba8ac3f Drop FXSYS_ from file methods by Dan Sinclair · 8 years ago
  34. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  35. eb39cdb Pull in FreeType via DEPS instead. by Lei Zhang · 8 years ago
  36. 0bb1333 Add some calls to MakeUnique by Dan Sinclair · 8 years ago
  37. 908c848 Move core/fxcrt XML files to core/fxcrt/xml by Dan Sinclair · 8 years ago
  38. e2e1794 Remove unnecessary FreeType include. by Dominik Röttsches · 8 years ago
  39. dd046da Fix Chromium XFA build by Dominik Röttsches · 8 years ago
  40. 8e5038f Rename fgas_stream to ifgas_stream by Dan Sinclair · 8 years ago
  41. b929ab0 Remove fgas/localization directory by Dan Sinclair · 8 years ago
  42. bd5176e Rename fgas/localization files to match contents by Dan Sinclair · 8 years ago
  43. 0cf642f Rename CFX_Unitime to CFX_DateTime by Dan Sinclair · 8 years ago
  44. 9ad342b Return values instead of out params by Dan Sinclair · 8 years ago
  45. ec1843d Renaming and splitting in xfa/fxfa/parser. by Dan Sinclair · 8 years ago
  46. 80c4878 Cleanup some xfa/fxfa code. by Dan Sinclair · 8 years ago
  47. 5c529e6 Combine more RTF and TXT Break code by Dan Sinclair · 8 years ago
  48. cf2d0ca Simplify date time code by Dan Sinclair · 8 years ago
  49. 2a6482c Cleanup unchanged values in CFX_TxtBreak by Dan Sinclair · 8 years ago
  50. 20df310 Cleanup fgas_datetime code by Dan Sinclair · 8 years ago
  51. 939121f Cleanup some fgas locale code. by Dan Sinclair · 8 years ago
  52. db0cc52 Simplify TxtBreak AppendChar by Dan Sinclair · 8 years ago
  53. e533b93 Create common base class for TxtBreak and RTFBreak. by Dan Sinclair · 8 years ago
  54. 42059a3 Cleanup nits from prior CLs by Dan Sinclair · 8 years ago
  55. 8c1a66b Remove unused methods and data from fgas_codepage by Dan Sinclair · 8 years ago
  56. 4d67473 Replace FX_POSITION in GFGAS_FontMgr with bool by Dan Sinclair · 8 years ago
  57. 193e6ca Add IndexInBounds() convenience routine. by Tom Sepez · 8 years ago
  58. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  59. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  60. 893822a Merge text breaking helper classes. by Dan Sinclair · 8 years ago
  61. d8f45b3 Replace discrete array with a map. by dan sinclair · 8 years ago
  62. 6fcea1f Convert TxtBreak line pieces to a vector. by dan sinclair · 8 years ago
  63. 8f03b42 Simplify TxtBreak line handling. by dan sinclair · 8 years ago
  64. 8da7920 Simplify the CFX_TxtPiece class by dan sinclair · 8 years ago
  65. 575898e Remove some single use interfaces by Dan Sinclair · 8 years ago
  66. 068d344 Remove TextBreak rotation code by Dan Sinclair · 8 years ago
  67. a5a3de9 Remove unused defines from TextBreak. by Dan Sinclair · 8 years ago
  68. 9e9bab6 Cleanup TXTLINEALIGNMENT defines by Dan Sinclair · 8 years ago
  69. 1c97fd1 Remove unused TextBreak methods by Dan Sinclair · 8 years ago
  70. c36fe07 Cleanup FX_TXTBREAK by Dan Sinclair · 8 years ago
  71. 52c73c2 Remove unused Txt break policies. by Dan Sinclair · 8 years ago
  72. f7fccbd Remove CFX_RTFPieceArray and use std::vector by Dan Sinclair · 8 years ago
  73. f3965b7 Cleanup m_RTFLine code in RTFBreak. by Dan Sinclair · 8 years ago
  74. fc9b988 Cleanup text code by Dan Sinclair · 8 years ago
  75. f9e6783 Remove CFX_StackTemplate now that all usage removed. by Tom Sepez · 8 years ago
  76. f04b42a Simplify RTFBreak AppendChar. by Dan Sinclair · 8 years ago
  77. 19fad57 Adding tests for CFX_RTFBreak by Dan Sinclair · 8 years ago
  78. 2079dce Remove unused CFX_ObjectStackTemplate by Tom Sepez · 8 years ago
  79. 281a51d Remove CFX_MassArrayTemplate by Tom Sepez · 8 years ago
  80. c803cbc Use std::deque for CFX_MassArrayTemplate<FDE_TEXTEDITPIECE> by Tom Sepez · 8 years ago
  81. cb5eb3b Use std::deque for CFX_FontDescriptors by Tom Sepez · 8 years ago
  82. 4df5520 Remove CFX_MassArrayTemplate<CFX_Rect> backing array. by Tom Sepez · 8 years ago
  83. 4a21114 Use std::deque for CFX_TPOArray by Tom Sepez · 8 years ago
  84. 65ec174 Convert positioned tabs to std::vector by Dan Sinclair · 8 years ago
  85. e65d62c Remove unused FX_AdjustCharDisplayPos type, always nullptr args by Tom Sepez · 8 years ago
  86. bef7389 Return values instead of out params by Dan Sinclair · 8 years ago
  87. fed39cf Fix font manager negation issue by Dan Sinclair · 8 years ago
  88. d1aee7c More RTFBreak unused code and default params by Dan Sinclair · 8 years ago
  89. 17f3118 Fixup RTFBreak and TextBreak nits by Dan Sinclair · 8 years ago
  90. e340953 Remove always true method params by Dan Sinclair · 8 years ago
  91. 7071943 Remove unused methods from RTFBreak and TextBreak by Dan Sinclair · 8 years ago
  92. d2ee0f3 Convert the FX_RTFBREAK defines to an enum class by Dan Sinclair · 8 years ago
  93. d7de8e1 Convert FX_RTFLINEALIGNMENT to an enum class by Dan Sinclair · 8 years ago
  94. fb906e3 Remove unused layout styles by Dan Sinclair · 8 years ago
  95. 1026eab Remove unused RTF Break Policies by Dan Sinclair · 8 years ago
  96. 2c02fae Change FXTEXT_CHARPOS to use CFX_PointF by Dan Sinclair · 8 years ago
  97. d8b01ca Revert "Convert Origins to points" by Dan Sinclair · 8 years ago
  98. da83d3a Convert Origins to points by Dan Sinclair · 8 years ago
  99. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  100. bba2a7c Update to use CFX_Rect{F} and CFX_Matrix constructors. by Dan Sinclair · 8 years ago