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
/
gui
/
gui.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-31
Stop trying to load /script/ui.xml
Ethan Yonker
1
-1
/
+1
2016-02-19
Fix OEM compile
Ethan Yonker
1
-2
/
+0
2016-02-05
GUI: Set brightness after gr_init()
Matt Mower
1
-0
/
+1
2016-01-27
Update minuitwrp graphics in line with latest minui
Ethan Yonker
1
-1
/
+1
2016-01-25
gui: use XML-based page for splash screen instead of a static jpg
that
1
-109
/
+8
2016-01-23
Update mStartPage to make language selection work on other pages
Ethan Yonker
1
-2
/
+4
2016-01-07
gui: add terminal emulator
that
1
-0
/
+14
2015-12-29
get rid of console thread for OpenRecoveryScript
that
1
-119
/
+42
2015-12-19
Multiple Language Support
Ethan Yonker
1
-13
/
+46
2015-11-09
Move reloading of theme outside of the action thread
Ethan Yonker
1
-0
/
+2
2015-10-25
Fix a bunch of warnings
Ethan Yonker
1
-2
/
+2
2015-03-19
Allow multiple overlays
Ethan Yonker
1
-0
/
+1
2015-03-13
Allow touch to use a key code to sync touch events
Ethan Yonker
1
-0
/
+17
2015-03-13
Reduce themes to 5 and rely on scaling
Ethan Yonker
1
-1
/
+1
2015-03-11
gui: support string resources
that
1
-10
/
+12
2015-02-23
gui: don't truncate values to 0 after scaling
that
1
-2
/
+8
2015-02-10
Scale the GUI to fit the screen
Ethan Yonker
1
-3
/
+61
2015-02-09
gui: avoid high CPU usage while waiting for input
that
1
-11
/
+20
2015-02-09
Reset data manager variables before running runPages
Ethan Yonker
1
-1
/
+3
2015-02-01
gui: fix lag (and event logging)
that
1
-18
/
+18
2015-01-30
gui: move input handling into a class
that
1
-219
/
+243
2015-01-30
Move input handling into the main thread
Ethan Yonker
1
-150
/
+169
2015-01-27
Use TWAtomicInt in gui.cpp to make it thread safe
Ethan Yonker
1
-35
/
+23
2015-01-22
Use /twres instead of /res for theme resources
Dees Troy
1
-5
/
+7
2015-01-22
Move ORS command line into main thread
Ethan Yonker
1
-139
/
+110
2015-01-13
Fix handling of custom themes after decrypt
Ethan Yonker
1
-0
/
+32
2015-01-11
gui: simplify blanktimer
that
1
-34
/
+9
2015-01-09
Allow for X and Y offsets in GUI
Ethan Yonker
1
-1
/
+1
2014-12-10
Use one mizip for all
Ethan Yonker
1
-5
/
+0
2014-10-22
Fix crash when rapid firing command line commands
Ethan Yonker
1
-0
/
+4
2014-08-09
Add command line capabilities
Ethan Yonker
1
-1
/
+98
2014-06-04
Whitespace and minor code cleanup
Matt Mower
1
-4
/
+1
2014-04-16
Add support for actions triggered by key combination
Vojtech Bocek
1
-17
/
+14
2014-04-15
Fix touch on Sprint HTC One m8
Dees Troy
1
-8
/
+10
2014-04-04
Allow building of an OEM friendly TWRP
Ethan Yonker
1
-3
/
+5
2014-02-07
Implement mouse cursor
Vojtech Bocek
1
-1
/
+62
2014-02-06
Add option to print render time of each frame to log file
Vojtech Bocek
1
-0
/
+27
2013-10-24
Update licenses to all match
Dees Troy
1
-14
/
+16
2013-10-22
Update licenses to all match
Dees Troy
1
-14
/
+16
2013-09-10
Kang in older minzip for building in CM9 & CM7
Dees Troy
1
-0
/
+4
2013-08-25
Add a TW_NO_TIMEOUT option
Ricardo Gomez
1
-0
/
+30
2013-08-24
Unify indentation and little clean-up in TWRP files
Vojtech Bocek
1
-433
/
+407
2013-08-24
Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"
Dees_Troy
1
-3
/
+1
2013-08-11
Fix touch not working due to gr_fb_width returning 0 in some cases
Dees_Troy
1
-1
/
+3
2013-04-05
Improve handling of XML errors for fix permissions
Dees_Troy
1
-1
/
+2
2013-04-04
Move all AOSP code out of recovery binary
Dees_Troy
1
-25
/
+23
2013-02-28
Load user saved setting for blank timer on recovery startup
bigbiff bigbiff
1
-0
/
+3
2013-02-21
Check for root and root perms and offer to install/fix
Dees_Troy
1
-0
/
+4
2013-02-13
This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.
bigbiff bigbiff
1
-466
/
+546
2013-01-25
Use GUI for ORS instead of console only
Dees_Troy
1
-0
/
+1
2013-01-18
Improve ORS sideload to display GUI with cancel button
Dees_Troy
1
-3
/
+77
2012-09-24
Change curtain to file and remove curtain raise
Dees_Troy
1
-36
/
+6
2012-09-07
Add processing of fstab, mounting, and decrypt
Dees_Troy
1
-17
/
+10
2012-09-05
TWRP-ify AOSP code
Dees_Troy
1
-0
/
+629