summaryrefslogtreecommitdiffstats
path: root/minui/resources.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* minui: fix mem leakage issuelijiazi2020-12-231-1/+1
* minui: add ARGB_8888 formatAdrian Salido2019-12-131-3/+3
* matches_locale no longer accept empty locales in the png filexunchang2019-04-231-0/+4
* Fall back to en-US if localized bitmap is missing for a localexunchang2019-04-221-4/+10
* minui: GRSurface::Create() computes data_size on its own.Tao Bao2018-11-271-10/+12
* minui: Fix a wrong arg in calling GRSurface::Create().Tao Bao2018-11-271-1/+1
* minui: GRSurface manages data with std::unique_ptr.Tao Bao2018-11-071-10/+5
* minui: Add GRSurface::Clone().Tao Bao2018-11-011-2/+8
* minui: Add a protected GRSurface ctor.Tao Bao2018-10-311-81/+56
* minui: Move GRSurface into a class.Tao Bao2018-10-231-32/+38
* minui: Use runtime properties instead of build time vars.Tao Bao2018-08-021-9/+11
* tests: Add tests for ScreenRecoveryUI.Tao Bao2018-05-091-2/+7
* Expose PngHandler via resources.h.Tao Bao2018-04-141-58/+13
* StartsWith allows a std::string prefix now.Elliott Hughes2017-12-201-1/+1
* Move the png open and destroy functions into a classTianjie Xu2017-09-291-286/+279
* Add a new option in recovery menu to test the background textsTianjie Xu2017-09-271-0/+35
* Fix the android-cloexec-* warnings in bootable/recoveryTianjie Xu2017-07-191-1/+1
* Add the missing sr-Latn into png files and rename the png locale headerTianjie Xu2017-03-251-10/+23
* Merge "minui: Move callback functions to std::function."Tao Bao2017-01-251-8/+6
|\
| * minui: Move callback functions to std::function.Tao Bao2017-01-231-8/+6
* | Add checkers and tests for empty locale in PNG fileTianjie Xu2017-01-191-1/+3
|/
* minui: Export minui/minui.h.Tao Bao2017-01-171-1/+1
* Remove unnecessary uses of reinterpret_cast.Rahul Chaudhry2016-11-161-2/+2
* Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry2016-11-161-4/+4
* Fix "ordered comparison between pointer and zero".MinSeong Kim2016-11-111-1/+1
* Merge "Fix matches_locale function" into nyc-devTianjie Xu2016-04-211-13/+8
|\
| * Fix matches_locale functionTianjie Xu2016-04-201-13/+8
* | Merge "Update the system update animation." into nyc-devElliott Hughes2016-04-151-2/+0
|\|
| * Update the system update animation.Elliott Hughes2016-04-151-2/+0
* | Fix minui cleanup path on error.Elliott Hughes2016-02-191-3/+3
* | Fix some memory leaks.Yabin Cui2016-02-111-13/+9
|/
* res: Embed FPS into icon_installing.png.Tao Bao2015-12-161-6/+15
* Don't use typedefs that hide *s.Elliott Hughes2015-04-151-19/+17
* Switch minui over to C++.Elliott Hughes2015-04-101-0/+461