summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_edit.cpp
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-17Remove default parameters in CXFA_Graphics methods.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-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-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-14Cleanup more fde definesDan Sinclair
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-24Remove fx_edit.hDan Sinclair
2017-07-14Fixup naming of XFA graphics classesDan Sinclair
2017-07-13Rename cfx_color to cxfa_colorDan Sinclair
2017-06-30Fix nits in a bunch of random XFA files.Lei Zhang
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-16CFDE_RenderDevice::m_bOwnerDevice is always falseTom Sepez
2017-05-04Removing unused IFX_Pause parametersDan Sinclair
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-30Add some calls to MakeUniqueDan Sinclair
2017-03-30Rename FDE files to match contents.Dan Sinclair
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-16Create common base class for TxtBreak and RTFBreak.Dan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Remove some single use interfacesDan Sinclair
2017-03-13Remove TextBreak rotation codeDan Sinclair
2017-02-23Merge CFX_PathGenerator into CFX_Path.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Rename x,y to width,height for Size typesdan sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-01-24Use std::vector for CFX_RectF arraystsepez
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2017-01-03Remove the ::GetCapacity methods.Dan Sinclair
2016-12-15Cleanup widget edge related codedsinclair
2016-12-15Remove more unused widget stylesdsinclair
2016-12-15Remove unused widget state flagsdsinclair
2016-12-14Remove unused CFWL_Edit flags.dsinclair
2016-12-08Change layout item in CFWL_Widget type from voiddsinclair
2016-12-08Cleanup CFWL_Widget code to return CFX_RectFs where appropriatedsinclair
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair