summaryrefslogtreecommitdiffstats
path: root/minui/graphics.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-29minui: Only include graphics_adf.h if we do not build with MSM_BSPAndreas Schneider1-0/+2
2017-09-28graphics: add rotation logicLuke Song1-208/+251
2017-06-06Fix minui issues for some build treesEthan Yonker1-9/+9
2017-02-11minui: Move graphics_{adf,drm,fbdev} into classes.Tao Bao1-40/+38
2017-02-03minui: Minor clean up to graphics.cpp.Tao Bao1-62/+1
2017-01-21ifdef overlay graphicsEthan Yonker1-3/+5
2017-01-17minui: Export minui/minui.h.Tao Bao1-3/+3
2016-11-16Remove unnecessary uses of reinterpret_cast.Rahul Chaudhry1-1/+1
2016-11-16Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-3/+3
2016-11-16Have gr_init_font alloc memory for the fontDamien Bargiacchi1-7/+15
2016-11-15Support use of custom fonts in miniuiDamien Bargiacchi1-47/+55
2016-11-09Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-4/+4
2016-09-09Have gr_init_font alloc memory for the fontDamien Bargiacchi1-7/+15
2016-08-23minui: Fix gr_set_font() build issue on cm-13.0 tree.nailyk1-0/+6
2016-08-19Support use of custom fonts in miniuiDamien Bargiacchi1-47/+55
2015-12-01minui: bring back custom font supportmaxwen1-0/+5
2015-10-14Add qcom overlay graphics support to minuiEthan Yonker1-2/+22
2015-10-14Add 16bpp support to minuiEthan Yonker1-25/+136
2015-07-02Add drm support to minuiStéphane Marchesin1-0/+5
2015-04-15Don't use typedefs that hide *s.Elliott Hughes1-1/+1
2015-04-14Move the menu header out of the menu.Elliott Hughes1-1/+1
2015-04-10Switch minui over to C++.Elliott Hughes1-6/+6
2015-03-24Remove support for Cupcake kernels.Elliott Hughes1-17/+0
2015-03-24Fix recovery image text rendering.Elliott Hughes1-23/+19
2015-02-12Fix Droid and animation color in recovery modeTony Kuo1-0/+7
2015-01-30Add missing includes.Elliott Hughes1-0/+1
2014-11-12Make TWRP compile for arm64Ethan Yonker1-1/+1
2014-11-07Fix up old libminui to compileEthan Yonker1-0/+8
2014-11-06Revert to old libminui and fix upEthan Yonker1-236/+97
2014-05-02Update minui to support overlay graphicsDees Troy1-23/+61
2014-04-26recovery: minui: add adf backendGreg Hackmann1-4/+14
2014-03-17refactor image resource loading code in minuiDoug Zongker1-1/+1
2014-03-11separate fbdev-specific code out from minuiDoug Zongker1-151/+15
2014-03-11remove pixelflinger from recoveryDoug Zongker1-197/+302
2014-03-11separate fbdev-specific code out from minuiDoug Zongker1-151/+15
2014-03-11remove pixelflinger from recoveryDoug Zongker1-197/+302
2014-02-06recovery: fix building with pointer-to-int errors turned onColin Cross1-1/+1
2014-02-06minui: adapt backlight blanking commit to TWRPMatt Mower1-3/+5
2014-02-03minui: Allow devices to blank/unblank using LCD backlightEthan Chen1-0/+12
2013-09-06Hack-fix build with different system/core/charger versionsVojtech Bocek1-1/+6
2013-07-09recovery: move log output to stdoutDoug Zongker1-2/+2
2013-03-07more font improvements and cleanupDoug Zongker1-12/+32
2013-03-05recovery: change font for menus to be an imageDoug Zongker1-24/+15
2012-12-19add optional overscan compensation to recovery graphicsDoug Zongker1-4/+25
2012-09-04minor recovery fixesDoug Zongker1-1/+4
2012-08-23add simple text to recovery UIDoug Zongker1-0/+16
2012-07-20minui: fix screen update issueDevin Kim1-2/+4
2012-07-12graphics: add support for "single buffering"Octavian Purdila1-2/+10
2011-09-27fix problem where the screen is sometimes all black in recoveryDoug Zongker1-0/+3
2011-08-30minui: graphics: add interface for framebuffer blank/unblankDima Zavin1-0/+10
2011-08-30minui: graphics: add ability to query font sizeDima Zavin1-0/+6
2011-06-24Get the correct line_length.Michael Ward1-2/+37
2011-06-23Graphics can handle stride != xres, and BGRA support.Michael Ward1-10/+13
2011-01-14option to allow recovery to use 24-bit graphics in UIDoug Zongker1-10/+18
2010-11-01clear recovery framebuffers on allocation; display icon right after ui_initDoug Zongker1-1/+2
2009-11-13eclair snapshotJean-Baptiste Queru1-0/+1
2009-06-06Force the fb into 16 bpp mode in case the hw has some other default.Rebecca Schultz Zavin1-0/+1
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+312
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-312/+0
2009-02-11auto import from //branches/cupcake/...@130745The Android Open Source Project1-16/+33
2008-12-18Code drop from //branches/cupcake/...@124589The Android Open Source Project1-33/+24