index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
minui
/
events.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
minui: add hall sensor event
Jack Wu
2022-01-25
1
-0
/
+29
*
Do not write past end of inotify event structure.
Christopher Ferris
2021-11-25
1
-3
/
+5
*
Fix ioctl FIONREAD call parameters to use int instead of size_t
Stephane Lee
2020-01-14
1
-2
/
+4
*
minui: Support input device hotplug in recovery mode.
Xihua Chen
2019-08-14
1
-20
/
+104
*
minui: Managed FDs with smart pointers.
Tao Bao
2019-03-11
1
-102
/
+105
*
minui: Fix the wrong move of the callback.
Tao Bao
2019-03-11
1
-1
/
+1
*
Use O_CLOEXEC at a few places.
Tao Bao
2019-03-01
1
-1
/
+1
*
use epoll_create1
Nick Kralevich
2018-12-17
1
-1
/
+1
*
Add missing includes.
Dan Albert
2017-10-11
1
-0
/
+1
*
ui: Move the support for touch inputs into RecoveryUI.
Tao Bao
2017-08-02
1
-11
/
+36
*
Add the missing #include of <functional>.
Tao Bao
2017-03-17
1
-0
/
+2
*
Add a missing #include for openat(2).
Elliott Hughes
2017-02-23
1
-0
/
+1
*
minui: Move callback functions to std::function.
Tao Bao
2017-01-23
1
-107
/
+102
*
minui: Export minui/minui.h.
Tao Bao
2017-01-17
1
-1
/
+1
*
Fix clang-tidy performance warnings.
Chih-Hung Hsieh
2016-07-27
1
-1
/
+1
*
Fix google-runtime-int warnings.
Chih-Hung Hsieh
2016-04-18
1
-6
/
+9
*
Check all lseek calls succeed.
Elliott Hughes
2015-04-30
1
-1
/
+2
*
Switch minui over to C++.
Elliott Hughes
2015-04-10
1
-6
/
+6
*
Fix ScreenRecoveryUI to handle devices without power/up/down.
Elliott Hughes
2015-04-10
1
-2
/
+2
*
Add ev_iterate_available_keys to minui.
Elliott Hughes
2015-04-10
1
-0
/
+231