summaryrefslogtreecommitdiffstats
path: root/minui/events.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix ioctl FIONREAD call parameters to use int instead of size_tStephane Lee2020-01-141-2/+4
* minui: Support input device hotplug in recovery mode.Xihua Chen2019-08-141-20/+104
* minui: Managed FDs with smart pointers.Tao Bao2019-03-111-102/+105
* minui: Fix the wrong move of the callback.Tao Bao2019-03-111-1/+1
* Use O_CLOEXEC at a few places.Tao Bao2019-03-011-1/+1
* use epoll_create1Nick Kralevich2018-12-171-1/+1
* Add missing includes.Dan Albert2017-10-111-0/+1
* ui: Move the support for touch inputs into RecoveryUI.Tao Bao2017-08-021-11/+36
* Add the missing #include of <functional>.Tao Bao2017-03-171-0/+2
* Add a missing #include for openat(2).Elliott Hughes2017-02-231-0/+1
* minui: Move callback functions to std::function.Tao Bao2017-01-231-107/+102
* minui: Export minui/minui.h.Tao Bao2017-01-171-1/+1
* Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-271-1/+1
* Fix google-runtime-int warnings.Chih-Hung Hsieh2016-04-181-6/+9
* Check all lseek calls succeed.Elliott Hughes2015-04-301-1/+2
* Switch minui over to C++.Elliott Hughes2015-04-101-6/+6
* Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes2015-04-101-2/+2
* Add ev_iterate_available_keys to minui.Elliott Hughes2015-04-101-0/+231