summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-08-17Change XFA DrawWidget() code to take its CFX_Matrix by const-ref.chromium/3192chromium/3191chromium/3190chromium/3189Lei Zhang
2017-08-17Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&.Lei Zhang
2017-08-17Remove default parameters from CXFA_FFWidget methods.Lei Zhang
2017-08-17Remove default parameters in CXFA_Graphics methods.Lei Zhang
2017-08-17Remove default argument for CXFA_Graphics::SetLineWidth().Lei Zhang
2017-08-17Remove redundant members in CFDE_TxtEdtEngineDan Sinclair
2017-08-17Turn caret movement into an enum classDan Sinclair
2017-08-17Cleanup CFDE_TxtEdtEngine Insert and Delete methodsDan Sinclair
2017-08-17Unify GetTextLength and GetTextBufLength in CFDE_TxtEdtEngineDan Sinclair
2017-08-17Cleanup visibilty and unused methods in xfa/fdeDan Sinclair
2017-08-16Tidy CXFA_Color class and argument passing.Tom Sepez
2017-08-16Move some CFDE_TxtEdt* methods to the headerschromium/3188Dan Sinclair
2017-08-16Simplify CFDE_TxtEdtEngine layout codeDan Sinclair
2017-08-16Remove friendship from TxtEdtEngine and TxtEdtPageDan Sinclair
2017-08-16Add parse depth limit to FormCalc parserRyan Harrison
2017-08-16Remove CFWL_WidgetMgrDelegateDan Sinclair
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