summaryrefslogtreecommitdiffstats
path: root/gui/objects.hpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-01gui: preserve order of gui_print vs gui_msgthat1-0/+2
2017-01-18gui: Actions: Toggle backlight on power keyMatt Mower1-0/+1
2017-01-18Whitespace cleanupMatt Mower1-2/+0
2017-01-11Support theme width and height offsetsJames Christopher Adduono1-0/+6
2016-12-16Add TWRP app install via TWRP recoveryEthan Yonker1-0/+2
2016-12-13Add boot slot supportEthan Yonker1-0/+1
2016-08-19GUI: Add countdown & cancel to install auto-rebootMatt Mower1-0/+1
2016-04-04gui: don't mix up display value with actual valueSultan Qasim Khan1-4/+3
2016-03-29Improve input box text handlingEthan Yonker1-6/+8
2016-02-03gui: remove unused struct translate_later_structthat1-9/+0
2016-01-29Replace fix permissions with fix contexts for emulated storageEthan Yonker1-0/+1
2016-01-18Make listbox translation workEthan Yonker1-0/+1
2016-01-07gui: add terminal emulatorthat1-0/+38
2016-01-07gui: add keyboard support for Ctrl layer and more special keysthat1-22/+22
2016-01-02gui: PatternPassword: allow any N*N gridAleksa Sarai1-3/+8
2015-12-29get rid of console thread for OpenRecoveryScriptthat1-0/+1
2015-12-19Multiple Language SupportEthan Yonker1-0/+11
2015-10-26GUI TextBoxEthan Yonker1-1/+28
2015-10-25Fix a bunch of warningsEthan Yonker1-5/+5
2015-10-16Allow text to scale to fitEthan Yonker1-12/+4
2015-10-16gui: support conditions for listbox itemsthat1-2/+4
2015-10-16gui: extract methods for condition list handlingthat1-2/+4
2015-10-16Allow listbox to have a list of check boxesEthan Yonker1-0/+2
2015-07-14gui: allow listbox to be used as menu and as read-only listthat1-0/+1
2015-07-14gui: keyboard: support longpress label offset, code cleanupthat1-1/+4
2015-06-20[WIP] gui: software drawn keyboard (code only)that1-1/+21
2015-05-28Add resize2fs and ability to run resize2fs via GUIEthan Yonker1-0/+1
2015-05-27Mount system as read-only by defaultEthan Yonker1-0/+2
2015-03-15gui: keyboard: introduce struct Layout and simplify caps handlingthat1-10/+13
2015-03-14gui: keyboard: add HitTestKey method, minor simplificationsthat1-7/+7
2015-03-14gui: keyboard doesn't need its own actionthat1-1/+0
2015-03-13Add UI for entering pattern for device decryptionVojtech Bocek1-0/+52
2015-03-11gui: support string resourcesthat1-3/+0
2015-03-05gui: kinetic scrolling for consolethat1-61/+51
2015-03-05gui: introduce virtual RenderItem method in ScrollListthat1-7/+8
2015-02-23gui: don't truncate values to 0 after scalingthat1-1/+0
2015-02-21gui: proportional scrollbarsthat1-2/+7
2015-02-21GUI: Support styles in xml to reduce xml file sizeEthan Yonker1-1/+6
2015-02-15gui: support scrollable lists without headersthat1-5/+4
2015-02-15gui: make resources type safethat1-42/+44
2015-02-15Retain and display previous selection for image flashingEthan Yonker1-1/+1
2015-02-06gui: fix console lockup when scrollingthat1-5/+5
2015-02-05Unify scrollable list codeEthan Yonker1-165/+130
2015-02-01gui: simplify code in GUIKeyboardthat1-5/+5
2015-02-01gui: fix hardware keyboardthat1-4/+9
2015-01-30gui: run cancel action in another threadthat1-20/+3
2015-01-29gui: fix IsInRegionthat1-3/+3
2015-01-27Add cancel backup capability.bigbiff1-0/+1
2015-01-09Allow for X and Y offsets in GUIEthan Yonker1-0/+7
2015-01-09Improve GUI handling of zip flashingEthan Yonker1-1/+1
2015-01-09Allow flashing of images via the GUIEthan Yonker1-0/+1
2015-01-09gui: fix action threading if background thread is busythat1-2/+1
2015-01-09Run some actions in a separate threadthat1-4/+25
2015-01-05Thread openrecoveryscript action to properly display action pageEthan Yonker1-0/+1
2015-01-04fix adb sideloadthat1-0/+2
2014-12-30gui: Move action functions to function pointer map.that1-5/+68
2014-12-10Use one mizip for allEthan Yonker1-8/+0
2014-08-07Add possibility to use images as background or handle of slidevalueVojtech Bocek1-1/+5
2014-07-09Color in the consoleEthan Yonker1-0/+1
2014-04-16Add support for actions triggered by key combinationVojtech Bocek1-3/+9
2014-02-26Add word wrap to console output and fix scrolling in consoleDees Troy1-1/+3
2014-02-17Add capslock support to keyboardEthan Yonker1-1/+9
2014-02-12Cache results of GUIObject::isConditionTrue()Vojtech Bocek1-13/+19
2014-02-12Conditional -> GUIObject and make all gui objects children of GUIObjectVojtech Bocek1-18/+19
2014-02-07Implement mouse cursorVojtech Bocek1-0/+25
2014-02-06Add haptic feedbackSamer Diab (S.a.M.e.R_d)1-0/+2
2013-10-24Update licenses to all matchDees Troy1-1/+2
2013-10-22Update licenses to all matchDees Troy1-1/+2
2013-10-11Add conditions support to GUIImageVojtech Bocek1-1/+1
2013-09-12Pull ROM info from build.prop for backup namesDees Troy1-0/+1
2013-09-10Kang in older minzip for building in CM9 & CM7Dees Troy1-0/+4
2013-08-24Unify indentation and little clean-up in TWRP filesVojtech Bocek1-410/+405
2013-04-04Add new SliderValue GUI widgetVojtech Bocek1-0/+66
2013-03-30Add partition list GUI elementDees_Troy1-0/+106
2013-03-11Remove mutex from file seselectorDees_Troy1-1/+0
2013-03-04More file selector fixesDees_Troy1-0/+1
2013-02-28Fix file selector crashDees_Troy1-0/+1
2013-02-27Copy fast scroll feature to listboxDees_Troy1-0/+8
2013-02-27Add fast scroll bar to fileselectorVojtech Bocek1-0/+8
2013-02-15Update listbox codeDees_Troy1-2/+22
2013-02-15Add highlight to file selectorDees_Troy1-0/+6
2013-02-15Add button highlightDees_Troy1-0/+3
2012-10-20Add keyboard key highlightDees_Troy1-0/+2
2012-10-19Add ability for buttons to have highlights on touchDees_Troy1-0/+9
2012-09-11Zip install works againDees_Troy1-1/+1
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+753