summaryrefslogtreecommitdiffstats
path: root/minuitwrp (follow)
Commit message (Expand)AuthorAgeFilesLines
* minuitwrp: Include some missing variables related to screen blankingVineeth Pillai2020-01-021-0/+18
* Switch between dependencies and modulesEthan Yonker2019-05-241-1/+5
* Fix build in 5.1 treeDees Troy2019-04-032-3/+5
* Fix gr_clipEthan Yonker2019-03-191-11/+11
* TW_ROTATION: add flag to handle hardware-rotated display panelsVladimir Oltean2019-03-187-54/+225
* Vibration: allow BoardConfig to disable vibration for a device.bigbiff bigbiff2019-03-181-0/+4
* minuitwrp: Remove unused variablesAndreas Schneider2019-01-181-2/+0
* libminuitwrp updates for Pixel 3 devicesEthan Yonker2019-01-163-4/+3
* minuitwrp: Fix detection of libdrm on Pielambdadroid2019-01-161-1/+1
* twrp: Fix unsigned compare compile warning.Simon Shi2019-01-162-8/+4
* minuitwrp: Support haptics drivers registered with LED class frameworknotsyncing2019-01-161-15/+21
* minuitwrp: Respect TARGET_RECOVERY_PIXEL_FORMAT config.notsyncing2019-01-162-0/+9
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-243-24/+10
* Revert "minuitwrp: drm: wait for last page flip to complete"Simon Shi2018-06-051-20/+1
* minuitwrp: drm: wait for last page flip to completeSimon Shields2018-05-251-1/+20
* minuitwrp: use a separate draw buffer for DRM as wellSimon Shields2018-05-251-2/+28
* minuitwrp: drm: fix RECOVERY_BGRA pixel formatSimon Shields2018-05-251-2/+2
* Use libdrm_platform for minuitwrp in 8.x treesEthan Yonker2018-01-041-1/+5
* Update to AOSP 8.0 baseEthan Yonker2017-09-081-0/+3
* Use LOGI/LOGE for non-EVENT_LOGGING eventsMatt Mower2017-02-231-10/+14
* ifdef overlay graphicsEthan Yonker2017-01-212-4/+6
* Add build flag for forcing single buffer modeEthan Yonker2016-08-192-2/+7
* Make input whitelist and blacklist work for mouse devices tooEthan Yonker2016-08-111-4/+6
* Black screen patch for some HiSilicon devices (FBIOPAN_DISPLAY)Muhammad Fahad Baig2016-06-092-0/+9
* Move force_rgb_565 up.Aaron Kling2016-05-261-21/+29
* Restore TW_SCREEN_BLANK_ON_BOOT functionality.¨Paul2016-04-281-0/+6
* minuitwrp: retry opening fb0 if it failedthat2016-02-291-6/+16
* minuitwrp: fix and hopefully speed up fbdev screen flippingthat2016-02-191-7/+16
* twrp: Add support for TW_SECONDARY_BRIGHTNESS_PATHAdrianDC2016-02-192-0/+20
* Flag to enable jpg supportGreg Wallace2016-02-031-2/+8
* Change some graphics build flagsEthan Yonker2016-02-032-18/+35
* graphics: reintroduce flipped screens for fbdevEthan Yonker2016-02-011-11/+29
* Bring back option to flip screen for overlay devicesxadro2016-02-011-0/+10
* Fix minuitwrp include mistakeGreg Wallace2016-01-291-2/+2
* twrp: default to GGL_PIXEL_FORMAT_BGRA_8888 if vi.red.offset == 16Ziyan2016-01-292-2/+2
* ifdef and comment out libjpegEthan Yonker2016-01-272-2/+12
* Update minuitwrp graphics in line with latest minuiEthan Yonker2016-01-2713-1013/+2005
* Update rules for libpixelfinger_twrpEthan Yonker2015-11-071-1/+1
* Allow text to scale to fitEthan Yonker2015-10-163-20/+92
* Remove support for non-TTF fontsEthan Yonker2015-10-159-1540/+26
* Add support for RGBA_8888 pixel formatKra1o52015-10-143-0/+20
* Merge up to AOSP marshmallow-releaseEthan Yonker2015-10-094-1/+5
* Add TW_IGNORE_ABS_MT_TRACKING_IDEthan Yonker2015-08-262-0/+14
* Add flag to disable double bufferingKra1o52015-06-292-0/+8
* framebuffer: s6 edge takes a little lomger to initialize fb0jenkins2015-06-171-1/+2
* minuitwrp: fix crash when taking a screenshot.xiaolu2015-06-171-6/+12
* avoid possible dead loop for invalid utf8Xuefer2015-06-041-4/+5
* minuitwrp: remove unused variableramsudharsan2015-05-291-1/+0
* Add option to use new heap_id_mask instead of old heap_maskKra1o52015-04-232-0/+8
* Ingore touch events for 0,0Ethan Yonker2015-03-191-0/+6
* Fix invalid memory access when rendering a ttf glyph with 'left' < 0Vojtech Bocek2015-03-191-0/+5
* Fix deadlock in gr_ttf_measureEx if called before the height is cachedVojtech Bocek2015-03-191-52/+54
* Make TWRP compile for x86-64 CPU targetEthan Yonker2015-03-131-2/+7
* Reduce themes to 5 and rely on scalingEthan Yonker2015-03-131-13/+30
* Properly disable GGL_TEXTURE_2D after using it in minuitwrpVojtech Bocek2015-03-112-2/+9
* Implement gr_line() and gr_render_circle()Vojtech Bocek2015-03-112-0/+47
* minuitwrp: fix crash issue, when the console use TTF font to display unicode font.xiaolu2015-03-051-20/+33
* Address a few compiler warningsMatt Mower2015-03-051-0/+1
* gui: support scrollable lists without headersthat2015-02-152-0/+16
* minuitwrp: fix file descriptor leak in open_pngthat2015-02-131-2/+5
* Fix handling of GGLContext in res_scale_surfaceEthan Yonker2015-02-111-4/+5
* Scale the GUI to fit the screenEthan Yonker2015-02-102-1/+77
* gui: avoid high CPU usage while waiting for inputthat2015-02-092-3/+3
* gui: fix lag (and event logging)that2015-02-011-1/+2
* Move input handling into the main threadEthan Yonker2015-01-302-27/+23
* Fixed screen flipping for devices where xres_virtual > xresBogdan Seniuc2015-01-301-8/+6
* Use /twres instead of /res for theme resourcesDees Troy2015-01-223-3/+5
* Add TW_IGNORE_MT_POSITION_0 touch flagEthan Yonker2014-12-292-0/+16
* Add support for custom kernel headersKra1o52014-12-171-1/+5
* Fix loading of png images in custom themesEthan Yonker2014-12-121-2/+5
* add support unicode font not only asciisoyu2014-12-091-7/+55
* Fix png graphics load / display on AArch64Ethan Yonker2014-12-091-83/+155
* Make TWRP compile for arm64Ethan Yonker2014-11-121-2/+2
* Disable custom theme and fix png loadingEthan Yonker2014-11-071-2/+2
* Fix up old libminui to compileEthan Yonker2014-11-071-5/+7
* Revert "Make libminuitwrp compile"Dees Troy2014-11-064-396/+4
* Make libminuitwrp compileEthan Yonker2014-11-064-4/+396
* Add support for TrueType fontsVojtech Bocek2014-10-144-64/+801
* Build block TWRP with RECOVERY_VARIANTMatt Mower2014-09-031-2/+2
* Fix derpEthan Yonker2014-08-141-1/+1
* Allow blacklisting input devices by build flagEthan Yonker2014-08-142-1/+20
* TW_SCREEN_BLANK_ON_BOOT will jolt the screen/touch driver.xNUTx2014-08-102-2/+8
* Set font based on resolution if not set alreadyEthan Yonker2014-08-071-0/+14
* Stop memory management on blanking overlay graphicsDees Troy2014-08-071-5/+5
* Implement "take a screenshot" featureVojtech Bocek2014-07-094-3/+111
* minuitwrp: use a whitelist for the input device instead of a hardcoded ignore listFlemmard2014-06-302-0/+12
* minui: Do not return true from target_has_overlay() if MSM_BSP is not setAndrew Dodd2014-06-301-4/+9
* Whitespace and minor code cleanupMatt Mower2014-06-043-6/+6
* Update minui to support overlay graphicsDees Troy2014-05-023-2/+2
* Add support for actions triggered by key combinationVojtech Bocek2014-04-161-1/+8
* Fix overlay graphics detectionDees Troy2014-04-031-1/+3
* Support Qualcomm overlay graphics in recoveryEthan Yonker2014-04-016-32/+1756
* Add word wrap to console output and fix scrolling in consoleDees Troy2014-02-262-0/+25
* Look also for buttons when checking if input device is mouseVojtech Bocek2014-02-201-3/+12
* Merge "Implement mouse cursor" into android-4.4Dees Troy2014-02-072-8/+71
|\
| * Implement mouse cursorVojtech Bocek2014-02-072-8/+71
* | Merge "Add haptic feedback" into android-4.4Dees Troy2014-02-072-0/+4
|\|
| * Add haptic feedbackSamer Diab (S.a.M.e.R_d)2014-02-062-0/+4
* | Disable alpha blending for non-transparent bitmapsVojtech Bocek2014-02-061-1/+9
|/
* Disable alpha blending for fully opaque rectanglesVojtech Bocek2014-02-061-0/+10
* Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch releaseIbrahim Awwal2014-01-042-0/+6
* crypto: Fix crypto dependencies for ICS/Samsung methodsOliverG962013-12-191-3/+0
* Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"Dees_Troy2013-08-242-16/+17
* Merge "graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp" into twrp2.5Dees Troy2013-08-241-4/+8
|\
| * graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bppHashcode2013-07-031-4/+8
* | Fix touch not working due to gr_fb_width returning 0 in some casesDees_Troy2013-08-112-17/+16
* | Remove libjpegtwrp and use CM provided libjpegDees_Troy2013-08-112-5/+6
* | Remove unneeded touch code changesDees_Troy2013-07-081-15/+0
|/
* Fix touch on some Samsung devicesDees_Troy2013-07-011-11/+41
* Allow for more input devicesDees_Troy2013-05-031-1/+1
* Tweak libsDees_Troy2013-04-051-3/+2
* Move all AOSP code out of recovery binaryDees_Troy2013-04-044-41/+47
* Add 2 second pre-dim and bugfix blank timerDees_Troy2013-03-012-2/+3
* Add build flag for custom graphicsDees_Troy2013-01-151-1/+7
* Merge "Ignore bma150 in event handler" into jb-wipDees_Troy2012-12-121-1/+1
|\
| * Ignore bma150 in event handlerDees_Troy2012-12-111-1/+1
* | minuitwrp: fix screen update issueHiemanshu Sharma2012-11-211-2/+4
* | graphics: add support for "single buffering"Hiemanshu Sharma2012-11-211-2/+10
|/
* Add 23x41 roboto fontDees_Troy2012-11-191-0/+461
* Fix compiler warningsDees_Troy2012-09-282-2/+8
* TWRP-ify AOSP codeDees_Troy2012-09-0510-0/+2530