summaryrefslogtreecommitdiffstats
path: root/minui/graphics.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-241-237/+436
|\
| * graphics: add rotation logicLuke Song2017-09-281-208/+251
* | minui: Only include graphics_adf.h if we do not build with MSM_BSPAndreas Schneider2017-11-291-0/+2
* | Update to AOSP 8.0 baseEthan Yonker2017-09-081-115/+53
|\|
| * Merge "minui: Move graphics_{adf,drm,fbdev} into classes." am: 0d14cc279c am: 6585a3c368 am: b8997adc20Tao Bao2017-02-131-40/+38
| |\
| | * minui: Move graphics_{adf,drm,fbdev} into classes.Tao Bao2017-02-111-40/+38
| * | Merge "minui: Minor clean up to graphics.cpp." am: b04bc0540d am: ec8d74580d am: 7d8e13a535Tao Bao2017-02-031-62/+1
| |\|
| | * minui: Minor clean up to graphics.cpp.Tao Bao2017-02-031-62/+1
| * | Merge "minui: Export minui/minui.h." am: 13d15af08f am: ad20b76397 am: 54890af615Tao Bao2017-01-171-3/+3
| |\|
| | * minui: Export minui/minui.h.Tao Bao2017-01-171-3/+3
| * | Merge "Remove unnecessary uses of reinterpret_cast." am: c470dc8681 am: 849a911dee am: 6a6e54da04Rahul Chaudhry2016-11-161-1/+1
| |\|
| | * Remove unnecessary uses of reinterpret_cast.Rahul Chaudhry2016-11-161-1/+1
| | * Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-161-3/+3
| | * Have gr_init_font alloc memory for the fontDamien Bargiacchi2016-11-161-7/+15
| | * Support use of custom fonts in miniuiDamien Bargiacchi2016-11-151-47/+55
| * | Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-091-4/+4
* | | Fix minui issues for some build treesEthan Yonker2017-06-061-9/+9
* | | Update TWRP to AOSP 7.1.2Ethan Yonker2017-05-101-26/+126
|\| |
| * | Have gr_init_font alloc memory for the fontDamien Bargiacchi2016-09-091-7/+15
| * | Support use of custom fonts in miniuiDamien Bargiacchi2016-08-191-47/+55
| |/
* | ifdef overlay graphicsEthan Yonker2017-01-211-3/+5
* | minui: Fix gr_set_font() build issue on cm-13.0 tree.nailyk2016-08-231-0/+6
* | minui: bring back custom font supportmaxwen2015-12-011-0/+5
* | Add qcom overlay graphics support to minuiEthan Yonker2015-10-141-2/+22
* | Add 16bpp support to minuiEthan Yonker2015-10-141-25/+136
|/
* Add drm support to minuiStéphane Marchesin2015-07-021-0/+5
* Don't use typedefs that hide *s.Elliott Hughes2015-04-151-1/+1
* Move the menu header out of the menu.Elliott Hughes2015-04-141-1/+1
* Switch minui over to C++.Elliott Hughes2015-04-101-0/+406