summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Fix checks for FX_WIN64_DESKTOPDan Sinclair
2017-09-26Hide FX_HandleParentPathDan Sinclair
2017-09-26Share public part of CFGAS_FontMgr declarationDan Sinclair
2017-09-26Move font source into CFGAS_FontMgrDan Sinclair
2017-09-26Remove font default paramsDan Sinclair
2017-09-22Fix crash when rendering invalid GIFRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Cleanup WidgetMgr ownershipDan Sinclair
2017-09-21Move CFX_Observable to ObservableDan Sinclair
2017-09-21Rename CXFA_FFApp::GetWidgetMgr to make it clear the typechromium/3222Dan Sinclair
2017-09-21Move CFGAS_PDFFontMgr to the CXFA_FFDocDan Sinclair
2017-09-21Rename CXFA_DefFontMgr to CFGAS_DefaultFontManagerDan Sinclair
2017-09-21Move CFX_MaybeOwned to fxcrt::MaybeOwnedDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-21Move CXFA_PDFFontMgr to CFGAS_PDFFontMgrDan Sinclair
2017-09-21Remove old TODODan Sinclair
2017-09-21Add embeddertest for CFWL_EditDan Sinclair
2017-09-20Add in missed parse recursion depth checksRyan Harrison
2017-09-20Implement CFDE_TextEditEngine::GetIndex* methods.Dan Sinclair
2017-09-20Convert FindNextBreakPos to return positionDan Sinclair
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-19Cleanup FindNextBreakPos variablesDan Sinclair
2017-09-19Invert flag to CFDE_TextEditEngine::Iterator::IsEOFDan Sinclair
2017-09-19Convert selection to use count instead of end indexDan Sinclair
2017-09-19IWYU: Explicitly include <stdint.h> in some headers.Raphael Kubo da Costa
2017-09-18Cleanup word break propertiesDan Sinclair
2017-09-18Remove some unused variables.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-09-15Simplify a couple of CXFA_Node methods.Lei Zhang
2017-09-15Fix nullptr dereference in XFA_Node::SetScriptContent().Lei Zhang
2017-09-15Make static const char* arrays more const.Lei Zhang
2017-09-14Roll clang to 4db5854chromium/3216Tom Sepez
2017-09-13Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused.Henrique Nakashima
2017-09-13Add readme files to some directories.chromium/3215Henrique Nakashima
2017-09-08Remove CFWL_SpinButton, which is unused.chromium/3211Henrique Nakashima
2017-09-07Roll DEPS for build to a049c43.Lei Zhang
2017-09-06Merge CFX_WordBreak into CFDE_TextEditEngine::Iterator.Dan Sinclair
2017-09-06Implement word selection in CFDE_TextEditEngineDan Sinclair
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-06GUID cleanupDan Sinclair
2017-09-05Remove isDevice parameter from barcode Render().Henrique Nakashima
2017-09-05Split fx_guid from fx_extensionDan Sinclair
2017-09-05Split fx_ucd.h into fx_unicode.h and fx_ucddata.h.Tom Sepez
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-09-01Fix integer overflow in Buffer_itoa when passing INT_MIN.Henrique Nakashima
2017-08-31Cleanup fx_basic_* filesDan Sinclair
2017-08-31More BIDI code shufflingchromium/3206chromium/3205Dan Sinclair
2017-08-31Move bidi code to fx_bidiDan Sinclair