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
/
graphics.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-08-31
minui: Add API to support multiple connectors detection
Weizhung Ding
1
-0
/
+4
2022-08-18
minui: Add API to support multiple connectors detection
Weizhung Ding
1
-0
/
+4
2022-01-25
minui: Add support for multiple connectors
Weizhung Ding
1
-0
/
+4
2021-12-06
minui: Add support for ARGB (LSB alpha)
Patrik Torstensson
1
-5
/
+50
2021-09-23
Add support to use preferred graphics backend
Chihhang Chuang
1
-7
/
+28
2021-01-21
minui: remove libadf since it is no longer supported
Marissa Wall
1
-7
/
+1
2020-02-28
minui: remove libadf since it is no longer supported
Marissa Wall
1
-7
/
+1
2019-12-13
minui: add ARGB_8888 format
Adrian Salido
1
-1
/
+3
2018-10-23
minui: Move GRSurface into a class.
Tao Bao
1
-29
/
+30
2018-09-06
minui: Track the name change to minui related properties.
Tao Bao
1
-3
/
+3
2018-08-02
minui: Use runtime properties instead of build time vars.
Tao Bao
1
-11
/
+28
2018-08-01
minui: Clean up the use of `rotation`.
Tao Bao
1
-22
/
+45
2018-06-13
minui: Add constness to GRSurface* in gr_get_{width,height}.
Tao Bao
1
-14
/
+18
2018-06-06
minui: Handle the failures from the drm backend in gr_init
Tianjie Xu
1
-0
/
+4
2018-06-01
Let gr_init proceed even if we failed to load a font file
Tianjie Xu
1
-3
/
+12
2018-03-30
Remove the obsolete mkfont.c and font_10x18.h
Tianjie Xu
1
-32
/
+5
2017-09-28
graphics: add rotation logic
Luke Song
1
-208
/
+251
2017-02-11
minui: Move graphics_{adf,drm,fbdev} into classes.
Tao Bao
1
-40
/
+38
2017-02-03
minui: Minor clean up to graphics.cpp.
Tao Bao
1
-62
/
+1
2017-01-17
minui: Export minui/minui.h.
Tao Bao
1
-3
/
+3
2016-11-16
Remove unnecessary uses of reinterpret_cast.
Rahul Chaudhry
1
-1
/
+1
2016-11-16
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
1
-3
/
+3
2016-11-16
Have gr_init_font alloc memory for the font
Damien Bargiacchi
1
-7
/
+15
2016-11-15
Support use of custom fonts in miniui
Damien Bargiacchi
1
-47
/
+55
2016-11-09
Use static_cast to cast pointers returned by malloc/calloc/realloc/mmap.
Rahul Chaudhry
1
-4
/
+4
2016-09-09
Have gr_init_font alloc memory for the font
Damien Bargiacchi
1
-7
/
+15
2016-08-19
Support use of custom fonts in miniui
Damien Bargiacchi
1
-47
/
+55
2015-07-02
Add drm support to minui
Stéphane Marchesin
1
-0
/
+5
2015-04-15
Don't use typedefs that hide *s.
Elliott Hughes
1
-1
/
+1
2015-04-14
Move the menu header out of the menu.
Elliott Hughes
1
-1
/
+1
2015-04-10
Switch minui over to C++.
Elliott Hughes
1
-6
/
+6
2015-03-24
Remove support for Cupcake kernels.
Elliott Hughes
1
-17
/
+0
2015-03-24
Fix recovery image text rendering.
Elliott Hughes
1
-23
/
+19
2015-02-12
Fix Droid and animation color in recovery mode
Tony Kuo
1
-0
/
+7
2015-01-30
Add missing includes.
Elliott Hughes
1
-0
/
+1
2014-04-26
recovery: minui: add adf backend
Greg Hackmann
1
-4
/
+14
2014-03-17
refactor image resource loading code in minui
Doug Zongker
1
-1
/
+1
2014-03-11
separate fbdev-specific code out from minui
Doug Zongker
1
-151
/
+15
2014-03-11
remove pixelflinger from recovery
Doug Zongker
1
-197
/
+302
2014-03-11
separate fbdev-specific code out from minui
Doug Zongker
1
-151
/
+15
2014-03-11
remove pixelflinger from recovery
Doug Zongker
1
-197
/
+302
2014-02-06
recovery: fix building with pointer-to-int errors turned on
Colin Cross
1
-1
/
+1
2013-07-09
recovery: move log output to stdout
Doug Zongker
1
-2
/
+2
2013-03-07
more font improvements and cleanup
Doug Zongker
1
-12
/
+32
2013-03-05
recovery: change font for menus to be an image
Doug Zongker
1
-24
/
+15
2012-12-19
add optional overscan compensation to recovery graphics
Doug Zongker
1
-4
/
+25
2012-09-04
minor recovery fixes
Doug Zongker
1
-1
/
+4
2012-08-23
add simple text to recovery UI
Doug Zongker
1
-0
/
+16
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
2011-09-27
fix problem where the screen is sometimes all black in recovery
Doug Zongker
1
-0
/
+3
2011-08-30
minui: graphics: add interface for framebuffer blank/unblank
Dima Zavin
1
-0
/
+10
2011-08-30
minui: graphics: add ability to query font size
Dima Zavin
1
-0
/
+6
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
1
-10
/
+13
2011-01-14
option to allow recovery to use 24-bit graphics in UI
Doug Zongker
1
-10
/
+18
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
1
-0
/
+1
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-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
1
-0
/
+312
2009-03-04
auto import from //depot/cupcake/@135843
The Android Open Source Project
1
-312
/
+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