Age | Commit message (Expand) | Author |
2018-07-02 | Use UnownedPtr<> in cfwl_event.h and cfwl_message.h | Tom Sepez |
2018-06-01 | Remove unused variable pDst from CFWL_Edit::OnValidate | Ryan Harrison |
2018-05-29 | [xfa] Propagate the xfa change data for text to JS and back. | Dan Sinclair |
2018-05-11 | Remove CFWL_Widget::SetFocus(). It is non-op. | Henrique Nakashima |
2018-05-11 | Remove CFWL_WidgetMgr::IsFormDisabled(). | Henrique Nakashima |
2018-04-27 | Update caret after changes that could move lines in XFA edit. | Henrique Nakashima |
2018-04-27 | Fix backspace on 1st character of a line erases the line break. | Henrique Nakashima |
2018-04-25 | Fix behavior of Delete key in XFA edit. | Henrique Nakashima |
2018-04-19 | Fix caret not moving to click target in XFA edit. | Henrique Nakashima |
2018-04-05 | Remove spellchecking code from XFAchromium/3390 | Ryan Harrison |
2018-04-04 | [fwl] Restrict setting cursor outside text bounds | Dan Sinclair |
2018-02-07 | Restore assert when GetCharacterInfo is called on an empty edit. | Henrique Nakashima |
2018-02-06 | Fix caret not appearing in XFA Edits. | Henrique Nakashima |
2018-01-05 | Convert CFWL_Edit Cut & Copy out param to return | Ryan Harrison |
2017-11-14 | Rename the fxgraphics classes | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Add embeddertest for CFWL_Edit | Dan Sinclair |
2017-09-19 | Convert selection to use count instead of end index | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-13 | Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused. | Henrique Nakashima |
2017-09-06 | Implement word selection in CFDE_TextEditEngine | Dan Sinclair |
2017-08-30 | Rebuild CFDE_TextEditEngine. | Dan Sinclair |
2017-08-23 | Remove OnPageLoad and OnPageUnload from CFWL_Edit | Dan Sinclair |
2017-08-23 | Convert the CFDE_TxtEdtEngine::Insert results into an enum class | Dan Sinclair |
2017-08-22 | Converted CFX_Matrix::TransformRect() to take in consts | Jane Liu |
2017-08-17 | Change XFA DrawWidget() code to take its CFX_Matrix by const-ref.chromium/3192chromium/3191chromium/3190chromium/3189 | Lei Zhang |
2017-08-17 | Remove default parameters in CXFA_Graphics methods. | Lei Zhang |
2017-08-17 | Remove redundant members in CFDE_TxtEdtEngine | Dan Sinclair |
2017-08-17 | Turn caret movement into an enum class | Dan Sinclair |
2017-08-17 | Cleanup CFDE_TxtEdtEngine Insert and Delete methods | Dan Sinclair |
2017-08-17 | Cleanup visibilty and unused methods in xfa/fde | Dan Sinclair |
2017-08-16 | Tidy CXFA_Color class and argument passing. | Tom Sepez |
2017-08-16 | Move some CFDE_TxtEdt* methods to the headerschromium/3188 | Dan Sinclair |
2017-08-16 | Simplify CFDE_TxtEdtEngine layout code | Dan Sinclair |
2017-08-15 | Hide the undo/redo record classes inside the engine | Dan Sinclair |
2017-08-15 | Remove default params from xfa/fde code. | Dan Sinclair |
2017-08-15 | Remove CFDE_RenderDevice | Dan Sinclair |
2017-08-14 | Merge CFDE_RenderContext into CFWL_Edit | Dan Sinclair |
2017-08-14 | Cleaning up the visual set iterator | Dan Sinclair |
2017-08-14 | Cleanup more fde defines | Dan Sinclair |
2017-07-28 | Convert calls to Mid() to Left() or Right() if possible | Ryan Harrison |
2017-07-24 | Remove fx_edit.h | Dan Sinclair |
2017-07-14 | Fixup naming of XFA graphics classes | Dan Sinclair |
2017-07-13 | Rename cfx_color to cxfa_color | Dan Sinclair |
2017-06-30 | Fix nits in a bunch of random XFA files. | Lei Zhang |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-05-16 | CFDE_RenderDevice::m_bOwnerDevice is always false | Tom Sepez |
2017-05-04 | Removing unused IFX_Pause parameters | Dan Sinclair |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |