summaryrefslogtreecommitdiffstats
path: root/minuitwrp/graphics.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-27Update minuitwrp graphics in line with latest minuiEthan Yonker1-754/+0
2015-10-16Allow text to scale to fitEthan Yonker1-20/+73
2015-10-15Remove support for non-TTF fontsEthan Yonker1-267/+18
2015-10-14Add support for RGBA_8888 pixel formatKra1o51-0/+15
2015-06-29Add flag to disable double bufferingKra1o51-0/+4
2015-06-17framebuffer: s6 edge takes a little lomger to initialize fb0jenkins1-1/+2
2015-03-13Make TWRP compile for x86-64 CPU targetEthan Yonker1-2/+7
2015-03-11Properly disable GGL_TEXTURE_2D after using it in minuitwrpVojtech Bocek1-1/+7
2015-03-11Implement gr_line() and gr_render_circle()Vojtech Bocek1-0/+45
2015-02-15gui: support scrollable lists without headersthat1-0/+14
2015-01-30Fixed screen flipping for devices where xres_virtual > xresBogdan Seniuc1-8/+6
2015-01-22Use /twres instead of /res for theme resourcesDees Troy1-1/+1
2014-11-12Make TWRP compile for arm64Ethan Yonker1-2/+2
2014-11-06Revert "Make libminuitwrp compile"Dees Troy1-32/+2
2014-11-06Make libminuitwrp compileEthan Yonker1-2/+32
2014-10-14Add support for TrueType fontsVojtech Bocek1-59/+42
2014-08-10TW_SCREEN_BLANK_ON_BOOT will jolt the screen/touch driver.xNUTx1-2/+5
2014-08-07Stop memory management on blanking overlay graphicsDees Troy1-5/+5
2014-07-09Implement "take a screenshot" featureVojtech Bocek1-2/+2
2014-04-03Fix overlay graphics detectionDees Troy1-1/+3
2014-04-01Support Qualcomm overlay graphics in recoveryEthan Yonker1-30/+130
2014-02-26Add word wrap to console output and fix scrolling in consoleDees Troy1-0/+24
2014-02-06Disable alpha blending for non-transparent bitmapsVojtech Bocek1-1/+9
2014-02-06Disable alpha blending for fully opaque rectanglesVojtech Bocek1-0/+10
2013-07-03graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bppHashcode1-4/+8
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-9/+9
2013-03-01Add 2 second pre-dim and bugfix blank timerDees_Troy1-1/+2
2012-11-21minuitwrp: fix screen update issueHiemanshu Sharma1-2/+4
2012-11-21graphics: add support for "single buffering"Hiemanshu Sharma1-2/+10
2012-09-28Fix compiler warningsDees_Troy1-2/+2
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+716