summaryrefslogtreecommitdiffstats
path: root/minui/events.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-14minui: Don't include errno.h twiceAndreas Schneider1-1/+0
2017-10-11Add missing includes.Dan Albert1-0/+1
2017-08-03ui: Move the support for touch inputs into RecoveryUI.Tao Bao1-11/+36
2017-08-02ui: Move the support for touch inputs into RecoveryUI.Tao Bao1-11/+36
2017-03-17Add the missing #include of <functional>.Tao Bao1-0/+2
2017-02-23Add a missing #include for openat(2).Elliott Hughes1-0/+1
2017-01-23minui: Move callback functions to std::function.Tao Bao1-107/+102
2017-01-17minui: Export minui/minui.h.Tao Bao1-1/+1
2016-07-27Fix clang-tidy performance warnings.Chih-Hung Hsieh1-1/+1
2016-04-18Fix google-runtime-int warnings.Chih-Hung Hsieh1-6/+9
2015-04-30Check all lseek calls succeed.Elliott Hughes1-1/+2
2015-04-30Check all lseek calls succeed.Elliott Hughes1-1/+2
2015-04-10Switch minui over to C++.Elliott Hughes1-6/+6
2015-04-10Fix ScreenRecoveryUI to handle devices without power/up/down.Elliott Hughes1-2/+2
2015-04-10Add ev_iterate_available_keys to minui.Elliott Hughes1-79/+97
2015-02-11recovery: Handle EV_SW eventsAjay Dudani1-2/+2
2015-01-30Add missing includes.Elliott Hughes1-0/+2
2014-12-12EPOLLWAKEUP handling in minui/events.cEthan Yonker1-0/+8
2014-11-07Fix up old libminui to compileEthan Yonker1-25/+61
2014-11-06Revert to old libminui and fix upEthan Yonker1-61/+25
2013-09-17recovery: fix epoll events type to uint32_tTodd Poynor1-1/+1
2013-09-12minui: add ev_get_epollfd() to retrieve epoll file descriptorTodd Poynor1-0/+5
2013-09-12minui: convert ev_*() event interface to epollTodd Poynor1-25/+56
2011-10-13minui: add ability to synchronize current key stateDima Zavin1-2/+36
2011-09-02minui: events: only open input devices with EV_KEY and/or EV_RELDima Zavin1-0/+17
2011-09-02minui: events: add ability to poll on non-input fdsDima Zavin1-3/+22
2011-09-02minui: events: refactor event acquisitionDima Zavin1-13/+36
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+82
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-82/+0