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
/
minuitwrp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-21
ifdef overlay graphics
Ethan Yonker
2
-4
/
+6
2016-08-19
Add build flag for forcing single buffer mode
Ethan Yonker
2
-2
/
+7
2016-08-11
Make input whitelist and blacklist work for mouse devices too
Ethan Yonker
1
-4
/
+6
2016-06-09
Black screen patch for some HiSilicon devices (FBIOPAN_DISPLAY)
Muhammad Fahad Baig
2
-0
/
+9
2016-05-26
Move force_rgb_565 up.
Aaron Kling
1
-21
/
+29
2016-04-28
Restore TW_SCREEN_BLANK_ON_BOOT functionality.
¨Paul
1
-0
/
+6
2016-02-29
minuitwrp: retry opening fb0 if it failed
that
1
-6
/
+16
2016-02-19
minuitwrp: fix and hopefully speed up fbdev screen flipping
that
1
-7
/
+16
2016-02-19
twrp: Add support for TW_SECONDARY_BRIGHTNESS_PATH
AdrianDC
2
-0
/
+20
2016-02-03
Flag to enable jpg support
Greg Wallace
1
-2
/
+8
2016-02-03
Change some graphics build flags
Ethan Yonker
2
-18
/
+35
2016-02-01
graphics: reintroduce flipped screens for fbdev
Ethan Yonker
1
-11
/
+29
2016-02-01
Bring back option to flip screen for overlay devices
xadro
1
-0
/
+10
2016-01-29
Fix minuitwrp include mistake
Greg Wallace
1
-2
/
+2
2016-01-29
twrp: default to GGL_PIXEL_FORMAT_BGRA_8888 if vi.red.offset == 16
Ziyan
2
-2
/
+2
2016-01-27
ifdef and comment out libjpeg
Ethan Yonker
2
-2
/
+12
2016-01-27
Update minuitwrp graphics in line with latest minui
Ethan Yonker
13
-1013
/
+2005
2015-11-07
Update rules for libpixelfinger_twrp
Ethan Yonker
1
-1
/
+1
2015-10-16
Allow text to scale to fit
Ethan Yonker
3
-20
/
+92
2015-10-15
Remove support for non-TTF fonts
Ethan Yonker
9
-1540
/
+26
2015-10-14
Add support for RGBA_8888 pixel format
Kra1o5
3
-0
/
+20
2015-08-26
Add TW_IGNORE_ABS_MT_TRACKING_ID
Ethan Yonker
2
-0
/
+14
2015-06-29
Add flag to disable double buffering
Kra1o5
2
-0
/
+8
2015-06-17
framebuffer: s6 edge takes a little lomger to initialize fb0
jenkins
1
-1
/
+2
2015-06-17
minuitwrp: fix crash when taking a screenshot.
xiaolu
1
-6
/
+12
2015-06-04
avoid possible dead loop for invalid utf8
Xuefer
1
-4
/
+5
2015-05-29
minuitwrp: remove unused variable
ramsudharsan
1
-1
/
+0
2015-04-23
Add option to use new heap_id_mask instead of old heap_mask
Kra1o5
2
-0
/
+8
2015-03-19
Ingore touch events for 0,0
Ethan Yonker
1
-0
/
+6
2015-03-19
Fix invalid memory access when rendering a ttf glyph with 'left' < 0
Vojtech Bocek
1
-0
/
+5
2015-03-19
Fix deadlock in gr_ttf_measureEx if called before the height is cached
Vojtech Bocek
1
-52
/
+54
2015-03-13
Make TWRP compile for x86-64 CPU target
Ethan Yonker
1
-2
/
+7
2015-03-13
Reduce themes to 5 and rely on scaling
Ethan Yonker
1
-13
/
+30
2015-03-11
Properly disable GGL_TEXTURE_2D after using it in minuitwrp
Vojtech Bocek
2
-2
/
+9
2015-03-11
Implement gr_line() and gr_render_circle()
Vojtech Bocek
2
-0
/
+47
2015-03-05
minuitwrp: fix crash issue, when the console use TTF font to display unicode font.
xiaolu
1
-20
/
+33
2015-03-05
Address a few compiler warnings
Matt Mower
1
-0
/
+1
2015-02-15
gui: support scrollable lists without headers
that
2
-0
/
+16
2015-02-13
minuitwrp: fix file descriptor leak in open_png
that
1
-2
/
+5
2015-02-11
Fix handling of GGLContext in res_scale_surface
Ethan Yonker
1
-4
/
+5
2015-02-10
Scale the GUI to fit the screen
Ethan Yonker
2
-1
/
+77
2015-02-09
gui: avoid high CPU usage while waiting for input
that
2
-3
/
+3
2015-02-01
gui: fix lag (and event logging)
that
1
-1
/
+2
2015-01-30
Move input handling into the main thread
Ethan Yonker
2
-27
/
+23
2015-01-30
Fixed screen flipping for devices where xres_virtual > xres
Bogdan Seniuc
1
-8
/
+6
2015-01-22
Use /twres instead of /res for theme resources
Dees Troy
3
-3
/
+5
2014-12-29
Add TW_IGNORE_MT_POSITION_0 touch flag
Ethan Yonker
2
-0
/
+16
2014-12-17
Add support for custom kernel headers
Kra1o5
1
-1
/
+5
2014-12-12
Fix loading of png images in custom themes
Ethan Yonker
1
-2
/
+5
2014-12-09
add support unicode font not only ascii
soyu
1
-7
/
+55
2014-12-09
Fix png graphics load / display on AArch64
Ethan Yonker
1
-83
/
+155
2014-11-12
Make TWRP compile for arm64
Ethan Yonker
1
-2
/
+2
2014-11-07
Disable custom theme and fix png loading
Ethan Yonker
1
-2
/
+2
2014-11-07
Fix up old libminui to compile
Ethan Yonker
1
-5
/
+7
2014-11-06
Revert "Make libminuitwrp compile"
Dees Troy
4
-396
/
+4
2014-11-06
Make libminuitwrp compile
Ethan Yonker
4
-4
/
+396
2014-10-14
Add support for TrueType fonts
Vojtech Bocek
4
-64
/
+801
2014-09-03
Build block TWRP with RECOVERY_VARIANT
Matt Mower
1
-2
/
+2
2014-08-14
Fix derp
Ethan Yonker
1
-1
/
+1
2014-08-14
Allow blacklisting input devices by build flag
Ethan Yonker
2
-1
/
+20
2014-08-10
TW_SCREEN_BLANK_ON_BOOT will jolt the screen/touch driver.
xNUTx
2
-2
/
+8
2014-08-07
Set font based on resolution if not set already
Ethan Yonker
1
-0
/
+14
2014-08-07
Stop memory management on blanking overlay graphics
Dees Troy
1
-5
/
+5
2014-07-09
Implement "take a screenshot" feature
Vojtech Bocek
4
-3
/
+111
2014-06-30
minuitwrp: use a whitelist for the input device instead of a hardcoded ignore list
Flemmard
2
-0
/
+12
2014-06-30
minui: Do not return true from target_has_overlay() if MSM_BSP is not set
Andrew Dodd
1
-4
/
+9
2014-06-04
Whitespace and minor code cleanup
Matt Mower
3
-6
/
+6
2014-05-02
Update minui to support overlay graphics
Dees Troy
3
-2
/
+2
2014-04-16
Add support for actions triggered by key combination
Vojtech Bocek
1
-1
/
+8
2014-04-03
Fix overlay graphics detection
Dees Troy
1
-1
/
+3
2014-04-01
Support Qualcomm overlay graphics in recovery
Ethan Yonker
6
-32
/
+1756
2014-02-26
Add word wrap to console output and fix scrolling in console
Dees Troy
2
-0
/
+25
2014-02-20
Look also for buttons when checking if input device is mouse
Vojtech Bocek
1
-3
/
+12
2014-02-07
Implement mouse cursor
Vojtech Bocek
2
-8
/
+71
2014-02-06
Disable alpha blending for non-transparent bitmaps
Vojtech Bocek
1
-1
/
+9
2014-02-06
Add haptic feedback
Samer Diab (S.a.M.e.R_d)
2
-0
/
+4
2014-02-06
Disable alpha blending for fully opaque rectangles
Vojtech Bocek
1
-0
/
+10
2014-01-04
Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch release
Ibrahim Awwal
2
-0
/
+6
2013-12-19
crypto: Fix crypto dependencies for ICS/Samsung methods
OliverG96
1
-3
/
+0
2013-08-24
Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"
Dees_Troy
2
-16
/
+17
2013-08-11
Fix touch not working due to gr_fb_width returning 0 in some cases
Dees_Troy
2
-17
/
+16
2013-08-11
Remove libjpegtwrp and use CM provided libjpeg
Dees_Troy
2
-5
/
+6
2013-07-08
Remove unneeded touch code changes
Dees_Troy
1
-15
/
+0
2013-07-03
graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp
Hashcode
1
-4
/
+8
2013-07-01
Fix touch on some Samsung devices
Dees_Troy
1
-11
/
+41
2013-05-03
Allow for more input devices
Dees_Troy
1
-1
/
+1
2013-04-05
Tweak libs
Dees_Troy
1
-3
/
+2
2013-04-04
Move all AOSP code out of recovery binary
Dees_Troy
4
-41
/
+47
2013-03-01
Add 2 second pre-dim and bugfix blank timer
Dees_Troy
2
-2
/
+3
2013-01-15
Add build flag for custom graphics
Dees_Troy
1
-1
/
+7
2012-12-11
Ignore bma150 in event handler
Dees_Troy
1
-1
/
+1
2012-11-21
minuitwrp: fix screen update issue
Hiemanshu Sharma
1
-2
/
+4
2012-11-21
graphics: add support for "single buffering"
Hiemanshu Sharma
1
-2
/
+10
2012-11-19
Add 23x41 roboto font
Dees_Troy
1
-0
/
+461
2012-09-28
Fix compiler warnings
Dees_Troy
2
-2
/
+8
2012-09-05
TWRP-ify AOSP code
Dees_Troy
10
-0
/
+2530