Age | Commit message (Expand) | Author |
2018-02-26 | Get rid of some static variables. | Tom Sepez |
2017-09-28 | Simplify some OS checks to PLATFORM checks | Dan Sinclair |
2017-09-27 | Cleanup FX macros | Dan Sinclair |
2017-09-26 | Fix checks for FX_WIN64_DESKTOP | Dan Sinclair |
2017-09-21 | Cleanup WidgetMgr ownership | Dan Sinclair |
2017-09-21 | Rename CXFA_FFApp::GetWidgetMgr to make it clear the typechromium/3222 | 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-07-24 | Move xfa/fxfa/app to xfa/fxfachromium/3166 | Dan Sinclair |
2017-07-14 | Fixup naming of XFA graphics classes | Dan Sinclair |
2017-06-29 | Change SetReverse to GetInverse in CFX_Matrix | Nicolas Pena |
2017-05-25 | Split apart remaining xfa/fxfa/app files | Dan Sinclair |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
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-21 | Convert more TransformPoint calls to Transform | Dan Sinclair |
2017-02-09 | Convert Get methods to return instead of using out params. | Dan Sinclair |
2017-02-08 | Update to use CFX_Rect{F} and CFX_Matrix constructors. | Dan Sinclair |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-31 | Use std::vector and unique_ptr in xfa/fwl. | Tom Sepez |
2017-01-03 | Remove more CFX_ArrayTemplate in cfwl_notedriver.h. | tsepez |
2016-12-15 | Remove widget offscreen code. | dsinclair |
2016-12-15 | Remove more unused widget styles | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Change CFWL_Widget::GetMatrix to return the matrix | dsinclair |
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 |