Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-31 | Remove FWL globals. | dsinclair | |
This CL removes the FWL_GetApp, FWL_SetApp and FWL_GetWidgetAdapter methods. In the process it changes the various Initialize methods to return void. Review-Url: https://codereview.chromium.org/2436103002 | |||
2016-10-18 | Merge IFWL_App and FWL_AppImp together | dsinclair | |
The IFWL_App class just acts as a proxy to the FWL_AppImp code. This Cl removes FWL_AppImp and merges the code back up to IFWL_App, simplifying the object hierarchy. Review-Url: https://codereview.chromium.org/2430563003 |