Age | Commit message (Expand) | Author |
2017-03-29 | Split xfa_object.h apart. | Dan Sinclair |
2017-03-28 | Renaming and splitting in xfa/fxfa/parser. | Dan Sinclair |
2017-03-28 | Remove CFX_ArrayTemplate from xfa_document_datamerger_imp.cpp | Tom Sepez |
2017-03-27 | Return arrays where appropriate in fxfa. | Tom Sepez |
2017-03-14 | Replace CXFA_{Object,Node}Array with std::vector | Tom Sepez |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-05 | Remove CFX_MapPtrToPtr from xfa/fxfa. | tsepez |
2016-12-08 | Replace CFX_WideStringArray with std::vector | tsepez |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-25 | Fix some return FALSE in functions that return pointerschromium/2901 | tsepez |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-07 | Fix spelling of "Formated" in several variableschromium/2854 | tsepez |
2016-07-21 | Move xfa_document to cxfa_document | dsinclair |
2016-07-21 | Rename xfa_doclayout and xfa_document_layout_imp files. | dsinclair |
2016-07-21 | Move xfa_basic_imp to cxfa_widetextread. | dsinclair |
2016-07-20 | Rename remaining xfa_script_* files. | dsinclair |
2016-07-19 | Cleanup CXFA_Documentchromium/2803chromium/2802 | dsinclair |
2016-07-11 | Break xfa_parser_imp apart | dsinclair |
2016-07-11 | Remove IXFA_Parser, cleanup XFA parser code. | dsinclair |
2016-07-07 | Cleanup xfa_document_datamerge files | dsinclair |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-23 | Cleanup some variable namings.chromium/2778 | dsinclair |
2016-06-22 | Update GetClassID to GetElementType | dsinclair |
2016-06-21 | Convert XFA_ELEMENT to an enum class | dsinclair |
2016-06-20 | Split the XFA_OBJECTTYPE enum into two parts. | dsinclair |
2016-06-02 | Fix all the code which has duplicate variable declarations | weili |
2016-06-01 | Remove XFA_HFM2JSCONTEXT. | dsinclair |
2016-05-26 | Fix MSVC C4800 build warnings. | thestig |
2016-05-20 | Clean up XFA code which causes warnings | weili |
2016-05-13 | Make CFX_WideString(const CFX_WideString&) explicit. | tsepez |
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 | 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-08 | Rename both As{Byte,Wide}StringC() helpers to AsStringC(). | 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-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-14 | Move xfa/src up to xfa/. | Dan Sinclair |