index
:
anonymous/android_bootable_recovery
android-11
android-14.0
android-4.3
android-4.4
android-5.0
android-5.1
android-6.0
android-7.0
android-7.1
android-8.0
android-8.1
android-9.0
Team Win Recovery Project (TWRP)
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
minui
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-04-29
minui: Fix breakage in graphics_adf.
Alistair Strachan
1
-1
/
+2
2017-03-25
Add the missing sr-Latn into png files and rename the png locale header
Tianjie Xu
3
-13
/
+33
2017-03-17
Add the missing #include of <functional>.
Tao Bao
1
-0
/
+2
2017-02-23
Add a missing #include for openat(2).
Elliott Hughes
1
-0
/
+1
2017-02-11
minui: Move graphics_{adf,drm,fbdev} into classes.
Tao Bao
8
-271
/
+333
2017-02-09
minui: Save errno before calling close().
Tao Bao
1
-1
/
+2
2017-02-07
minui: Clean up graphics_drm.cpp.
Tao Bao
1
-351
/
+297
2017-02-07
minui: Clean up graphics_fbdev.cpp.
Tao Bao
1
-139
/
+129
2017-02-07
minui: Clean up graphics_adf.cpp.
Tao Bao
1
-191
/
+156
2017-02-03
minui: Minor clean up to graphics.cpp.
Tao Bao
1
-62
/
+1
2017-01-23
minui: Move callback functions to std::function.
Tao Bao
3
-121
/
+113
2017-01-19
Add checkers and tests for empty locale in PNG file
Tianjie Xu
1
-1
/
+3
2017-01-17
minui: Export minui/minui.h.
Tao Bao
8
-17
/
+32
2016-11-16
Remove unnecessary uses of reinterpret_cast.
Rahul Chaudhry
2
-3
/
+3
2016-11-16
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
4
-12
/
+12
2016-11-16
Have gr_init_font alloc memory for the font
Damien Bargiacchi
2
-8
/
+16
2016-11-15
Support use of custom fonts in miniui
Damien Bargiacchi
3
-54
/
+72
2016-11-11
Fix "ordered comparison between pointer and zero".
MinSeong Kim
1
-1
/
+1
2016-09-30
Turn on -Werror for recovery
Tianjie Xu
1
-0
/
+2
2016-09-30
Turn on -Werror for recovery
Tianjie Xu
1
-0
/
+2
2016-09-09
Have gr_init_font alloc memory for the font
Damien Bargiacchi
2
-8
/
+16
2016-08-19
Support use of custom fonts in miniui
Damien Bargiacchi
3
-54
/
+72
2016-08-06
Recovery mode UI flicker
xinglong.zhu
2
-1
/
+24
2016-07-29
Add docs on regeneration background text image
Tianjie Xu
1
-2
/
+2
2016-07-27
Fix clang-tidy performance warnings.
Chih-Hung Hsieh
2
-2
/
+2
2016-05-17
DO NOT MERGE Use updated libpng API
Matt Sarett
1
-10
/
+10
2016-05-06
Keep ADF device alive for the lifetime of the minui backend
Jonathan Hamilton
1
-6
/
+8
2016-04-20
Fix matches_locale function
Tianjie Xu
2
-13
/
+10
2016-04-18
Fix google-runtime-int warnings.
Chih-Hung Hsieh
1
-6
/
+9
2016-04-15
Update the system update animation.
Elliott Hughes
1
-2
/
+0
2016-02-19
Fix minui cleanup path on error.
Elliott Hughes
1
-3
/
+3
2016-02-11
Fix some memory leaks.
Yabin Cui
1
-13
/
+9
2016-01-08
Revert "Byte swap to support BGRA in recovery mode"
Andriy Naborskyy
1
-12
/
+0
2015-12-16
res: Embed FPS into icon_installing.png.
Tao Bao
2
-8
/
+17
2015-11-16
recovery: Switch to clang
Tao Bao
1
-0
/
+1
2015-07-02
Add drm support to minui
Stéphane Marchesin
4
-0
/
+484
2015-06-03
recovery: Switch to clang
Tao Bao
1
-0
/
+1
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-1
/
+2
2015-04-30
Check all lseek calls succeed.
Elliott Hughes
1
-1
/
+2
2015-04-15
Don't use typedefs that hide *s.
Elliott Hughes
6
-43
/
+38
2015-04-14
Move the menu header out of the menu.
Elliott Hughes
2
-2
/
+2
2015-04-10
Switch minui over to C++.
Elliott Hughes
8
-102
/
+82
2015-04-10
Fix ScreenRecoveryUI to handle devices without power/up/down.
Elliott Hughes
2
-4
/
+9
2015-04-10
Add ev_iterate_available_keys to minui.
Elliott Hughes
3
-94
/
+126
2015-03-24
Remove support for Cupcake kernels.
Elliott Hughes
1
-17
/
+0
2015-03-24
Fix recovery image text rendering.
Elliott Hughes
2
-25
/
+22
2015-02-26
Drop hardcoded LOCAL_C_INCLUDES from minui/Android.mk
Trevor Drake
1
-4
/
+1
2015-02-12
Fix Droid and animation color in recovery mode
Tony Kuo
5
-14
/
+25
2015-02-11
recovery: Handle EV_SW events
Ajay Dudani
1
-2
/
+2
2015-02-11
recovery: Generate libminui dynamic library
Ajay Dudani
1
-0
/
+7
2015-01-30
Add missing includes.
Elliott Hughes
5
-0
/
+6
2014-11-14
Byte swap to support BGRA in recovery mode
Heather Lee Wilson
1
-0
/
+12
2014-06-12
minui: avoid random screen frame at startup
Joey Pan
1
-0
/
+2
2014-05-14
Support BGRA framebuffer
Daniel Leung
1
-0
/
+13
2014-04-26
recovery: minui: add adf backend
Greg Hackmann
4
-5
/
+266
2014-03-20
restore minui support for paletted images with < 8 bits
Doug Zongker
1
-1
/
+1
2014-03-18
fix error log statement
Doug Zongker
1
-1
/
+1
2014-03-17
refactor image resource loading code in minui
Doug Zongker
3
-238
/
+242
2014-03-14
Recovery 64-bit compile issues
Mark Salyzyn
2
-4
/
+5
2014-03-11
separate fbdev-specific code out from minui
Doug Zongker
5
-152
/
+268
2014-03-11
remove pixelflinger from recovery
Doug Zongker
3
-266
/
+348
2014-03-11
change how recovery animation is implemented
Doug Zongker
2
-3
/
+180
2014-03-11
separate fbdev-specific code out from minui
Doug Zongker
5
-152
/
+268
2014-03-11
remove pixelflinger from recovery
Doug Zongker
3
-273
/
+347
2014-03-07
change how recovery animation is implemented
Doug Zongker
2
-3
/
+180
2014-02-06
recovery: fix building with pointer-to-int errors turned on
Colin Cross
1
-1
/
+1
2013-11-26
minui: do not use flexible array initialization
synergy dev
1
-1
/
+1
2013-09-26
fix use of RGBA images in minui
Doug Zongker
1
-3
/
+11
2013-09-17
recovery: fix epoll events type to uint32_t
Todd Poynor
2
-3
/
+3
2013-09-12
minui: add ev_get_epollfd() to retrieve epoll file descriptor
Todd Poynor
2
-0
/
+6
2013-09-12
minui: convert ev_*() event interface to epoll
Todd Poynor
2
-27
/
+58
2013-08-27
Update libpng API usage
John Reck
1
-12
/
+12
2013-08-13
Fix libpng API usage
John Reck
1
-12
/
+12
2013-07-09
recovery: move log output to stdout
Doug Zongker
1
-2
/
+2
2013-03-07
more font improvements and cleanup
Doug Zongker
3
-13
/
+247
2013-03-05
recovery: change font for menus to be an image
Doug Zongker
3
-246
/
+27
2012-12-19
add optional overscan compensation to recovery graphics
Doug Zongker
3
-5
/
+32
2012-09-04
minor recovery fixes
Doug Zongker
2
-6
/
+6
2012-08-30
recovery locale handling fixes
Doug Zongker
1
-8
/
+0
2012-08-23
add simple text to recovery UI
Doug Zongker
3
-0
/
+168
2012-08-21
Fixing trivial warnings for libminui
Edwin Vane
1
-2
/
+2
2012-07-20
minui: fix screen update issue
Devin Kim
1
-2
/
+4
2012-07-12
graphics: add support for "single buffering"
Octavian Purdila
1
-2
/
+10
2012-07-11
allow double-quotes or not in TARGET_RECOVERY_PIXEL_FORMAT
Doug Zongker
1
-2
/
+6
2011-10-31
turn recovery into a C++ binary
Doug Zongker
1
-0
/
+8
2011-10-28
turn recovery into a C++ binary
Doug Zongker
1
-0
/
+8
2011-10-13
minui: add ability to synchronize current key state
Dima Zavin
2
-2
/
+38
2011-09-27
fix problem where the screen is sometimes all black in recovery
Doug Zongker
1
-0
/
+3
2011-09-02
minui: events: only open input devices with EV_KEY and/or EV_REL
Dima Zavin
1
-0
/
+17
2011-09-02
minui: events: add ability to poll on non-input fds
Dima Zavin
2
-3
/
+23
2011-09-02
minui: events: refactor event acquisition
Dima Zavin
2
-15
/
+49
2011-08-30
minui: graphics: add interface for framebuffer blank/unblank
Dima Zavin
2
-0
/
+13
2011-08-30
minui: graphics: add ability to query font size
Dima Zavin
2
-0
/
+7
2011-06-24
Get the correct line_length.
Michael Ward
1
-2
/
+37
2011-06-23
Graphics can handle stride != xres, and BGRA support.
Michael Ward
2
-12
/
+18
2011-03-05
allow paletted RGB images in recovery
Doug Zongker
1
-2
/
+7
2011-03-01
make recovery UI images more general; allow for installation animation
Doug Zongker
1
-0
/
+2
2011-01-14
option to allow recovery to use 24-bit graphics in UI
Doug Zongker
2
-10
/
+22
2010-11-01
clear recovery framebuffers on allocation; display icon right after ui_init
Doug Zongker
1
-1
/
+2
2009-11-13
eclair snapshot
Jean-Baptiste Queru
2
-16
/
+1
2009-10-09
simplify construction of the recovery progress bar
Doug Zongker
1
-3
/
+8
2009-06-11
split out device-specific recovery UI code into vendor directories
Doug Zongker
1
-16
/
+0
2009-06-06
Force the fb into 16 bpp mode in case the hw has some other default.
Rebecca Schultz Zavin
1
-0
/
+1
2009-03-28
AI 143289: am: CL 143128 Use PNG instead of BMP for recovery image icons. This saves
Doug Zongker
1
-100
/
+67
2009-03-27
AI 143128: Use PNG instead of BMP for recovery image icons. This saves
Doug Zongker
1
-100
/
+67
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
7
-0
/
+946
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
7
-946
/
+0
2009-02-11
auto import from //branches/cupcake/...@130745
The Android Open Source Project
1
-16
/
+33
2008-12-18
Code drop from //branches/cupcake/...@124589
The Android Open Source Project
1
-33
/
+24