summaryrefslogtreecommitdiffstats
path: root/minui/graphics.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* graphics: add rotation logicLuke Song2017-09-281-208/+251
* 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
* | 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