1. a52ab74 Move core/fxcrt/include to core/fxcrt by dsinclair · 8 years ago
  2. e0347a6 Remove fgas_system files. by dsinclair · 8 years ago
  3. 1628024 Move xfa_document to cxfa_document by dsinclair · 8 years ago
  4. 0b851ff Rename xfa_doclayout and xfa_document_layout_imp files. by dsinclair · 8 years ago
  5. 9eb0db1 Move xfa_basic_imp to cxfa_widetextread. by dsinclair · 8 years ago
  6. 31f8740 Rename remaining xfa_script_* files. by dsinclair · 8 years ago
  7. 5b36f0a Split xfa_object_imp into individual class files. by dsinclair · 8 years ago[Renamed (91%) from xfa/fxfa/parser/xfa_object_imp.cpp]
  8. eea31b7 Cleanup CXFA_Document by dsinclair · 8 years ago
  9. 3496545 Cleanup fgas/crt. by dsinclair · 8 years ago
  10. c1df5d4 Pass element hash and name into CXFA_Object constructor. by dsinclair · 8 years ago
  11. 08fea80 Rename fxjse/ to fxjs/ update files to match class names. by dsinclair · 8 years ago
  12. 34f86b0 Break xfa_parser_imp apart by dsinclair · 8 years ago
  13. a1b0772 Remove IXFA_Parser, cleanup XFA parser code. by dsinclair · 8 years ago
  14. 017052a Change CXFA_Node::GetClassName to return by dsinclair · 8 years ago
  15. b977847 Pass needed value to CXFA_Node constructor by dsinclair · 8 years ago
  16. 85d1f2c Remove NULL in xfa/ by dsinclair · 8 years ago
  17. 6e12478 Change XFA_GetElementByName to XFA_GetElementTypeForName by dsinclair · 8 years ago
  18. 41cb62e Cleanup some variable namings. by dsinclair · 8 years ago
  19. 937a113 Remove CXFA_OrdinaryObject class by dsinclair · 8 years ago
  20. 070fcdf Update GetClassID to GetElementType by dsinclair · 8 years ago
  21. a5ab26b Remove unused GetScriptObjHash(). by dsinclair · 8 years ago
  22. 56a8b19 Convert XFA_ELEMENT to an enum class by dsinclair · 8 years ago
  23. c5a8f21 Split the XFA_OBJECTTYPE enum into two parts. by dsinclair · 8 years ago
  24. 47bcd4c Make code compile with clang_use_chrome_plugin (part V) by weili · 8 years ago
  25. ee2abec Cleanup ownership in CXFA_ScriptContext. by dsinclair · 8 years ago
  26. 8bd9ce0 Move xfa/fxjse/ to fxjse/ by dsinclair · 8 years ago
  27. 2f5582f Convert CFXJSE_Value::ToString to return. by dsinclair · 8 years ago
  28. 769b137 Remove more FXJSE c-method wrappers. by dsinclair · 8 years ago
  29. f27aeec Remove various FXJSE Value methods. by dsinclair · 8 years ago
  30. db444d2 Fix all the code which has duplicate variable declarations by weili · 8 years ago
  31. 2235b7b Change ThrowScriptErrorMessage() to just ThrowException(). by dsinclair · 8 years ago
  32. 44f8faf Clean up part of CXFA_Node class by weili · 8 years ago
  33. e80e9f8 Remove XFA_HFM2JSCONTEXT. by dsinclair · 8 years ago
  34. 86fad99 Replace CFXJSE_Value create/destroy with new and delete. by dsinclair · 8 years ago
  35. 800222e Fix MSVC C4800 build warnings. by thestig · 8 years ago
  36. 60607c3 Enable chromium_code standard for XFA code by weili · 8 years ago
  37. 12a6b0c Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* by dsinclair · 8 years ago
  38. 65be4b1 Complete or comment a couple Script_NodeClass functions by weili · 8 years ago
  39. 038aa53 Clean up XFA code which causes warnings by weili · 8 years ago
  40. d3743ea Revert "Replace Release() { delete this; } in fde_xml_imp.h" by Tom Sepez · 8 years ago
  41. fa34e80 Replace Release() { delete this; } in fde_xml_imp.h by tsepez · 8 years ago
  42. afe9430 Make CFX_WideString(const CFX_WideString&) explicit. by tsepez · 8 years ago
  43. aadedf9 Replace CXFA_PtrSetTemplate with std::unordered_set. by tsepez · 8 years ago
  44. 439bb9e Avoid unused variable warnings on Linux by Wei Li · 9 years ago
  45. 5fe7ae7 Properly fix the warnings by Wei Li · 9 years ago
  46. 6e1ae86 Enable 'treating warnings as errors' for 64 bit Win builds by weili · 9 years ago
  47. 43854a5 Standardize on ASSERT. by dsinclair · 9 years ago
  48. b6853cf Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. by tsepez · 9 years ago
  49. 4d31d0c Remove a few more char* members from structs/classes. by tsepez · 9 years ago
  50. 0582ad1 XFA unused function cleanup by dsinclair · 9 years ago
  51. b1a5959 Simplify XFA event handling. by thestig · 9 years ago
  52. 6f167c3 Change string argument type to GetFormatDataValue. by tsepez · 9 years ago
  53. 774bdde Replace calls to deprecated CFX_{Wide,Byte}String::Empty() by tsepez · 9 years ago
  54. bd9748d Remove implicit cast from CFX_WideString to (const wchar_t*) by tsepez · 9 years ago
  55. b4c9f3f Remove implicit cast from CFX_ByteString to (const char*). by tsepez · 9 years ago
  56. 4c3debb Rename both As{Byte,Wide}StringC() helpers to AsStringC(). by tsepez · 9 years ago
  57. 6fe7d21 Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. by tsepez · 9 years ago
  58. 44d054c Split fxfa_objectacc.h into pieces. by dsinclair · 9 years ago
  59. 660956f Rename CFX_WideStringC::raw_str() to c_str() by tsepez · 9 years ago
  60. fc58ad1 Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. by tsepez · 9 years ago
  61. 179bebb Rename GetCStr and GetPtr to match CFX_ByteString. by dsinclair · 9 years ago
  62. 28f97ff Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. by tsepez · 9 years ago
  63. 9f2970c Remove CFX_{Byte,Wide}String::Equal in favor of "==". by tsepez · 9 years ago
  64. df4bc59 Remove IXFA_* interfaces. by dsinclair · 9 years ago
  65. ae95f76 Remove IFDE_XML* classes. by dsinclair · 9 years ago
  66. 736f28a Remove FX_DWORD from XFA. by tsepez · 9 years ago
  67. a8a28e0 Move core/include/fxcrt to core/fxcrt/include. by Dan Sinclair · 9 years ago
  68. 62a70f9 Remove FX_WORD in favor of uint16_t. by Tom Sepez · 9 years ago
  69. 3a8051c Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. by Dan Sinclair · 9 years ago
  70. 1770c02 Move xfa/src up to xfa/. by Dan Sinclair · 9 years ago