summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-08-15Make GetChar & Clone const for IFX_CharIterRyan Harrison
2017-08-15Hide the undo/redo record classes inside the engineDan Sinclair
2017-08-15Add checks on length of string before accessing elements of stringRyan Harrison
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-15Remove default params from xfa/fde code.Dan Sinclair
2017-08-15Remove CFDE_RenderDeviceDan Sinclair
2017-08-14Merge CFDE_RenderContext into CFWL_EditDan Sinclair
2017-08-14Cleaning up the visual set iteratorDan Sinclair
2017-08-14Remove FDE_VISUALOBJ_CanvasDan Sinclair
2017-08-14Cleanup more fde definesDan Sinclair
2017-08-14Cleanup CFDE_TextOut methodsDan Sinclair
2017-08-14Cleanup FDE_TTO{STYLE|ALIGNMENT} defines.Dan Sinclair
2017-08-11Add checks of index operations on string classesRyan Harrison
2017-08-10Remove unused FDE_TTOSTYLE_ flagsDan Sinclair
2017-08-10Remove CFDE_PathDan Sinclair
2017-08-10Remove default params in CFDE_RenderDeviceDan Sinclair
2017-08-09Remove unused code from CFDE_RenderDevice.Dan Sinclair
2017-08-09Remove CFDE_{Pen|Brush} classesDan Sinclair
2017-08-08Move CSS code to coreDan 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-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-31Remove null derefence case caught by fuzzersRyan 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-27Remove single param Mid() method from string classesRyan Harrison
2017-07-27Move CXFA_FMParse to CFXA_FMParserRyan Harrison
2017-07-27Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cppHenrique Nakashima
2017-07-27Remove 0 from the valid FormCalc charactersRyan Harrison
2017-07-27Refactor whitespace lexing to be explicitRyan Harrison
2017-07-27Rewrite FMLexer to use nullptr for errorsRyan Harrison
2017-07-27Add conversion from FMTokens to stringsRyan Harrison
2017-07-27The FDE CSS code does not use the CFGAS_FontMgrDan Sinclair
2017-07-27Fixup includes in xfa/fde/csschromium/3169Dan Sinclair
2017-07-27Removed unused helper functionRyan Harrison
2017-07-27Move CXFA_CSSTagProvider to inner class of CXFA_TextParserDan Sinclair
2017-07-26Clean up CXFA_Measurement and callers.Lei Zhang
2017-07-25Clean up data passing in FormCalc Lexerchromium/3167Ryan Harrison
2017-07-24Rename FMLexer methods to be more descriptiveRyan Harrison
2017-07-24Remove extracting characters from inputRyan Harrison
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-07-24Remove fx_edit.hDan Sinclair
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-07-19Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162Jane Liu
2017-07-18Correct lexer handling of FormCalc identifiersRyan Harrison
2017-07-14Fixup naming of XFA graphics classesDan Sinclair
2017-07-13Rename cfx_color to cxfa_colorDan Sinclair