summaryrefslogtreecommitdiffstats
path: root/minui/resources.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-20StartsWith allows a std::string prefix now.Elliott Hughes1-1/+1
2017-09-29Move the png open and destroy functions into a classTianjie Xu1-286/+279
2017-09-27Add a new option in recovery menu to test the background textsTianjie Xu1-0/+35
2017-07-19Fix the android-cloexec-* warnings in bootable/recoveryTianjie Xu1-1/+1
2017-03-29Merge "Add the missing sr-Latn into png files and rename the png locale header" am: 713d915636 am: dc235b5ab9Tianjie Xu1-10/+23
2017-03-25Add the missing sr-Latn into png files and rename the png locale headerTianjie Xu1-10/+23
2017-02-23Fix "ordered comparison between pointer and zero".MinSeong Kim1-1/+1
2017-01-23minui: Move callback functions to std::function.Tao Bao1-8/+6
2017-01-19Add checkers and tests for empty locale in PNG fileTianjie Xu1-1/+3
2017-01-17minui: Export minui/minui.h.Tao Bao1-1/+1
2016-11-16Remove unnecessary uses of reinterpret_cast.Rahul Chaudhry1-2/+2
2016-11-16Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-4/+4
2016-11-11Fix "ordered comparison between pointer and zero".MinSeong Kim1-1/+1
2016-11-09Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.Rahul Chaudhry1-4/+4
2016-08-26Fix compatibility across the boardEthan Yonker1-0/+6
2016-04-20Fix matches_locale functionTianjie Xu1-13/+8
2016-04-15Update the system update animation.Elliott Hughes1-2/+0
2016-02-19Fix minui cleanup path on error.Elliott Hughes1-3/+3
2016-02-11Fix some memory leaks.Yabin Cui1-13/+9
2015-12-16res: Embed FPS into icon_installing.png.Tao Bao1-6/+15
2015-04-15Don't use typedefs that hide *s.Elliott Hughes1-19/+17
2015-04-10Switch minui over to C++.Elliott Hughes1-12/+17
2015-02-12Fix Droid and animation color in recovery modeTony Kuo1-0/+12
2015-01-30Add missing includes.Elliott Hughes1-0/+1
2014-12-09Update minui to work properlyEthan Yonker1-143/+132
2014-11-07Disable custom theme and fix png loadingEthan Yonker1-2/+2
2014-11-07Fix up old libminui to compileEthan Yonker1-0/+158
2014-11-06Revert to old libminui and fix upEthan Yonker1-273/+158
2014-05-02Update minui to support overlay graphicsDees Troy1-12/+16
2014-03-20restore minui support for paletted images with < 8 bitsDoug Zongker1-1/+1
2014-03-18fix error log statementDoug Zongker1-1/+1
2014-03-17refactor image resource loading code in minuiDoug Zongker1-233/+207
2014-03-14Recovery 64-bit compile issuesMark Salyzyn1-1/+1
2014-03-11remove pixelflinger from recoveryDoug Zongker1-64/+33
2014-03-11change how recovery animation is implementedDoug Zongker1-3/+179
2014-03-11remove pixelflinger from recoveryDoug Zongker1-71/+32
2014-03-07change how recovery animation is implementedDoug Zongker1-3/+179
2013-09-26fix use of RGBA images in minuiDoug Zongker1-3/+11
2013-08-27Update libpng API usageJohn Reck1-12/+12
2013-08-13Fix libpng API usageJohn Reck1-12/+12
2013-03-05recovery: change font for menus to be an imageDoug Zongker1-8/+12
2012-09-04minor recovery fixesDoug Zongker1-5/+2
2012-08-30recovery locale handling fixesDoug Zongker1-8/+0
2012-08-23add simple text to recovery UIDoug Zongker1-0/+150
2012-08-21Fixing trivial warnings for libminuiEdwin Vane1-2/+2
2011-03-05allow paletted RGB images in recoveryDoug Zongker1-2/+7
2011-03-01make recovery UI images more general; allow for installation animationDoug Zongker1-0/+2
2009-10-09simplify construction of the recovery progress barDoug Zongker1-3/+8
2009-03-28AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-100/+67
2009-03-27AI 143128: Use PNG instead of BMP for recovery image icons. This savesDoug Zongker1-100/+67
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-0/+202
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project1-202/+0