summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_widgetmgr.cpp
AgeCommit message (Expand)Author
2018-08-23Remove bool arg from CFWL_Widget::GetBorderSize().Tom Sepez
2018-08-21Use UnownedPtr<> to theme provider in cfwl_widgetproperties.hTom Sepez
2018-08-15Remove optional prepend argument from matrix transformations.Tom Sepez
2018-07-02Use UnownedPtr<> in cfwl_event.h and cfwl_message.hTom Sepez
2018-06-01Remove unneeded call to GetNextSiblingWidgetRyan Harrison
2018-05-14Remove dead code from CFWL_WidgetMgr.Henrique Nakashima
2018-05-11Remove CFWL_WidgetMgr::IsFormDisabled().Henrique Nakashima
2018-05-02Use pointers instead of refs for GetPopupPos() params.Henrique Nakashima
2018-02-26Get rid of some static variables.Tom Sepez
2017-09-28Simplify some OS checks to PLATFORM checksDan Sinclair
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-26Fix checks for FX_WIN64_DESKTOPDan Sinclair
2017-09-21Cleanup WidgetMgr ownershipDan Sinclair
2017-09-21Rename CXFA_FFApp::GetWidgetMgr to make it clear the typechromium/3222Dan 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-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-07-14Fixup naming of XFA graphics classesDan Sinclair
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-05-25Split apart remaining xfa/fxfa/app filesDan Sinclair
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-21Convert CFWL messages to use CFX_PointFDan Sinclair
2017-02-21Convert more TransformPoint calls to TransformDan Sinclair
2017-02-09Convert Get methods to return instead of using out params.Dan Sinclair
2017-02-08Update to use CFX_Rect{F} and CFX_Matrix constructors.Dan Sinclair
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2017-01-31Use std::vector and unique_ptr in xfa/fwl.Tom Sepez
2017-01-03Remove more CFX_ArrayTemplate in cfwl_notedriver.h.tsepez
2016-12-15Remove widget offscreen code.dsinclair
2016-12-15Remove more unused widget stylesdsinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-08Change CFWL_Widget::GetMatrix to return the matrixdsinclair
2016-12-08Cleanup CFWL_Widget code to return CFX_RectFs where appropriatedsinclair
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair