summaryrefslogtreecommitdiffstats
path: root/gui/gui.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use listbox for device-specific advanced menu itemsEthan Yonker2019-03-201-0/+7
* Support v2 fstab formatEthan Yonker2017-11-281-16/+30
* ADB Backup: add ability for TWRP GUI to restorebigbiff bigbiff2017-11-271-8/+0
* GUI: Mark local flip() function as staticMatt Mower2017-01-181-1/+1
* gui: Actions: Toggle backlight on power keyMatt Mower2017-01-181-1/+3
* Whitespace cleanupMatt Mower2017-01-181-8/+8
* ADB: Add adb backup for TWRP.bigbiff2016-08-011-2/+8
* Stop trying to load /script/ui.xmlEthan Yonker2016-03-311-1/+1
* Fix OEM compileEthan Yonker2016-02-191-2/+0
* GUI: Set brightness after gr_init()Matt Mower2016-02-051-0/+1
* Update minuitwrp graphics in line with latest minuiEthan Yonker2016-01-271-1/+1
* gui: use XML-based page for splash screen instead of a static jpgthat2016-01-251-109/+8
* Update mStartPage to make language selection work on other pagesEthan Yonker2016-01-231-2/+4
* gui: add terminal emulatorthat2016-01-071-0/+14
* get rid of console thread for OpenRecoveryScriptthat2015-12-291-119/+42
* Multiple Language SupportEthan Yonker2015-12-191-13/+46
* Move reloading of theme outside of the action threadEthan Yonker2015-11-091-0/+2
* Fix a bunch of warningsEthan Yonker2015-10-251-2/+2
* Allow multiple overlaysEthan Yonker2015-03-191-0/+1
* Allow touch to use a key code to sync touch eventsEthan Yonker2015-03-131-0/+17
* Reduce themes to 5 and rely on scalingEthan Yonker2015-03-131-1/+1
* gui: support string resourcesthat2015-03-111-10/+12
* gui: don't truncate values to 0 after scalingthat2015-02-231-2/+8
* Scale the GUI to fit the screenEthan Yonker2015-02-101-3/+61
* gui: avoid high CPU usage while waiting for inputthat2015-02-091-11/+20
* Reset data manager variables before running runPagesEthan Yonker2015-02-091-1/+3
* gui: fix lag (and event logging)that2015-02-011-18/+18
* gui: move input handling into a classthat2015-01-301-219/+243
* Move input handling into the main threadEthan Yonker2015-01-301-150/+169
* Use TWAtomicInt in gui.cpp to make it thread safeEthan Yonker2015-01-271-35/+23
* Use /twres instead of /res for theme resourcesDees Troy2015-01-221-5/+7
* Move ORS command line into main threadEthan Yonker2015-01-221-139/+110
* Fix handling of custom themes after decryptEthan Yonker2015-01-131-0/+32
* gui: simplify blanktimerthat2015-01-111-34/+9
* Allow for X and Y offsets in GUIEthan Yonker2015-01-091-1/+1
* Use one mizip for allEthan Yonker2014-12-101-5/+0
* Fix crash when rapid firing command line commandsEthan Yonker2014-10-221-0/+4
* Add command line capabilitiesEthan Yonker2014-08-091-1/+98
* Whitespace and minor code cleanupMatt Mower2014-06-041-4/+1
* Add support for actions triggered by key combinationVojtech Bocek2014-04-161-17/+14
* Fix touch on Sprint HTC One m8Dees Troy2014-04-151-8/+10
* Allow building of an OEM friendly TWRPEthan Yonker2014-04-041-3/+5
* Merge "Add option to print render time of each frame to log file" into android-4.4Dees Troy2014-02-071-0/+27
|\
| * Add option to print render time of each frame to log fileVojtech Bocek2014-02-061-0/+27
* | Implement mouse cursorVojtech Bocek2014-02-071-1/+62
|/
* Update licenses to all matchDees Troy2013-10-221-14/+16
* Kang in older minzip for building in CM9 & CM7Dees Troy2013-09-101-0/+4
* Add a TW_NO_TIMEOUT optionRicardo Gomez2013-08-251-0/+30
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-433/+407
* Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"Dees_Troy2013-08-241-3/+1
* Fix touch not working due to gr_fb_width returning 0 in some casesDees_Troy2013-08-111-1/+3
* Improve handling of XML errors for fix permissionsDees_Troy2013-04-051-1/+2
* Move all AOSP code out of recovery binaryDees_Troy2013-04-041-25/+23
* Load user saved setting for blank timer on recovery startupbigbiff bigbiff2013-02-281-0/+3
* Check for root and root perms and offer to install/fixDees_Troy2013-02-211-0/+4
* This adds a 60 second screen timeout for TWRP. Might consider making this configurable in the future.bigbiff bigbiff2013-02-131-466/+546
* Use GUI for ORS instead of console onlyDees_Troy2013-01-251-0/+1
* Improve ORS sideload to display GUI with cancel buttonDees_Troy2013-01-181-3/+77
* Change curtain to file and remove curtain raiseDees_Troy2012-09-241-36/+6
* Add processing of fstab, mounting, and decryptDees_Troy2012-09-071-17/+10
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+629