summaryrefslogtreecommitdiffstats
path: root/minui/include (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-27minui: GRSurface::Create() computes data_size on its own.Tao Bao1-9/+16
2018-11-07minui: GRSurface manages data with std::unique_ptr.Tao Bao1-3/+11
2018-11-01minui: Add GRSurface::Clone().Tao Bao1-0/+4
2018-11-01minui: Remove the default and copy ctors for GRSurface.Tao Bao1-1/+4
2018-10-31minui: Add a protected GRSurface ctor.Tao Bao1-4/+9
2018-10-23minui: Move GRSurface into a class.Tao Bao1-8/+26
2018-08-02minui: Use runtime properties instead of build time vars.Tao Bao1-0/+10
2018-08-01minui: Clean up the use of `rotation`.Tao Bao1-5/+5
2018-06-13minui: Add constness to GRSurface* in gr_get_{width,height}.Tao Bao1-6/+13
2018-06-01Let gr_init proceed even if we failed to load a font fileTianjie Xu1-1/+3
2018-05-09tests: Add tests for ScreenRecoveryUI.Tao Bao1-0/+3
2018-04-14Expose PngHandler via resources.h.Tao Bao1-0/+84
2017-09-28graphics: add rotation logicLuke Song1-13/+23
2017-09-27Add a new option in recovery menu to test the background textsTianjie Xu1-0/+4
2017-08-03ui: Move the support for touch inputs into RecoveryUI.Tao Bao1-1/+2
2017-08-02ui: Move the support for touch inputs into RecoveryUI.Tao Bao1-1/+2
2017-03-29Merge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 am: dc235b5ab9Tianjie Xu1-1/+2
2017-03-25Add the missing sr-Latn into png files and rename the png locale headerTianjie Xu1-1/+2
2017-01-23minui: Move callback functions to std::function.Tao Bao1-6/+5
2017-01-17minui: Export minui/minui.h.Tao Bao1-0/+135