Age | Commit message (Expand) | Author |
2018-07-02 | Use UnownedPtr<> in cfwl_event.h and cfwl_message.h | Tom Sepez |
2018-05-12 | Remove unused CFWL_FormProxy. | Henrique Nakashima |
2018-05-11 | Remove CFWL_Widget::SetFocus(). It is non-op. | Henrique Nakashima |
2018-05-11 | Inline Disform_* methods. | Henrique Nakashima |
2018-05-11 | Remove CFWL_WidgetMgr::IsFormDisabled(). | Henrique Nakashima |
2018-05-02 | Use pointers instead of refs for GetPopupPos() params. | Henrique Nakashima |
2018-03-08 | Move GetPopupPos from CFWL_Widget to subclasses that call it. | Henrique Nakashima |
2018-01-05 | Convert CFWL_DateTimePicker::FormatDateString to return WideString | Ryan Harrison |
2017-11-16 | Make WideString::{Format|FormatV} static | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-09-08 | Remove CFWL_SpinButton, which is unused.chromium/3211 | Henrique Nakashima |
2017-08-17 | Change XFA DrawWidget() code to take its CFX_Matrix by const-ref.chromium/3192chromium/3191chromium/3190chromium/3189 | Lei Zhang |
2017-07-14 | Fixup naming of XFA graphics classes | Dan Sinclair |
2017-05-25 | Mass conversion of all const-lifetime class members | Tom Sepez |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-21 | Convert CFWL messages to use CFX_PointF | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-01-03 | Remove the ::GetCapacity methods. | Dan Sinclair |
2016-12-15 | Cleanup widget edge related code | dsinclair |
2016-12-14 | This CL removes some of the unused CFWL widget flags. | dsinclair |
2016-12-14 | Update CFWL_ListBox to return instead of using out params. | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Cleanup CFWL_Widget code to return CFX_RectFs where appropriate | dsinclair |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |