summaryrefslogtreecommitdiffstats
path: root/minui/graphics.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* minui: add BOARD_USE_CUSTOM_RECOVERY_FONTmaxwen2015-07-161-0/+5
* Make TWRP compile for arm64Ethan Yonker2014-11-121-1/+1
* Fix up old libminui to compileEthan Yonker2014-11-071-0/+8
* Revert to old libminui and fix upEthan Yonker2014-11-061-236/+97
* Merge in lollipop and attempt to fix merge conflictsEthan Yonker2014-11-061-97/+236
|\
| * recovery: minui: add adf backendGreg Hackmann2014-04-261-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-061-1/+1
* | Update minui to support overlay graphicsDees Troy2014-05-021-23/+61
* | minui: adapt backlight blanking commit to TWRPMatt Mower2014-02-061-3/+5
* | minui: Allow devices to blank/unblank using LCD backlightEthan Chen2014-02-031-0/+12
* | Fix merge conflicts and update for 4.4 kitkatDees Troy2013-11-021-2/+2
|\|
| * recovery: move log output to stdoutDoug Zongker2013-07-091-2/+2
* | Hack-fix build with different system/core/charger versionsVojtech Bocek2013-09-061-1/+6
|/
* more font improvements and cleanupDoug Zongker2013-03-071-12/+32
* recovery: change font for menus to be an imageDoug Zongker2013-03-051-24/+15
* add optional overscan compensation to recovery graphicsDoug Zongker2012-12-191-4/+25
* minor recovery fixesDoug Zongker2012-09-041-1/+4
* add simple text to recovery UIDoug Zongker2012-08-231-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-121-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-231-10/+13
* option to allow recovery to use 24-bit graphics in UIDoug Zongker2011-01-141-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-061-0/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-0/+312
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-041-312/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-111-16/+33
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-181-33/+24
* Initial ContributionThe Android Open Source Project2008-10-211-0/+304