1. 875e98c Remove FX_STRSIZE and replace with size_t by Ryan Harrison · 7 years ago
  2. 0b95042 Rename CFX_RetainPtr to RetainPtr by Dan Sinclair · 7 years ago
  3. 275e260 Convert string class names by Ryan Harrison · 7 years ago
  4. 3ef61c7 GUID cleanup by Dan Sinclair · 7 years ago
  5. 1c9ad7e Split fx_guid from fx_extension by Dan Sinclair · 7 years ago
  6. dce09b1 Fix integer overflow in Buffer_itoa when passing INT_MIN. by Henrique Nakashima · 7 years ago
  7. a94566f Move CFX_WideTextBuf out of fx_basic by Dan Sinclair · 7 years ago
  8. aa3a9cd Convert int* references to FX_STRSIZE by Ryan Harrison · 7 years ago
  9. 12db751 Convert string Find methods to return an Optional by Ryan Harrison · 7 years ago
  10. 8a1758b Remove GetAt from string classes by Ryan Harrison · 7 years ago
  11. da129ab Replace raw value for constant error value in string operations by Ryan Harrison · 7 years ago
  12. e7a99de Convert calls to Mid() to Left() or Right() if possible by Ryan Harrison · 7 years ago
  13. 33805cc Remove single param Mid() method from string classes by Ryan Harrison · 7 years ago
  14. db1e8a5 Move CXFA_FMParse to CFXA_FMParser by Ryan Harrison · 7 years ago
  15. 5b45c54 Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cpp by Henrique Nakashima · 7 years ago
  16. 7314af7 Rewrite FMLexer to use nullptr for errors by Ryan Harrison · 7 years ago
  17. 24ef633 Move xfa/fxfa/app to xfa/fxfa by Dan Sinclair · 7 years ago
  18. 33b42e4 Rename StringCs c_str() to unterminated_c_str(). by Tom Sepez · 7 years ago
  19. c3d3bb2 Remove a static initializer introduced in commit 573b10a. by Lei Zhang · 7 years ago
  20. 573b10a Remove hand rolled bsearch from HTMLSTR2Code by Ryan Harrison · 7 years ago
  21. dfcb8af Remove hand rolled bsearch from HTMLCode2STR by Ryan Harrison · 7 years ago
  22. 0698c85 Fix bad format string in CXFA_FM2JSContext. by Lei Zhang · 7 years ago
  23. d332e2d Prevent OOB access in CXFA_FM2JSContext::IsIsoTimeFormat(). by Lei Zhang · 7 years ago
  24. 8cb8841 Tag CFXJSE_HostObject sub-classes. by Tom Sepez · 7 years ago
  25. 2eddb66 Split apart remaining xfa/fxfa/app files by Dan Sinclair · 7 years ago
  26. 13115ec Fix FM2JSContext Round return type by Dan Sinclair · 7 years ago
  27. 151c14f Enable most FM2JSContext boolean tests by dan sinclair · 7 years ago
  28. 2034b94 Remove CXFA_FMErrorInfo by dan sinclair · 7 years ago
  29. f8afce6 Shorten internal JS prefixes. by Dan Sinclair · 7 years ago
  30. c559156 Adding CXFA_Parse unittests by Dan Sinclair · 7 years ago
  31. 2e9d47a Rename formcalc files to better match contents by Dan Sinclair · 7 years ago[Renamed (99%) from xfa/fxfa/fm2js/xfa_fm2jscontext.cpp]
  32. d3a3cc2 Handle when XFA parser error handlers cannot format error messages. by Lei Zhang · 7 years ago
  33. c0d358a Update formcalc return types by Dan Sinclair · 7 years ago
  34. 4da1e76 Limit XFA FormCalc program translation size. by Lei Zhang · 7 years ago
  35. 6f62ccd Check CXFA_FM2JSContext::Translate() return value. by Lei Zhang · 7 years ago
  36. 80547a1 Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext. by Tom Sepez · 7 years ago
  37. ab1faaa Use fx_extension.h utilities in more places in xfa/ by Lei Zhang · 7 years ago
  38. cfb1944 Cleanup the fx_extension code. by Dan Sinclair · 7 years ago
  39. 3c3e271 Use Byte/WideString iterators by Tom Sepez · 8 years ago
  40. 3cfff70 Add ability to make StringCs from std::vector<>s. by Tom Sepez · 8 years ago
  41. 5eb58cd Fix string passing coventions in xfa_fm2jscontext.h by Tom Sepez · 8 years ago
  42. ec8ff7d Fix bytestring passing conventions, part 2. by Tom Sepez · 8 years ago
  43. 1c5d0b4 Drop FXSYS_ from mem methods by Dan Sinclair · 8 years ago
  44. 669a418 Drop FXSYS_ from math methods by Dan Sinclair · 8 years ago
  45. b929ab0 Remove fgas/localization directory by Dan Sinclair · 8 years ago
  46. bd5176e Rename fgas/localization files to match contents by Dan Sinclair · 8 years ago
  47. 0cf642f Rename CFX_Unitime to CFX_DateTime by Dan Sinclair · 8 years ago
  48. efcae5d Split xfa_object.h apart. by Dan Sinclair · 8 years ago
  49. 9ad342b Return values instead of out params by Dan Sinclair · 8 years ago
  50. ec1843d Renaming and splitting in xfa/fxfa/parser. by Dan Sinclair · 8 years ago
  51. 369fe1f Remove CFX_ArrayTemplate in CXFA_ValueArray by Tom Sepez · 8 years ago
  52. 85f019a Add pdfium::clamp() as a placeholder for std::clamp(). by Lei Zhang · 8 years ago
  53. f8a9439 Replace CXFA_{Object,Node}Array with std::vector by Tom Sepez · 8 years ago
  54. 05df075 Replace FX_FLOAT with underlying float type. by Dan Sinclair · 8 years ago
  55. 6b94f01 Replace FX_DOUBLE with underlying double type. by Dan Sinclair · 8 years ago
  56. 812e96c Replace FX_CHAR and FX_WCHAR with underlying types. by Dan Sinclair · 8 years ago
  57. f0b6554 Simplify FX_UTF8Encode variants. by Tom Sepez · 8 years ago
  58. 65c7c23 Remove FX_WSTRC usage by dan sinclair · 8 years ago
  59. 76a44de Cleaning up memory allocation in CXFA_FM2JSContext - IV by Dan Sinclair · 8 years ago
  60. 2a998ad Cleaning up memory allocation in CXFA_FM2JSContext - III by Dan Sinclair · 8 years ago
  61. 647f284 Cleaning up memory allocation in CXFA_FM2JSContext - II by Dan Sinclair · 8 years ago
  62. 7855a2c Cleaning up memory allocation in CXFA_FM2JSContext - I by Dan Sinclair · 8 years ago
  63. 3cdcfeb Create individual exception methods. by Dan Sinclair · 8 years ago
  64. c8fd331 Cleaning out params in CPDFXFA_Context by Dan Sinclair · 8 years ago
  65. 833619b Refcount all the IFX_ stream classes all the time. by tsepez · 8 years ago
  66. 991f618 Move Init to constructor in CXFA_FMProgram by Nicolas Pena · 8 years ago
  67. 85c8e7f Fixup lint flags. by Dan Sinclair · 8 years ago
  68. 211d4ed Add fpdfppo_embeddertest.cpp. by tsepez · 8 years ago
  69. d19e912 Remove FX_BOOL from xfa. by tsepez · 8 years ago
  70. 478ed62 Fix some FX_BOOL / int noise in fxfa by tsepez · 8 years ago
  71. ad2441e Rename IFX_ stream names by tsepez · 8 years ago
  72. 4355468 Move fxjs/include to fxjs by dsinclair · 8 years ago
  73. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  74. 38fd844 Rename dictionary set and get methods by dsinclair · 8 years ago
  75. 1628024 Move xfa_document to cxfa_document by dsinclair · 8 years ago
  76. 31f8740 Rename remaining xfa_script_* files. by dsinclair · 8 years ago
  77. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  78. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  79. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  80. 017052a Change CXFA_Node::GetClassName to return by dsinclair · 8 years ago
  81. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  82. 2f5582f Convert CFXJSE_Value::ToString to return. by dsinclair · 8 years ago
  83. bd136fb xfa_fm2jscontext method cleanup - pt IX of IX by dsinclair · 8 years ago
  84. 947c873 xfa_fm2jscontext method cleanup - pt VIII by dsinclair · 8 years ago
  85. cf7f322 xfa_fm2jscontext method cleanup - pt VII by dsinclair · 8 years ago
  86. 769b137 Remove more FXJSE c-method wrappers. by dsinclair · 8 years ago
  87. f27aeec Remove various FXJSE Value methods. by dsinclair · 8 years ago
  88. 759de38 xfa_fm2jscontext method cleanup - pt VI by dsinclair · 8 years ago
  89. 96a05f4 xfa_fm2jscontext method cleanup - pt V by dsinclair · 8 years ago
  90. 2b6d64e xfa_fm2jscontext method cleanup - pt IV by dsinclair · 8 years ago
  91. 8f3074b Remove FXJSE_Value_ToObject and call methods directly by dsinclair · 8 years ago
  92. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  93. 2235b7b Change ThrowScriptErrorMessage() to just ThrowException(). by dsinclair · 8 years ago
  94. dbdcb81 xfa_fm2jscontext method cleanup - pt III by dsinclair · 8 years ago
  95. f6be145 Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp by ochang · 8 years ago
  96. e80e9f8 Remove XFA_HFM2JSCONTEXT. by dsinclair · 8 years ago
  97. 29adee7 Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it by tsepez · 8 years ago
  98. 89ba6de xfa_fm2jscontext method clean - pt II by dsinclair · 8 years ago
  99. 48d91dd xfa_fm2jscontext formatting and cleanup - pt I by dsinclair · 8 years ago
  100. 86fad99 Replace CFXJSE_Value create/destroy with new and delete. by dsinclair · 8 years ago