Age | Commit message (Expand) | Author |
2016-11-23 | Merge IFWL and CFWL classes. | dsinclair |
2016-11-23 | Rename IFWL classes which do not have CFWL equivalents | 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-26 | Fix some FX_BOOL / int noise in xfa | tsepez |
2016-10-20 | Cleanup unused methods and return values in FWL code. | dsinclair |
2016-10-20 | Merge the CFWL_*Imp classes into the IFWL_* classes. | dsinclair |
2016-10-19 | Remove FWL theme subclasses | dsinclair |
2016-10-17 | Cleanup unneeded FWL theme code. | dsinclair |
2016-09-29 | Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent | dsinclair |
2016-09-29 | Move core/fxge/include to core/fxge | dsinclair |
2016-09-29 | Move core/fxcrt/include to core/fxcrt | dsinclair |
2016-09-13 | Sort include entries. | 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-08-10 | Use smart pointers for class owned pointers in xfa/fwl/theme | weili |
2016-08-08 | Move CFX_ClipRgn and CFX_PathData into their own files. | npm |
2016-08-04 | Fix a file name typo | weili |
2016-07-20 | Clean up singleton implementation | weili |
2016-06-23 | Remove NULL in xfa/ | dsinclair |
2016-06-16 | Remove unused code. | 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-27 | Fix two bugs found by /analyze tool | weili |
2016-05-26 | Remove default arguments from CFX_FxgeDevice. | thestig |
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-20 | Fix a bug on scrollbar's checking theme states | weili |
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 | Cleanup CFWL_ThemePart data. | dsinclair |
2016-05-04 | Convert some theme defines to values. | dsinclair |
2016-05-04 | More define cleanup. | dsinclair |
2016-05-04 | Return bool rather than bitwise-and for FX_BOOL | tsepez |
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 | Remove unused FWL flags | 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 |