summaryrefslogtreecommitdiffstats
path: root/minui/events.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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