aboutsummaryrefslogtreecommitdiffstats
path: root/minui
Commit message (Expand)AuthorAgeFilesLines
* turn recovery into a C++ binaryDoug Zongker2011-10-281-0/+8
* minui: add ability to synchronize current key stateDima Zavin2011-10-122-2/+38
* fix problem where the screen is sometimes all black in recoveryDoug Zongker2011-09-271-0/+3
* minui: events: only open input devices with EV_KEY and/or EV_RELDima Zavin2011-09-021-0/+17
* minui: events: add ability to poll on non-input fdsDima Zavin2011-09-022-3/+23
* minui: events: refactor event acquisitionDima Zavin2011-09-022-15/+49
* minui: graphics: add interface for framebuffer blank/unblankDima Zavin2011-08-302-0/+13
* minui: graphics: add ability to query font sizeDima Zavin2011-08-302-0/+7
* Get the correct line_length.Michael Ward2011-06-241-2/+37
* Graphics can handle stride != xres, and BGRA support.Michael Ward2011-06-222-12/+18
* allow paletted RGB images in recoveryDoug Zongker2011-03-041-2/+7
* make recovery UI images more general; allow for installation animationDoug Zongker2011-03-011-0/+2
* option to allow recovery to use 24-bit graphics in UIDoug Zongker2011-01-132-10/+22
* clear recovery framebuffers on allocation; display icon right after ui_initDoug Zongker2010-11-011-1/+2
* simplify construction of the recovery progress barDoug Zongker2009-10-081-3/+8
* split out device-specific recovery UI code into vendor directoriesDoug Zongker2009-06-111-16/+0
* Force the fb into 16 bpp mode in case the hw has some other default.Rebecca Schultz Zavin2009-06-051-0/+1
* AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. Th...Doug Zongker2009-03-271-100/+67
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-0/+946
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-946/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-16/+33
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-33/+24
* Initial ContributionThe Android Open Source Project2008-10-217-0/+938