summaryrefslogtreecommitdiffstats
path: root/minui (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-23Add option to use new heap_id_mask instead of old heap_maskKra1o52-0/+8
2014-12-17Add support for custom kernel headersKra1o51-2/+10
2014-12-12EPOLLWAKEUP handling in minui/events.cEthan Yonker1-0/+8
2014-12-09Update minui to work properlyEthan Yonker1-143/+132
2014-11-14Byte swap to support BGRA in recovery modeHeather Lee Wilson1-0/+12
2014-11-12Make TWRP compile for arm64Ethan Yonker1-1/+1
2014-11-07Disable custom theme and fix png loadingEthan Yonker1-2/+2
2014-11-07Fix up old libminui to compileEthan Yonker5-29/+247
2014-11-06Revert to old libminui and fix upEthan Yonker9-1141/+292
2014-09-03Build block TWRP with RECOVERY_VARIANTMatt Mower1-4/+4
2014-06-30minui: Do not return true from target_has_overlay() if MSM_BSP is not setAndrew Dodd1-3/+4
2014-06-12minui: avoid random screen frame at startupJoey Pan1-0/+2
2014-05-14Support BGRA framebufferDaniel Leung1-0/+13
2014-05-02Update minui to support overlay graphicsDees Troy7-36/+1614
2014-04-30recovery: Compatibility with upstream minui changeSteve Kondik1-0/+3
2014-04-26recovery: minui: add adf backendGreg Hackmann4-5/+266
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 Zongker3-238/+242
2014-03-14Recovery 64-bit compile issuesMark Salyzyn2-4/+5
2014-03-11separate fbdev-specific code out from minuiDoug Zongker5-152/+268
2014-03-11remove pixelflinger from recoveryDoug Zongker3-266/+348
2014-03-11change how recovery animation is implementedDoug Zongker2-3/+180
2014-03-11separate fbdev-specific code out from minuiDoug Zongker5-152/+268
2014-03-11remove pixelflinger from recoveryDoug Zongker3-273/+347
2014-03-07change how recovery animation is implementedDoug Zongker2-3/+180
2014-02-06recovery: fix building with pointer-to-int errors turned onColin Cross1-1/+1
2014-02-06minui: adapt backlight blanking commit to TWRPMatt Mower2-5/+15
2014-02-03minui: Allow devices to blank/unblank using LCD backlightEthan Chen2-0/+16
2013-12-12Support custom graphics.c.Koushik Dutta1-1/+6
2013-11-26minui: do not use flexible array initializationsynergy dev1-1/+1
2013-09-26fix use of RGBA images in minuiDoug Zongker1-3/+11
2013-09-17recovery: fix epoll events type to uint32_tTodd Poynor2-3/+3
2013-09-12minui: add ev_get_epollfd() to retrieve epoll file descriptorTodd Poynor2-0/+6
2013-09-12minui: convert ev_*() event interface to epollTodd Poynor2-27/+58
2013-09-06Hack-fix build with different system/core/charger versionsVojtech Bocek2-2/+12
2013-08-27Update libpng API usageJohn Reck1-12/+12
2013-08-13Fix libpng API usageJohn Reck1-12/+12
2013-07-09recovery: move log output to stdoutDoug Zongker1-2/+2
2013-03-07more font improvements and cleanupDoug Zongker3-13/+247
2013-03-05recovery: change font for menus to be an imageDoug Zongker3-246/+27
2012-12-19add optional overscan compensation to recovery graphicsDoug Zongker3-5/+32
2012-09-05TWRP-ify AOSP codeDees_Troy1-1/+1
2012-09-04minor recovery fixesDoug Zongker2-6/+6
2012-08-30recovery locale handling fixesDoug Zongker1-8/+0
2012-08-23add simple text to recovery UIDoug Zongker3-0/+168
2012-08-21Fixing trivial warnings for libminuiEdwin Vane1-2/+2
2012-07-20minui: fix screen update issueDevin Kim1-2/+4
2012-07-12graphics: add support for "single buffering"Octavian Purdila1-2/+10
2012-07-11allow double-quotes or not in TARGET_RECOVERY_PIXEL_FORMATDoug Zongker1-2/+6
2011-10-31turn recovery into a C++ binaryDoug Zongker1-0/+8
2011-10-28turn recovery into a C++ binaryDoug Zongker1-0/+8
2011-10-13minui: add ability to synchronize current key stateDima Zavin2-2/+38
2011-09-27fix problem where the screen is sometimes all black in recoveryDoug Zongker1-0/+3
2011-09-02minui: events: only open input devices with EV_KEY and/or EV_RELDima Zavin1-0/+17
2011-09-02minui: events: add ability to poll on non-input fdsDima Zavin2-3/+23
2011-09-02minui: events: refactor event acquisitionDima Zavin2-15/+49
2011-08-30minui: graphics: add interface for framebuffer blank/unblankDima Zavin2-0/+13
2011-08-30minui: graphics: add ability to query font sizeDima Zavin2-0/+7
2011-06-24Get the correct line_length.Michael Ward1-2/+37
2011-06-23Graphics can handle stride != xres, and BGRA support.Michael Ward2-12/+18
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
2011-01-14option to allow recovery to use 24-bit graphics in UIDoug Zongker2-10/+22
2010-11-01clear recovery framebuffers on allocation; display icon right after ui_initDoug Zongker1-1/+2
2009-11-13eclair snapshotJean-Baptiste Queru2-16/+1
2009-10-09simplify construction of the recovery progress barDoug Zongker1-3/+8
2009-06-11split out device-specific recovery UI code into vendor directoriesDoug Zongker1-16/+0
2009-06-06Force the fb into 16 bpp mode in case the hw has some other default.Rebecca Schultz Zavin1-0/+1
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 Project7-0/+946
2009-03-04auto import from //depot/cupcake/@135843The Android Open Source Project7-946/+0
2009-02-11auto import from //branches/cupcake/...@130745The Android Open Source Project1-16/+33
2008-12-18Code drop from //branches/cupcake/...@124589The Android Open Source Project1-33/+24