summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_edit.cpp
AgeCommit message (Expand)Author
2018-08-21Use UnownedPtr<> to theme provider in cfwl_widgetproperties.hTom Sepez
2018-07-02Use UnownedPtr<> in cfwl_event.h and cfwl_message.hTom Sepez
2018-06-01Remove unused variable pDst from CFWL_Edit::OnValidateRyan Harrison
2018-05-29[xfa] Propagate the xfa change data for text to JS and back.Dan Sinclair
2018-05-11Remove CFWL_Widget::SetFocus(). It is non-op.Henrique Nakashima
2018-05-11Remove CFWL_WidgetMgr::IsFormDisabled().Henrique Nakashima
2018-04-27Update caret after changes that could move lines in XFA edit.Henrique Nakashima
2018-04-27Fix backspace on 1st character of a line erases the line break.Henrique Nakashima
2018-04-25Fix behavior of Delete key in XFA edit.Henrique Nakashima
2018-04-19Fix caret not moving to click target in XFA edit.Henrique Nakashima
2018-04-05Remove spellchecking code from XFAchromium/3390Ryan Harrison
2018-04-04[fwl] Restrict setting cursor outside text boundsDan Sinclair
2018-02-07Restore assert when GetCharacterInfo is called on an empty edit.Henrique Nakashima
2018-02-06Fix caret not appearing in XFA Edits.Henrique Nakashima
2018-01-05Convert CFWL_Edit Cut & Copy out param to returnRyan Harrison
2017-11-14Rename the fxgraphics classesDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Add embeddertest for CFWL_EditDan Sinclair
2017-09-19Convert selection to use count instead of end indexDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-09-13Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused.Henrique Nakashima
2017-09-06Implement word selection in CFDE_TextEditEngineDan Sinclair
2017-08-30Rebuild CFDE_TextEditEngine.Dan Sinclair
2017-08-23Remove OnPageLoad and OnPageUnload from CFWL_EditDan Sinclair
2017-08-23Convert the CFDE_TxtEdtEngine::Insert results into an enum classDan Sinclair
2017-08-22Converted CFX_Matrix::TransformRect() to take in constsJane Liu
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