aboutsummaryrefslogtreecommitdiffstats
path: root/minui
Commit message (Expand)AuthorAgeFilesLines
* Merge "graphics: add rotation logic"Tao Bao2017-10-053-221/+280
|\
| * graphics: add rotation logicLuke Song2017-09-283-221/+280
* | Move the png open and destroy functions into a classTianjie Xu2017-09-281-286/+279
|/
* Add a new option in recovery menu to test the background textsTianjie Xu2017-09-272-0/+39
* Turn on -Wall for recovery modulesTianjie Xu2017-08-281-2/+2
* Merge "ui: Move the support for touch inputs into RecoveryUI."Tao Bao2017-08-032-12/+38
|\
| * ui: Move the support for touch inputs into RecoveryUI.Tao Bao2017-08-012-12/+38
* | Merge "Fix the android-cloexec-* warnings in bootable/recovery"Tianjie Xu2017-07-191-1/+1
|\|
| * Fix the android-cloexec-* warnings in bootable/recoveryTianjie Xu2017-07-191-1/+1
* | Merge "minui: Fix breakage in graphics_adf." am: 54da112277 am: d66f05b82cTao Bao2017-04-291-1/+2
|\|
| * minui: Fix breakage in graphics_adf.Alistair Strachan2017-04-281-1/+2
* | Merge "Add the missing sr-Latn into png files and rename the png locale heade...Tianjie Xu2017-03-283-13/+33
|\|
| * Add the missing sr-Latn into png files and rename the png locale headerTianjie Xu2017-03-243-13/+33
* | Merge "Add the missing #include of <functional>." am: dd553d280f am: 965021ab8dTao Bao2017-03-171-0/+2
|\|
| * Add the missing #include of <functional>.Tao Bao2017-03-171-0/+2
* | Merge "Add a missing #include for openat(2)." am: 3ac0dd2a56 am: cdfe2895b4Elliott Hughes2017-02-241-0/+1
|\|
| * Add a missing #include for openat(2).Elliott Hughes2017-02-231-0/+1
* | Merge "minui: Move graphics_{adf,drm,fbdev} into classes." am: 0d14cc279c am:...Tao Bao2017-02-138-271/+333
|\|
| * minui: Move graphics_{adf,drm,fbdev} into classes.Tao Bao2017-02-108-271/+333
* | Merge "minui: Save errno before calling close()." am: df464dbe79 am: 8075089c...Tao Bao2017-02-091-1/+2
|\|
| * minui: Save errno before calling close().Tao Bao2017-02-091-1/+2
* | Merge "minui: Clean up graphics_fbdev.cpp." am: 5121961421 am: e91a2d23ca am:...Tao Bao2017-02-091-139/+129
|\|
| * Merge "minui: Clean up graphics_fbdev.cpp."Treehugger Robot2017-02-091-139/+129
| |\
| | * minui: Clean up graphics_fbdev.cpp.Tao Bao2017-02-071-139/+129
* | | Merge "minui: Clean up graphics_adf.cpp." am: d592e1d5e1 am: 46829c326e am: f...Tao Bao2017-02-091-191/+156
|\| |
| * | Merge "minui: Clean up graphics_adf.cpp."Tao Bao2017-02-091-191/+156
| |\ \
| | * | minui: Clean up graphics_adf.cpp.Tao Bao2017-02-071-191/+156
| | |/
* | | Merge "minui: Clean up graphics_drm.cpp." am: 648f252c71 am: f6b6b75916 am: e...Tao Bao2017-02-091-351/+297
|\| |
| * | minui: Clean up graphics_drm.cpp.Tao Bao2017-02-071-351/+297
| |/
* | Merge "minui: Minor clean up to graphics.cpp." am: b04bc0540d am: ec8d74580d ...Tao Bao2017-02-031-62/+1
|\|
| * minui: Minor clean up to graphics.cpp.Tao Bao2017-02-031-62/+1
* | Merge "minui: Move callback functions to std::function." am: a476312714 am: 3...Tao Bao2017-01-243-121/+113
|\|
| * Merge "minui: Move callback functions to std::function."Tao Bao2017-01-243-121/+113
| |\
| | * minui: Move callback functions to std::function.Tao Bao2017-01-233-121/+113
* | | Merge "Add checkers and tests for empty locale in PNG file" am: 69e73ab7a9 am...Tianjie Xu2017-01-191-1/+3
|\| |
| * | Add checkers and tests for empty locale in PNG fileTianjie Xu2017-01-181-1/+3
| |/
* | Merge "minui: Export minui/minui.h." am: 13d15af08f am: ad20b76397 am: 54890a...Tao Bao2017-01-178-17/+32
|\|
| * minui: Export minui/minui.h.Tao Bao2017-01-168-17/+32
* | Merge "Remove unnecessary uses of reinterpret_cast." am: c470dc8681 am: 849a9...Rahul Chaudhry2016-11-162-3/+3
|\|
| * Remove unnecessary uses of reinterpret_cast.Rahul Chaudhry2016-11-162-3/+3
| * Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-164-12/+12
| * Have gr_init_font alloc memory for the fontDamien Bargiacchi2016-11-152-8/+16
| * Support use of custom fonts in miniuiDamien Bargiacchi2016-11-153-54/+72
* | Merge "Fix "ordered comparison between pointer and zero"." am: a844bc9649 am:...Tao Bao2016-11-141-1/+1
|\ \
| * | Merge "Fix "ordered comparison between pointer and zero"."Tao Bao2016-11-141-1/+1
| |\|
| | * Fix "ordered comparison between pointer and zero".MinSeong Kim2016-11-111-1/+1
| | * Turn on -Werror for recoveryTianjie Xu2016-09-291-0/+2
* | | Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-084-13/+13
|/ /
* | Turn on -Werror for recoveryTianjie Xu2016-09-301-0/+2
* | Have gr_init_font alloc memory for the fontDamien Bargiacchi2016-09-132-8/+16
|\ \