summaryrefslogtreecommitdiff
path: root/xfa/fde
AgeCommit message (Expand)Author
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-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-15Make GetChar & Clone const for IFX_CharIterRyan Harrison
2017-08-15Hide the undo/redo record classes inside the engineDan Sinclair
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-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-01Remove support for negative params to ReleaseBuffer()Ryan 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-27Move CXFA_CSSTagProvider to inner class of CXFA_TextParserDan Sinclair
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-30Split CFDE_CSSTextBuf in two.Lei Zhang
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-26Remove a const_cast in CFDE_CSSTextBuf.Lei Zhang
2017-06-26Clean up CFDE_CSSTextBuf.Lei Zhang
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang
2017-05-16CFDE_RenderDevice::m_bOwnerDevice is always falseTom Sepez
2017-05-11Rename render device classesDan Sinclair
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-04Removing unused IFX_Pause parametersDan Sinclair
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-05-03XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr.Tom Sepez
2017-04-28Remove more |new|s, part 3Tom Sepez
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom Sepez
2017-04-25Use fx_extension.h utilities in more places in xfa/Lei Zhang
2017-04-24Use a pdfium-specific unittest main rather than gtest'sTom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Update IFX_CharIter::Clone to return unique_ptrDan Sinclair
2017-04-19Move fde XML parser to coreDan Sinclair