Age | Commit message (Expand) | Author |
2017-08-21 | Cleanup CFDE_TextOut | Dan Sinclair |
2017-08-16 | Tidy CXFA_Color class and argument passing. | Tom Sepez |
2017-08-15 | Remove CFDE_RenderDevice | Dan Sinclair |
2017-08-10 | Remove unused FDE_TTOSTYLE_ flags | Dan Sinclair |
2017-07-19 | Rename StringCs c_str() to unterminated_c_str(). | Tom Sepez |
2017-07-14 | Fixup naming of XFA graphics classes | Dan Sinclair |
2017-07-13 | Rename cfx_color to cxfa_color | Dan Sinclair |
2017-03-30 | Rename tto/fde_textout to cfde_textout | Dan Sinclair |
2017-03-14 | Replace FX_FLOAT with underlying float type. | Dan Sinclair |
2017-02-23 | Merge CFX_PathGenerator into CFX_Path. | Dan Sinclair |
2017-02-23 | Convert point x,y into CFX_PointF | dan sinclair |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-01-05 | Properly ref-count CFGAS_GEFont with CFX_RetainPtr. | tsepez |
2017-01-03 | Cleanup ThemeProvider code | Dan Sinclair |
2017-01-03 | Remove the ::GetCapacity methods. | Dan Sinclair |
2016-12-15 | Cleanup widget edge related code | dsinclair |
2016-12-14 | Avoid the ptr.reset(new XXX()) anti-pattern | tsepez |
2016-12-08 | Move xfa/fwl/core to xfa/fwl. | dsinclair |
2016-11-23 | Merge IFWL and CFWL classes. | dsinclair |
2016-11-21 | Clean up CFGAS_GEFont | npm |
2016-11-21 | Remove customized layout flag from FWL | dsinclair |
2016-11-21 | Update SetThemeColor and SetThemeData | dsinclair |
2016-11-21 | Remove FWL_GetThemeColor | dsinclair |
2016-11-21 | Remove FWL_GetThemeLayout | dsinclair |
2016-11-21 | Remove theme id from themeproviders | dsinclair |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-11 | Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. | npm |
2016-11-02 | Remove FX_BOOL from xfa. | tsepez |
2016-10-20 | Cleanup unused methods and return values in FWL code. | dsinclair |
2016-10-17 | Cleanup unneeded FWL theme code. | dsinclair |
2016-08-22 | Make CFX_Color constructor explicit | weili |
2016-08-10 | Use smart pointers for class owned pointers in xfa/fxfa | weili |
2016-07-20 | Clean up singleton implementation | weili |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-07 | Replace IFGAS_Font with underlying concrete type | thestig |
2016-06-03 | Rename IFX_FontMgr to IFGAS_FontMgr | tsepez |
2016-06-03 | Rename IFX_Font to IFGAS_Font | tsepez |
2016-05-25 | Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h} | tsepez |
2016-05-24 | Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr. | tsepez |
2016-05-11 | Replace some calls to Release() with direct delete, part 1. | tsepez |
2016-05-05 | Remove CLASSHASH defines in favour of an enum class. | dsinclair |
2016-05-04 | Convert FWL_ERR into an enum class. | dsinclair |
2016-05-04 | Convert some theme defines to values. | dsinclair |
2016-04-28 | Do not check pointers before deleting them. | thestig |
2016-04-28 | More FWL interface cleanup. | dsinclair |
2016-04-27 | More IFX_ interface cleanup. | dsinclair |
2016-04-21 | Cleanup FDE interfaces. | dsinclair |
2016-04-21 | Convert some FWL defines to enums. | dsinclair |
2016-04-13 | Remove implicit cast from CFX_WideString to (const wchar_t*) | tsepez |
2016-04-13 | Remove some FWL code. | dsinclair |