summaryrefslogtreecommitdiffstats
path: root/gui/gui.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-20Use listbox for device-specific advanced menu itemsEthan Yonker1-0/+7
2017-11-28Support v2 fstab formatEthan Yonker1-16/+30
2017-11-27ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff1-8/+0
2017-01-18GUI: Mark local flip() function as staticMatt Mower1-1/+1
2017-01-18gui: Actions: Toggle backlight on power keyMatt Mower1-1/+3
2017-01-18Whitespace cleanupMatt Mower1-8/+8
2016-08-01ADB: Add adb backup for TWRP.bigbiff1-2/+8
2016-03-31Stop trying to load /script/ui.xmlEthan Yonker1-1/+1
2016-02-19Fix OEM compileEthan Yonker1-2/+0
2016-02-05GUI: Set brightness after gr_init()Matt Mower1-0/+1
2016-01-27Update minuitwrp graphics in line with latest minuiEthan Yonker1-1/+1
2016-01-25gui: use XML-based page for splash screen instead of a static jpgthat1-109/+8
2016-01-23Update mStartPage to make language selection work on other pagesEthan Yonker1-2/+4
2016-01-07gui: add terminal emulatorthat1-0/+14
2015-12-29get rid of console thread for OpenRecoveryScriptthat1-119/+42
2015-12-19Multiple Language SupportEthan Yonker1-13/+46
2015-11-09Move reloading of theme outside of the action threadEthan Yonker1-0/+2
2015-10-25Fix a bunch of warningsEthan Yonker1-2/+2
2015-03-19Allow multiple overlaysEthan Yonker1-0/+1
2015-03-13Allow touch to use a key code to sync touch eventsEthan Yonker1-0/+17
2015-03-13Reduce themes to 5 and rely on scalingEthan Yonker1-1/+1
2015-03-11gui: support string resourcesthat1-10/+12
2015-02-23gui: don't truncate values to 0 after scalingthat1-2/+8
2015-02-10Scale the GUI to fit the screenEthan Yonker1-3/+61
2015-02-09gui: avoid high CPU usage while waiting for inputthat1-11/+20
2015-02-09Reset data manager variables before running runPagesEthan Yonker1-1/+3
2015-02-01gui: fix lag (and event logging)that1-18/+18
2015-01-30gui: move input handling into a classthat1-219/+243
2015-01-30Move input handling into the main threadEthan Yonker1-150/+169
2015-01-27Use TWAtomicInt in gui.cpp to make it thread safeEthan Yonker1-35/+23
2015-01-22Use /twres instead of /res for theme resourcesDees Troy1-5/+7
2015-01-22Move ORS command line into main threadEthan Yonker1-139/+110
2015-01-13Fix handling of custom themes after decryptEthan Yonker1-0/+32
2015-01-11gui: simplify blanktimerthat1-34/+9
2015-01-09Allow for X and Y offsets in GUIEthan Yonker1-1/+1
2014-12-10Use one mizip for allEthan Yonker1-5/+0
2014-10-22Fix crash when rapid firing command line commandsEthan Yonker1-0/+4
2014-08-09Add command line capabilitiesEthan Yonker1-1/+98
2014-06-04Whitespace and minor code cleanupMatt Mower1-4/+1
2014-04-16Add support for actions triggered by key combinationVojtech Bocek1-17/+14
2014-04-15Fix touch on Sprint HTC One m8Dees Troy1-8/+10
2014-04-04Allow building of an OEM friendly TWRPEthan Yonker1-3/+5
2014-02-07Implement mouse cursorVojtech Bocek1-1/+62
2014-02-06Add option to print render time of each frame to log fileVojtech Bocek1-0/+27
2013-10-24Update licenses to all matchDees Troy1-14/+16
2013-10-22Update licenses to all matchDees Troy1-14/+16
2013-09-10Kang in older minzip for building in CM9 & CM7Dees Troy1-0/+4
2013-08-25Add a TW_NO_TIMEOUT optionRicardo Gomez1-0/+30
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-433/+407
2013-08-24Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"Dees_Troy1-3/+1
2013-08-11Fix touch not working due to gr_fb_width returning 0 in some casesDees_Troy1-1/+3
2013-04-05Improve handling of XML errors for fix permissionsDees_Troy1-1/+2
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-25/+23
2013-02-28Load user saved setting for blank timer on recovery startupbigbiff bigbiff1-0/+3
2013-02-21Check for root and root perms and offer to install/fixDees_Troy1-0/+4
2013-02-13This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff1-466/+546
2013-01-25Use GUI for ORS instead of console onlyDees_Troy1-0/+1
2013-01-18Improve ORS sideload to display GUI with cancel buttonDees_Troy1-3/+77
2012-09-24Change curtain to file and remove curtain raiseDees_Troy1-36/+6
2012-09-07Add processing of fstab, mounting, and decryptDees_Troy1-17/+10
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+629