1. 6ed297c Remove CFX_CRTFileAccess by Dan Sinclair · 8 years ago
  2. 10e1f05 Cleanup font defines by Dan Sinclair · 8 years ago
  3. dd0e6e1 Cleanup font defines by Dan Sinclair · 8 years ago
  4. 1ca7173 Cleanup CFGAS_GEFont methods by Dan Sinclair · 8 years ago
  5. dd17a14 Move CFX_Font definition to cfx_font.h by Dan Sinclair · 8 years ago
  6. 8b1408e Remove FXSYS_strlen and FXSYS_wcslen by Ryan Harrison · 8 years ago
  7. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 8 years ago
  8. e950b11 Move static methods to anonymous namespace by Dan Sinclair · 8 years ago
  9. 698aed7 Cleanup FX macros by Dan Sinclair · 8 years ago
  10. 7d04f1b Hide FX_HandleParentPath by Dan Sinclair · 8 years ago
  11. 4825c4b Share public part of CFGAS_FontMgr declaration by Dan Sinclair · 8 years ago
  12. 81f02f4 Move font source into CFGAS_FontMgr by Dan Sinclair · 8 years ago
  13. 1a43b30 Remove font default params by Dan Sinclair · 8 years ago
  14. aee0db0 Move CFX_UnownedPtr to UnownedPtr by Dan Sinclair · 8 years ago
  15. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 8 years ago
  16. 65ecca4 Move CFX_Observable to Observable by Dan Sinclair · 8 years ago
  17. 959c2be Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager by Dan Sinclair · 8 years ago
  18. db0312e Move CXFA_PDFFontMgr to CFGAS_PDFFontMgr by Dan Sinclair · 8 years ago
  19. 91c2f7c Remove some unused variables. by Lei Zhang · 8 years ago
  20. 275e260 Convert string class names by Ryan Harrison · 8 years ago
  21. 69fe711 Make static const char* arrays more const. by Lei Zhang · 8 years ago
  22. b4a6948 Add readme files to some directories. by Henrique Nakashima · 8 years ago
  23. 81f9eee Convert FX_STRSIZE int->size_t by Ryan Harrison · 8 years ago
  24. 740bcd8 Split fx_ucd.h into fx_unicode.h and fx_ucddata.h. by Tom Sepez · 8 years ago
  25. 670c4fd Cleanup fx_basic_* files by Dan Sinclair · 8 years ago
  26. 47a90b8 More BIDI code shuffling by Dan Sinclair · 8 years ago
  27. 235818f Move bidi code to fx_bidi by Dan Sinclair · 8 years ago
  28. bcd1e70 Remove fx_basic.h by Dan Sinclair · 8 years ago
  29. 68eefa6 Rebuild CFDE_TextEditEngine. by Dan Sinclair · 8 years ago
  30. 574d440 Add a global font loader in XFA tests by Dan Sinclair · 8 years ago
  31. 133617c Remove code which does nothing by Dan Sinclair · 8 years ago
  32. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 8 years ago
  33. 9342b33 Remove redundant members in CFDE_TxtEdtEngine by Dan Sinclair · 8 years ago
  34. 171cb27 Remove default params from xfa/fde code. by Dan Sinclair · 8 years ago
  35. db14532 Rewrite how string Insert() methods handle out of bound indices by Ryan Harrison · 8 years ago
  36. 04f7360 Encapsulate some CFX_Char members. by Lei Zhang · 8 years ago
  37. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 8 years ago
  38. f0e9c84 Use FX_GetUnicodeProperties() in more places. by Lei Zhang · 8 years ago
  39. 9a80ecc Remove unused param from CFX_TxtBreak::AppendChar_PageLoad(). by Lei Zhang · 8 years ago
  40. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 8 years ago
  41. 672a172 Simplify FX_GetMirrorChar() code. by Lei Zhang · 8 years ago
  42. 24ef633 Move xfa/fxfa/app to xfa/fxfa by Dan Sinclair · 8 years ago
  43. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 8 years ago
  44. b9776c7 Adding back the CFX_DateTime print helpers. by Henrique Nakashima · 8 years ago
  45. 5c3e5c1 Cleaning up fx_string_testhelpers. by Henrique Nakashima · 8 years ago
  46. 7726a58 Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers. by Chris Palmer · 8 years ago
  47. 19e6bcf Add CFGAS_FormatString helper to extract digits. by Dan Sinclair · 8 years ago
  48. 7e6f396 CFGAS_FormatString use helper to convert char to int by Dan Sinclair · 8 years ago
  49. 04c79d3 Add CFGAS_FormatString Number to String helper by Dan Sinclair · 8 years ago
  50. 08839f3 Combine more CFGAS_FormatString code by Dan Sinclair · 8 years ago
  51. a0b322b Remove use of FXBSTR_ID from CFGAS_FormatString by Dan Sinclair · 8 years ago
  52. cee11c2 Simplify some CFGAS_FormatString methods by Dan Sinclair · 8 years ago
  53. 28d6769 Fix some CFGAS_FormatString issues by Dan Sinclair · 8 years ago
  54. 52998a4 Even more CFGAS_FormatString tests. by Dan Sinclair · 8 years ago
  55. 7dee685 Convert CFGAS_FormatString to pointer out parameters by Dan Sinclair · 8 years ago
  56. db124cf More CFGAS_FormatString tests by Dan Sinclair · 8 years ago
  57. b3a119e Add more CFGAS_FormatString tests. by Dan Sinclair · 8 years ago
  58. e98ba9d More CFGAS_FormatString tests by Dan Sinclair · 8 years ago
  59. 6c5ea10 Add start of CFGAS_FormatString tests by Dan Sinclair · 8 years ago
  60. 7211eac Cleaning up some XFA locale related code by Dan Sinclair · 8 years ago
  61. a64cd6c Remove unused Locale code by Dan Sinclair · 8 years ago
  62. d15ce4c Use observed ptrs from CFGAS_GEFont back to its font mgrs. by Tom Sepez · 8 years ago
  63. 76020fc Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr. by Lei Zhang · 8 years ago
  64. cc20513 Introduce CFX_UnownedPtr to detect lifetime inversion issues. by Tom Sepez · 8 years ago
  65. e02b2bc Use CXFA_TextUserData in place of CFX_Retainable where possible. by Tom Sepez · 8 years ago
  66. a0a6923 Remove more |new|s, part 5 by Tom Sepez · 8 years ago
  67. ab1faaa Use fx_extension.h utilities in more places in xfa/ by Lei Zhang · 8 years ago
  68. e247ec4 Replace FXSYS_iswdigit with std::iswdigit. by Lei Zhang · 8 years ago
  69. 283a043 Convert IFX_MemoryStream to CFX_MemoryStream by Dan Sinclair · 8 years ago
  70. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 8 years ago
  71. f51a02a Cleanup codepage and charset definitions. by Dan Sinclair · 8 years ago
  72. 2a473db Cleanup the fgas_language defines by Dan Sinclair · 8 years ago
  73. 3b71d26 Move CFGAS_Stream to CFX_SeekableStreamProxy by Dan Sinclair · 8 years ago
  74. bf510b7 Rename IFGAS_Stream to CFGAS_Stream by Dan Sinclair · 8 years ago
  75. fdf7d40 Remove IFGAS_Stream::CreateWideStringReadStream by Dan Sinclair · 8 years ago
  76. 7172969 Fold the CFGAS_Stream subclasses in CFGAS_Stream by Dan Sinclair · 8 years ago
  77. 1d0dc5e Codepage code into anonymouse namespace by Dan Sinclair · 8 years ago
  78. 4fcdf05 Subclass the stream implementations from CFGAS_Stream by Dan Sinclair · 8 years ago
  79. 994acdc Rename text break files to match class names. by Dan Sinclair · 8 years ago
  80. 5ae8792 Update IFGAS_Stream::WriteString to take a string. by Dan Sinclair · 8 years ago
  81. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 8 years ago
  82. 7b7c653 Fold LoadFile{Read|Write} back into constructors by Dan Sinclair · 8 years ago
  83. f6baf6b Fold CFGAS_Stream into CFGAS_TextStream. by Dan Sinclair · 8 years ago
  84. deadbfb Remove params from CFGAS_Stream by Dan Sinclair · 8 years ago
  85. 8ed5366 Remove text buffer for CFGAS_TextStream by Dan Sinclair · 8 years ago
  86. 941c1b8 Remove m_iStart which is always zero by Dan Sinclair · 8 years ago
  87. 5111496 Fold CXFA_WideTextRead into IFGAS_Stream by Dan Sinclair · 8 years ago
  88. 9d6a208 Remove MakeSeekableReadStream by Dan Sinclair · 8 years ago
  89. 445831e Remove the FGAS Buffered Stream by Dan Sinclair · 8 years ago
  90. 2d8b899 Remove the STREAMTYPE define. by Dan Sinclair · 8 years ago
  91. 6e485ca Remove unneeded stream access flags by Dan Sinclair · 8 years ago
  92. 75dc42a Remove unused loading code from IFGAS_Stream by Dan Sinclair · 8 years ago
  93. d7120ee Disabiguate CreateStream calls by Dan Sinclair · 8 years ago
  94. 0c820a2 Remove unused CreateTextStream by Dan Sinclair · 8 years ago
  95. d562ef0 Remove unused CreateSharedStream by Dan Sinclair · 8 years ago
  96. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  97. 2ae80f5 Drop FXSYS_ from wide string methods by Dan Sinclair · 8 years ago
  98. ba8ac3f Drop FXSYS_ from file methods by Dan Sinclair · 8 years ago
  99. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  100. eb39cdb Pull in FreeType via DEPS instead. by Lei Zhang · 8 years ago