summaryrefslogtreecommitdiffstats
path: root/minuitwrp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-02minuitwrp: Include some missing variables related to screen blankingVineeth Pillai1-0/+18
2019-05-24Switch between dependencies and modulesEthan Yonker1-1/+5
2019-04-03Fix build in 5.1 treeDees Troy2-3/+5
2019-03-19Fix gr_clipEthan Yonker1-11/+11
2019-03-18TW_ROTATION: add flag to handle hardware-rotated display panelsVladimir Oltean7-54/+225
2019-03-18Vibration: allow BoardConfig to disable vibration for a device.bigbiff bigbiff1-0/+4
2019-01-18minuitwrp: Remove unused variablesAndreas Schneider1-2/+0
2019-01-16libminuitwrp updates for Pixel 3 devicesEthan Yonker3-4/+3
2019-01-16minuitwrp: Fix detection of libdrm on Pielambdadroid1-1/+1
2019-01-16twrp: Fix unsigned compare compile warning.Simon Shi2-8/+4
2019-01-16minuitwrp: Support haptics drivers registered with LED class frameworknotsyncing1-15/+21
2019-01-16minuitwrp: Respect TARGET_RECOVERY_PIXEL_FORMAT config.notsyncing2-0/+9
2018-06-05Revert "minuitwrp: drm: wait for last page flip to complete"Simon Shi1-20/+1
2018-05-25minuitwrp: drm: wait for last page flip to completeSimon Shields1-1/+20
2018-05-25minuitwrp: use a separate draw buffer for DRM as wellSimon Shields1-2/+28
2018-05-25minuitwrp: drm: fix RECOVERY_BGRA pixel formatSimon Shields1-2/+2
2018-01-04Use libdrm_platform for minuitwrp in 8.x treesEthan Yonker1-1/+5
2017-02-23Use LOGI/LOGE for non-EVENT_LOGGING eventsMatt Mower1-10/+14
2017-01-21ifdef overlay graphicsEthan Yonker2-4/+6
2016-08-19Add build flag for forcing single buffer modeEthan Yonker2-2/+7
2016-08-11Make input whitelist and blacklist work for mouse devices tooEthan Yonker1-4/+6
2016-06-09Black screen patch for some HiSilicon devices (FBIOPAN_DISPLAY)Muhammad Fahad Baig2-0/+9
2016-05-26Move force_rgb_565 up.Aaron Kling1-21/+29
2016-04-28Restore TW_SCREEN_BLANK_ON_BOOT functionality.¨Paul1-0/+6
2016-02-29minuitwrp: retry opening fb0 if it failedthat1-6/+16
2016-02-19minuitwrp: fix and hopefully speed up fbdev screen flippingthat1-7/+16
2016-02-19twrp: Add support for TW_SECONDARY_BRIGHTNESS_PATHAdrianDC2-0/+20
2016-02-03Flag to enable jpg supportGreg Wallace1-2/+8
2016-02-03Change some graphics build flagsEthan Yonker2-18/+35
2016-02-01graphics: reintroduce flipped screens for fbdevEthan Yonker1-11/+29
2016-02-01Bring back option to flip screen for overlay devicesxadro1-0/+10
2016-01-29Fix minuitwrp include mistakeGreg Wallace1-2/+2
2016-01-29twrp: default to GGL_PIXEL_FORMAT_BGRA_8888 if vi.red.offset == 16Ziyan2-2/+2
2016-01-27ifdef and comment out libjpegEthan Yonker2-2/+12
2016-01-27Update minuitwrp graphics in line with latest minuiEthan Yonker13-1013/+2005
2015-11-07Update rules for libpixelfinger_twrpEthan Yonker1-1/+1
2015-10-16Allow text to scale to fitEthan Yonker3-20/+92
2015-10-15Remove support for non-TTF fontsEthan Yonker9-1540/+26
2015-10-14Add support for RGBA_8888 pixel formatKra1o53-0/+20
2015-08-26Add TW_IGNORE_ABS_MT_TRACKING_IDEthan Yonker2-0/+14
2015-06-29Add flag to disable double bufferingKra1o52-0/+8
2015-06-17framebuffer: s6 edge takes a little lomger to initialize fb0jenkins1-1/+2
2015-06-17minuitwrp: fix crash when taking a screenshot.xiaolu1-6/+12
2015-06-04avoid possible dead loop for invalid utf8Xuefer1-4/+5
2015-05-29minuitwrp: remove unused variableramsudharsan1-1/+0
2015-04-23Add option to use new heap_id_mask instead of old heap_maskKra1o52-0/+8
2015-03-19Ingore touch events for 0,0Ethan Yonker1-0/+6
2015-03-19Fix invalid memory access when rendering a ttf glyph with 'left' < 0Vojtech Bocek1-0/+5
2015-03-19Fix deadlock in gr_ttf_measureEx if called before the height is cachedVojtech Bocek1-52/+54
2015-03-13Make TWRP compile for x86-64 CPU targetEthan Yonker1-2/+7
2015-03-13Reduce themes to 5 and rely on scalingEthan Yonker1-13/+30
2015-03-11Properly disable GGL_TEXTURE_2D after using it in minuitwrpVojtech Bocek2-2/+9
2015-03-11Implement gr_line() and gr_render_circle()Vojtech Bocek2-0/+47
2015-03-05minuitwrp: fix crash issue, when the console use TTF font to display unicode font.xiaolu1-20/+33
2015-03-05Address a few compiler warningsMatt Mower1-0/+1
2015-02-15gui: support scrollable lists without headersthat2-0/+16
2015-02-13minuitwrp: fix file descriptor leak in open_pngthat1-2/+5
2015-02-11Fix handling of GGLContext in res_scale_surfaceEthan Yonker1-4/+5
2015-02-10Scale the GUI to fit the screenEthan Yonker2-1/+77
2015-02-09gui: avoid high CPU usage while waiting for inputthat2-3/+3
2015-02-01gui: fix lag (and event logging)that1-1/+2
2015-01-30Move input handling into the main threadEthan Yonker2-27/+23
2015-01-30Fixed screen flipping for devices where xres_virtual > xresBogdan Seniuc1-8/+6
2015-01-22Use /twres instead of /res for theme resourcesDees Troy3-3/+5
2014-12-29Add TW_IGNORE_MT_POSITION_0 touch flagEthan Yonker2-0/+16
2014-12-17Add support for custom kernel headersKra1o51-1/+5
2014-12-12Fix loading of png images in custom themesEthan Yonker1-2/+5
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