Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-07 | Cleanup FWL Event and Message code. | dsinclair | |
This CL removes any CFWL_Evt classes for which nothing was listening to the events. For events with no parameters the override class was removed and the event type passed into CFWL_Event which is used instead. Any event or message parameters which are un-read have been removed. Review-Url: https://codereview.chromium.org/2530993002 | |||
2016-11-17 | Create CFWL_EvtEditChanged | dsinclair | |
This CL creates a generic event for CFWL_EventType::EditChanged and uses it in the ComboBox and DateTimePicker. None of the params from the custom events were used so they have been removed. Review-Url: https://codereview.chromium.org/2511813002 |