summaryrefslogtreecommitdiffstats
path: root/minuitwrp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-09add support unicode font not only asciisoyu1-7/+55
2014-12-09Fix png graphics load / display on AArch64Ethan Yonker1-83/+155
2014-11-12Make TWRP compile for arm64Ethan Yonker1-2/+2
2014-11-07Disable custom theme and fix png loadingEthan Yonker1-2/+2
2014-11-07Fix up old libminui to compileEthan Yonker1-5/+7
2014-11-06Revert "Make libminuitwrp compile"Dees Troy4-396/+4
2014-11-06Make libminuitwrp compileEthan Yonker4-4/+396
2014-10-14Add support for TrueType fontsVojtech Bocek4-64/+801
2014-09-03Build block TWRP with RECOVERY_VARIANTMatt Mower1-2/+2
2014-08-14Fix derpEthan Yonker1-1/+1
2014-08-14Allow blacklisting input devices by build flagEthan Yonker2-1/+20
2014-08-10TW_SCREEN_BLANK_ON_BOOT will jolt the screen/touch driver.xNUTx2-2/+8
2014-08-07Set font based on resolution if not set alreadyEthan Yonker1-0/+14
2014-08-07Stop memory management on blanking overlay graphicsDees Troy1-5/+5
2014-07-09Implement "take a screenshot" featureVojtech Bocek4-3/+111
2014-06-30minuitwrp: use a whitelist for the input device instead of a hardcoded ignore listFlemmard2-0/+12
2014-06-30minui: Do not return true from target_has_overlay() if MSM_BSP is not setAndrew Dodd1-4/+9
2014-06-04Whitespace and minor code cleanupMatt Mower3-6/+6
2014-05-02Update minui to support overlay graphicsDees Troy3-2/+2
2014-04-16Add support for actions triggered by key combinationVojtech Bocek1-1/+8
2014-04-03Fix overlay graphics detectionDees Troy1-1/+3
2014-04-01Support Qualcomm overlay graphics in recoveryEthan Yonker6-32/+1756
2014-02-26Add word wrap to console output and fix scrolling in consoleDees Troy2-0/+25
2014-02-20Look also for buttons when checking if input device is mouseVojtech Bocek1-3/+12
2014-02-07Implement mouse cursorVojtech Bocek2-8/+71
2014-02-06Disable alpha blending for non-transparent bitmapsVojtech Bocek1-1/+9
2014-02-06Add haptic feedbackSamer Diab (S.a.M.e.R_d)2-0/+4
2014-02-06Disable alpha blending for fully opaque rectanglesVojtech Bocek1-0/+10
2014-01-04Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch releaseIbrahim Awwal2-0/+6
2013-12-19crypto: Fix crypto dependencies for ICS/Samsung methodsOliverG961-3/+0
2013-08-24Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"Dees_Troy2-16/+17
2013-08-11Fix touch not working due to gr_fb_width returning 0 in some casesDees_Troy2-17/+16
2013-08-11Remove libjpegtwrp and use CM provided libjpegDees_Troy2-5/+6
2013-07-08Remove unneeded touch code changesDees_Troy1-15/+0
2013-07-03graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bppHashcode1-4/+8
2013-07-01Fix touch on some Samsung devicesDees_Troy1-11/+41
2013-05-03Allow for more input devicesDees_Troy1-1/+1
2013-04-05Tweak libsDees_Troy1-3/+2
2013-04-04Move all AOSP code out of recovery binaryDees_Troy4-41/+47
2013-03-01Add 2 second pre-dim and bugfix blank timerDees_Troy2-2/+3
2013-01-15Add build flag for custom graphicsDees_Troy1-1/+7
2012-12-11Ignore bma150 in event handlerDees_Troy1-1/+1
2012-11-21minuitwrp: fix screen update issueHiemanshu Sharma1-2/+4
2012-11-21graphics: add support for "single buffering"Hiemanshu Sharma1-2/+10
2012-11-19Add 23x41 roboto fontDees_Troy1-0/+461
2012-09-28Fix compiler warningsDees_Troy2-2/+8
2012-09-05TWRP-ify AOSP codeDees_Troy10-0/+2530