summaryrefslogtreecommitdiffstats
path: root/minui/graphics.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* minui: Export minui/minui.h.Tao Bao2017-01-171-3/+3
* 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
* 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