summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser
AgeCommit message (Expand)Author
2016-05-17XFA_WIDGETSTATUS cleanup.dsinclair
2016-05-16Remove Release() { delete this; } in CFXA_Data{Importer,Exporter}tsepez
2016-05-16Revert "Replace Release() { delete this; } in fde_xml_imp.h"Tom Sepez
2016-05-16Replace Release() { delete this; } in fde_xml_imp.htsepez
2016-05-16Remove some c_str() calls from StringCs in xfa docs.tsepez
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-12Replace CXFA_PtrSetTemplate with std::unordered_set.tsepez
2016-05-05Avoid unused variable warnings on LinuxWei Li
2016-05-04Properly fix the warningsWei Li
2016-05-04Enable 'treating warnings as errors' for 64 bit Win buildsweili
2016-05-04More define cleanup.dsinclair
2016-05-04Return bool rather than bitwise-and for FX_BOOLtsepez
2016-04-28Do not check pointers before deleting them.thestig
2016-04-27Replace CFX_PtrArray with typesafe CFX_ArrayTemplate<>, part 3tsepez
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-20Cleanups from prior CLs.dsinclair
2016-04-20fix issue of Heap Use-After-Free in CXFA_LayoutItem::AddChildjinming_wang
2016-04-19Remove a few more char* members from structs/classes.tsepez
2016-04-19XFA unused function cleanupdsinclair
2016-04-14Simplify XFA event handling.thestig
2016-04-14Change string argument type to GetFormatDataValue.tsepez
2016-04-14Rename CFX_ByteTextBuf::GetByteString() to AsStringC().tsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-13Cleanup CPDFXFA_Page.thestig
2016-04-12Cleanup various IFX_ text interfaces.dsinclair
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Move remaining xfa/include/fxfa filesdsinclair
2016-04-06Make static FX_WCHAR arrays more const.thestig
2016-04-06Move include/fxcodec to fxcodec/includedsinclair
2016-04-06Fix spelling for SetSelectedItemsdsinclair
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Split fxfa_objectacc.h into pieces.dsinclair
2016-04-06Move core/include/fxge to core/fxge/include.dsinclair
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-04-04Replace FDE_XMLSYNTAX defines with enum classes.dsinclair
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez
2016-03-31Remove IXFA_* interfaces.dsinclair
2016-03-29Remove IFDE_XML* classes.dsinclair
2016-03-25Remove FX_DWORD from XFA, part 2tsepez
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-22Fix parsing of double dot operators for FormCalcTom Sepez
2016-03-21Remove FX_WORD in favor of uint16_t.Tom Sepez
2016-03-21Move xfa/include/fxbarcode/BC_Barcode.h to xfa/fxbarcode.Dan Sinclair