aboutsummaryrefslogtreecommitdiffstats
path: root/minui/graphics.c
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Cupcake kernels.Elliott Hughes2015-03-241-17/+0
* Fix recovery image text rendering.Elliott Hughes2015-03-241-23/+19
* Fix Droid and animation color in recovery modeTony Kuo2015-02-111-0/+7
* Add missing includes.Elliott Hughes2015-01-291-0/+1
* recovery: minui: add adf backendGreg Hackmann2014-04-251-4/+14
* refactor image resource loading code in minuiDoug Zongker2014-03-171-1/+1
* separate fbdev-specific code out from minuiDoug Zongker2014-03-111-151/+15
* remove pixelflinger from recoveryDoug Zongker2014-03-111-197/+302
* recovery: fix building with pointer-to-int errors turned onColin Cross2014-02-051-1/+1
* recovery: move log output to stdoutDoug Zongker2013-07-091-2/+2
* more font improvements and cleanupDoug Zongker2013-03-071-12/+32
* recovery: change font for menus to be an imageDoug Zongker2013-03-041-24/+15
* add optional overscan compensation to recovery graphicsDoug Zongker2012-12-181-4/+25
* minor recovery fixesDoug Zongker2012-09-041-1/+4
* add simple text to recovery UIDoug Zongker2012-08-221-0/+16
* fix conflicts with merge of jb-dev-makoEd Heyl2012-07-261-2/+4
|\
| * minui: fix screen update issueDevin Kim2012-07-201-2/+4
* | graphics: add support for "single buffering"Octavian Purdila2012-07-111-2/+10
|/
* fix problem where the screen is sometimes all black in recoveryDoug Zongker2011-09-271-0/+3
* minui: graphics: add interface for framebuffer blank/unblankDima Zavin2011-08-301-0/+10
* minui: graphics: add ability to query font sizeDima Zavin2011-08-301-0/+6
* Get the correct line_length.Michael Ward2011-06-241-2/+37
* Graphics can handle stride != xres, and BGRA support.Michael Ward2011-06-221-10/+13
* option to allow recovery to use 24-bit graphics in UIDoug Zongker2011-01-131-10/+18
* clear recovery framebuffers on allocation; display icon right after ui_initDoug Zongker2010-11-011-1/+2
* Force the fb into 16 bpp mode in case the hw has some other default.Rebecca Schultz Zavin2009-06-051-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+312
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-312/+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-211-0/+304