summaryrefslogtreecommitdiff
path: root/xfa/fwl/ifwl_themeprovider.h
AgeCommit message (Expand)Author
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-05-01Transform rect out param from reference to pointer in XFA code.Henrique Nakashima
2018-01-18Remove more unneeded includes and code from headers.Lei Zhang
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-13Remove includes of xfa/fwl/theme/cfwl_widgettp.h that are unused.Henrique Nakashima
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2017-01-03Remove the ::GetCapacity methods.Dan Sinclair
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair