summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add option to uninstall TWRP app from /systemEthan Yonker2019-05-161-0/+1
* Use magiskboot to repack the boot partitionEthan Yonker2019-04-031-0/+2
* gui: preserve order of gui_print vs gui_msgthat2017-03-011-0/+2
* gui: Actions: Toggle backlight on power keyMatt Mower2017-01-181-0/+1
* Whitespace cleanupMatt Mower2017-01-181-2/+0
* Support theme width and height offsetsJames Christopher Adduono2017-01-111-0/+6
* Add TWRP app install via TWRP recoveryEthan Yonker2016-12-161-0/+2
* Add boot slot supportEthan Yonker2016-12-131-0/+1
* GUI: Add countdown & cancel to install auto-rebootMatt Mower2016-08-191-0/+1
* gui: don't mix up display value with actual valueSultan Qasim Khan2016-04-041-4/+3
* Improve input box text handlingEthan Yonker2016-03-291-6/+8
* gui: remove unused struct translate_later_structthat2016-02-031-9/+0
* Replace fix permissions with fix contexts for emulated storageEthan Yonker2016-01-291-0/+1
* Make listbox translation workEthan Yonker2016-01-181-0/+1
* gui: add terminal emulatorthat2016-01-071-0/+38
* gui: add keyboard support for Ctrl layer and more special keysthat2016-01-071-22/+22
* gui: PatternPassword: allow any N*N gridAleksa Sarai2016-01-021-3/+8
* get rid of console thread for OpenRecoveryScriptthat2015-12-291-0/+1
* Multiple Language SupportEthan Yonker2015-12-191-0/+11
* GUI TextBoxEthan Yonker2015-10-261-1/+28
* Fix a bunch of warningsEthan Yonker2015-10-251-5/+5
* Allow text to scale to fitEthan Yonker2015-10-161-12/+4
* gui: support conditions for listbox itemsthat2015-10-161-2/+4
* gui: extract methods for condition list handlingthat2015-10-161-2/+4
* Allow listbox to have a list of check boxesEthan Yonker2015-10-161-0/+2
* gui: allow listbox to be used as menu and as read-only listthat2015-07-141-0/+1
* gui: keyboard: support longpress label offset, code cleanupthat2015-07-141-1/+4
* [WIP] gui: software drawn keyboard (code only)that2015-06-201-1/+21
* Add resize2fs and ability to run resize2fs via GUIEthan Yonker2015-05-281-0/+1
* Mount system as read-only by defaultEthan Yonker2015-05-271-0/+2
* gui: keyboard: introduce struct Layout and simplify caps handlingthat2015-03-151-10/+13
* gui: keyboard: add HitTestKey method, minor simplificationsthat2015-03-141-7/+7
* gui: keyboard doesn't need its own actionthat2015-03-141-1/+0
* Add UI for entering pattern for device decryptionVojtech Bocek2015-03-131-0/+52
* gui: support string resourcesthat2015-03-111-3/+0
* gui: kinetic scrolling for consolethat2015-03-051-61/+51
* gui: introduce virtual RenderItem method in ScrollListthat2015-03-051-7/+8
* gui: don't truncate values to 0 after scalingthat2015-02-231-1/+0
* gui: proportional scrollbarsthat2015-02-211-2/+7
* GUI: Support styles in xml to reduce xml file sizeEthan Yonker2015-02-211-1/+6
* gui: support scrollable lists without headersthat2015-02-151-5/+4
* gui: make resources type safethat2015-02-151-42/+44
* Retain and display previous selection for image flashingEthan Yonker2015-02-151-1/+1
* gui: fix console lockup when scrollingthat2015-02-061-5/+5
* Unify scrollable list codeEthan Yonker2015-02-051-165/+130
* gui: simplify code in GUIKeyboardthat2015-02-011-5/+5
* gui: fix hardware keyboardthat2015-02-011-4/+9
* gui: run cancel action in another threadthat2015-01-301-20/+3
* gui: fix IsInRegionthat2015-01-291-3/+3
* Add cancel backup capability.bigbiff2015-01-271-0/+1
* Allow for X and Y offsets in GUIEthan Yonker2015-01-091-0/+7
* Improve GUI handling of zip flashingEthan Yonker2015-01-091-1/+1
* Allow flashing of images via the GUIEthan Yonker2015-01-091-0/+1
* gui: fix action threading if background thread is busythat2015-01-091-2/+1
* Run some actions in a separate threadthat2015-01-091-4/+25
* Thread openrecoveryscript action to properly display action pageEthan Yonker2015-01-051-0/+1
* fix adb sideloadthat2015-01-041-0/+2
* gui: Move action functions to function pointer map.that2014-12-301-5/+68
* Use one mizip for allEthan Yonker2014-12-101-8/+0
* Add possibility to use images as background or handle of slidevalueVojtech Bocek2014-08-071-1/+5
* Color in the consoleEthan Yonker2014-07-091-0/+1
* Add support for actions triggered by key combinationVojtech Bocek2014-04-161-3/+9
* Add word wrap to console output and fix scrolling in consoleDees Troy2014-02-261-1/+3
* Add capslock support to keyboardEthan Yonker2014-02-171-1/+9
* Cache results of GUIObject::isConditionTrue()Vojtech Bocek2014-02-121-13/+19
* Conditional -> GUIObject and make all gui objects children of GUIObjectVojtech Bocek2014-02-121-18/+19
* Implement mouse cursorVojtech Bocek2014-02-071-0/+25
* Add haptic feedbackSamer Diab (S.a.M.e.R_d)2014-02-061-0/+2
* Update licenses to all matchDees Troy2013-10-221-1/+2
* Add conditions support to GUIImageVojtech Bocek2013-10-111-1/+1
* Pull ROM info from build.prop for backup namesDees Troy2013-09-121-0/+1
* Kang in older minzip for building in CM9 & CM7Dees Troy2013-09-101-0/+4
* Unify indentation and little clean-up in TWRP filesVojtech Bocek2013-08-241-410/+405
* Add new SliderValue GUI widgetVojtech Bocek2013-04-041-0/+66
* Add partition list GUI elementDees_Troy2013-03-301-0/+106
* Remove mutex from file seselectorDees_Troy2013-03-111-1/+0
* More file selector fixesDees_Troy2013-03-041-0/+1
* Fix file selector crashDees_Troy2013-02-281-0/+1
* Copy fast scroll feature to listboxDees_Troy2013-02-271-0/+8
* Add fast scroll bar to fileselectorVojtech Bocek2013-02-271-0/+8
* Update listbox codeDees_Troy2013-02-151-2/+22
* Add highlight to file selectorDees_Troy2013-02-151-0/+6
* Add button highlightDees_Troy2013-02-151-0/+3
* Add keyboard key highlightDees_Troy2012-10-201-0/+2
* Add ability for buttons to have highlights on touchDees_Troy2012-10-191-0/+9
* Zip install works againDees_Troy2012-09-111-1/+1
* TWRP-ify AOSP codeDees_Troy2012-09-051-0/+753