summaryrefslogtreecommitdiff
path: root/xfa/fwl/theme/cfwl_widgettp.cpp
AgeCommit message (Expand)Author
2017-09-26Move font source into CFGAS_FontMgrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-08-21Cleanup CFDE_TextOutDan Sinclair
2017-08-16Tidy CXFA_Color class and argument passing.Tom Sepez
2017-08-15Remove CFDE_RenderDeviceDan Sinclair
2017-08-10Remove unused FDE_TTOSTYLE_ flagsDan Sinclair
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-07-14Fixup naming of XFA graphics classesDan Sinclair
2017-07-13Rename cfx_color to cxfa_colorDan Sinclair
2017-03-30Rename tto/fde_textout to cfde_textoutDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-02-23Merge CFX_PathGenerator into CFX_Path.Dan Sinclair
2017-02-23Convert point x,y into CFX_PointFdan sinclair
2017-02-02Remove FX_WSTRC usagechromium/3003chromium/3002dan sinclair
2017-01-05Properly ref-count CFGAS_GEFont with CFX_RetainPtr.tsepez
2017-01-03Cleanup ThemeProvider codeDan Sinclair
2017-01-03Remove the ::GetCapacity methods.Dan Sinclair
2016-12-15Cleanup widget edge related codedsinclair
2016-12-14Avoid the ptr.reset(new XXX()) anti-patterntsepez
2016-12-08Move xfa/fwl/core to xfa/fwl.dsinclair
2016-11-23Merge IFWL and CFWL classes.dsinclair
2016-11-21Clean up CFGAS_GEFontnpm
2016-11-21Remove customized layout flag from FWLdsinclair
2016-11-21Update SetThemeColor and SetThemeDatadsinclair
2016-11-21Remove FWL_GetThemeColordsinclair
2016-11-21Remove FWL_GetThemeLayoutdsinclair
2016-11-21Remove theme id from themeprovidersdsinclair
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-11Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little.npm
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-10-20Cleanup unused methods and return values in FWL code.dsinclair
2016-10-17Cleanup unneeded FWL theme code.dsinclair
2016-08-22Make CFX_Color constructor explicitweili
2016-08-10Use smart pointers for class owned pointers in xfa/fxfaweili
2016-07-20Clean up singleton implementationweili
2016-06-23Remove NULL in xfa/dsinclair
2016-06-07Replace IFGAS_Font with underlying concrete typethestig
2016-06-03Rename IFX_FontMgr to IFGAS_FontMgrtsepez
2016-06-03Rename IFX_Font to IFGAS_Fonttsepez
2016-05-25Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}tsepez
2016-05-24Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr.tsepez
2016-05-11Replace some calls to Release() with direct delete, part 1.tsepez
2016-05-05Remove CLASSHASH defines in favour of an enum class.dsinclair
2016-05-04Convert FWL_ERR into an enum class.dsinclair
2016-05-04Convert some theme defines to values.dsinclair
2016-04-28Do not check pointers before deleting them.thestig
2016-04-28More FWL interface cleanup.dsinclair
2016-04-27More IFX_ interface cleanup.dsinclair
2016-04-21Cleanup FDE interfaces.dsinclair