summaryrefslogtreecommitdiffstats
path: root/minui/graphics.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* 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