Age | Commit message (Expand) | Author |
2016-06-20 | Split the XFA_OBJECTTYPE enum into two parts. | dsinclair |
2016-06-16 | Make code compile with clang_use_chrome_plugin (part V)chromium/2770 | weili |
2016-06-14 | Cleanup ownership in CXFA_ScriptContext. | dsinclair |
2016-06-09 | Move xfa/fxjse/ to fxjse/ | dsinclair |
2016-06-09 | Convert CFXJSE_Value::ToString to return. | dsinclair |
2016-06-08 | Remove more FXJSE c-method wrappers. | dsinclair |
2016-06-07 | Remove various FXJSE Value methods. | dsinclair |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-02 | Change ThrowScriptErrorMessage() to just ThrowException(). | dsinclair |
2016-06-01 | Clean up part of CXFA_Node class | weili |
2016-06-01 | Remove XFA_HFM2JSCONTEXT. | dsinclair |
2016-05-31 | Replace CFXJSE_Value create/destroy with new and delete. | dsinclair |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-26 | Enable chromium_code standard for XFA code | weili |
2016-05-26 | Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value* | dsinclair |
2016-05-25 | Complete or comment a couple Script_NodeClass functions | weili |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-16 | Revert "Replace Release() { delete this; } in fde_xml_imp.h" | Tom Sepez |
2016-05-16 | Replace Release() { delete this; } in fde_xml_imp.h | tsepez |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
2016-05-12 | Replace CXFA_PtrSetTemplate with std::unordered_set. | tsepez |
2016-05-05 | Avoid unused variable warnings on Linux | Wei Li |
2016-05-04 | Properly fix the warnings | Wei Li |
2016-05-04 | Enable 'treating warnings as errors' for 64 bit Win builds | weili |
2016-04-27 | Standardize on ASSERT. | dsinclair |
2016-04-25 | Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions. | tsepez |
2016-04-19 | Remove a few more char* members from structs/classes. | tsepez |
2016-04-19 | XFA unused function cleanup | dsinclair |
2016-04-14 | Simplify XFA event handling. | thestig |
2016-04-14 | Change string argument type to GetFormatDataValue. | tsepez |
2016-04-14 | Replace calls to deprecated CFX_{Wide,Byte}String::Empty() | tsepez |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove implicit cast from CFX_ByteString to (const char*). | tsepez |
2016-04-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | tsepez |
2016-04-06 | Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument. | tsepez |
2016-04-06 | Split fxfa_objectacc.h into pieces. | dsinclair |
2016-04-06 | Rename CFX_WideStringC::raw_str() to c_str() | tsepez |
2016-04-05 | Make down-conversion explicit from CFX_Widetring to CFX_WideStringC. | tsepez |
2016-04-05 | Rename GetCStr and GetPtr to match CFX_ByteString. | dsinclair |
2016-04-04 | Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC. | tsepez |
2016-04-01 | Remove CFX_{Byte,Wide}String::Equal in favor of "==". | tsepez |
2016-03-31 | Remove IXFA_* interfaces. | dsinclair |
2016-03-29 | Remove IFDE_XML* classes. | dsinclair |
2016-03-25 | Remove FX_DWORD from XFA. | tsepez |
2016-03-23 | Move core/include/fxcrt to core/fxcrt/include. | Dan Sinclair |
2016-03-21 | Remove FX_WORD in favor of uint16_t. | Tom Sepez |
2016-03-15 | Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include. | Dan Sinclair |
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair |