summaryrefslogtreecommitdiff
path: root/xfa/fgas
AgeCommit message (Expand)Author
2017-09-21Move CXFA_PDFFontMgr to CFGAS_PDFFontMgrDan Sinclair
2017-09-18Remove some unused variables.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-09-15Make static const char* arrays more const.Lei Zhang
2017-09-13Add readme files to some directories.chromium/3215Henrique Nakashima
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-05Split fx_ucd.h into fx_unicode.h and fx_ucddata.h.Tom Sepez
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
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Rebuild CFDE_TextEditEngine.Dan Sinclair
2017-08-28Add a global font loader in XFA testsDan Sinclair
2017-08-28Remove code which does nothingDan Sinclair
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-17Remove redundant members in CFDE_TxtEdtEngineDan Sinclair
2017-08-15Remove default params from xfa/fde code.Dan Sinclair
2017-08-02Rewrite how string Insert() methods handle out of bound indicesRyan Harrison
2017-08-01Encapsulate some CFX_Char members.Lei Zhang
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-28Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171Lei Zhang
2017-07-28Remove unused param from CFX_TxtBreak::AppendChar_PageLoad().Lei Zhang
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Simplify FX_GetMirrorChar() code.Lei Zhang
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-06-26Adding back the CFX_DateTime print helpers.Henrique Nakashima
2017-06-23Cleaning up fx_string_testhelpers.Henrique Nakashima
2017-06-22Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139Chris Palmer
2017-06-13Add CFGAS_FormatString helper to extract digits.Dan Sinclair
2017-06-08CFGAS_FormatString use helper to convert char to intDan Sinclair
2017-06-08Add CFGAS_FormatString Number to String helperDan Sinclair
2017-06-08Combine more CFGAS_FormatString codeDan Sinclair
2017-06-07Remove use of FXBSTR_ID from CFGAS_FormatStringchromium/3124Dan Sinclair
2017-06-07Simplify some CFGAS_FormatString methodsDan Sinclair
2017-06-07Fix some CFGAS_FormatString issuesDan Sinclair
2017-06-07Even more CFGAS_FormatString tests.Dan Sinclair
2017-06-06Convert CFGAS_FormatString to pointer out parameterschromium/3123Dan Sinclair
2017-06-06More CFGAS_FormatString testsDan Sinclair
2017-06-06Add more CFGAS_FormatString tests.Dan Sinclair
2017-06-05More CFGAS_FormatString testsDan Sinclair
2017-06-05Add start of CFGAS_FormatString testsDan Sinclair
2017-06-05Cleaning up some XFA locale related codeDan Sinclair
2017-06-01Remove unused Locale codeDan Sinclair
2017-05-20Use observed ptrs from CFGAS_GEFont back to its font mgrs.chromium/3106Tom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-09Use CXFA_TextUserData in place of CFX_Retainable where possible.Tom Sepez
2017-05-01Remove more |new|s, part 5Tom Sepez
2017-04-25Use fx_extension.h utilities in more places in xfa/Lei Zhang