summaryrefslogtreecommitdiff
path: root/xfa/fgas
AgeCommit message (Expand)Author
2017-12-07Add WARN_UNUSED_RESULT to ByteString::Format* methods.Henrique Nakashima
2017-12-06Fix ps rendering.chromium/3287Henrique Nakashima
2017-12-01Get rid of else after break/continue/return.chromium/3284chromium/3283Lei Zhang
2017-11-30Run clang-tidy modernize-use-equals-{delete,default} on //third_party/pdfiumDan Sinclair
2017-11-29Remove CollectionSize from fx_bidiDan Sinclair
2017-11-16Convert ByteString::{Format|FormatV} to static methodsDan Sinclair
2017-11-16Make WideString::{Format|FormatV} staticDan Sinclair
2017-11-16Refactor CFGAS_FontMgr's Windows implementationNicolas Pena
2017-11-07Remove m_bFlagExact from CFX_SubstFontNicolas Pena
2017-10-04Remove CFX_CRTFileAccessDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Cleanup font definesDan Sinclair
2017-09-28Cleanup CFGAS_GEFont methodsDan Sinclair
2017-09-27Move CFX_Font definition to cfx_font.hDan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Move static methods to anonymous namespaceDan Sinclair
2017-09-27Cleanup FX macrosDan 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-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_Observable to ObservableDan Sinclair
2017-09-21Rename CXFA_DefFontMgr to CFGAS_DefaultFontManagerDan Sinclair
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