1. 96bc6dd Ingore touch events for 0,0 by Ethan Yonker · 9 years ago
  2. 54cf108 Fix invalid memory access when rendering a ttf glyph with 'left' < 0 by Vojtech Bocek · 9 years ago
  3. a482f25 Fix deadlock in gr_ttf_measureEx if called before the height is cached by Vojtech Bocek · 9 years ago
  4. 4f6a976 Make TWRP compile for x86-64 CPU target by Ethan Yonker · 9 years ago
  5. 591b920 Reduce themes to 5 and rely on scaling by Ethan Yonker · 9 years ago
  6. 3041c88 Properly disable GGL_TEXTURE_2D after using it in minuitwrp by Vojtech Bocek · 9 years ago
  7. db378b6 Implement gr_line() and gr_render_circle() by Vojtech Bocek · 9 years ago
  8. e738da5 minuitwrp: fix crash issue, when the console use TTF font to display unicode font. by xiaolu · 9 years ago
  9. 2b18a53 Address a few compiler warnings by Matt Mower · 9 years ago
  10. 9876ac3 gui: support scrollable lists without headers by that · 9 years ago
  11. c26ba0d minuitwrp: fix file descriptor leak in open_png by that · 9 years ago
  12. 727aeb8 Fix handling of GGLContext in res_scale_surface by Ethan Yonker · 9 years ago
  13. 63e414f Scale the GUI to fit the screen by Ethan Yonker · 9 years ago
  14. de72b6d gui: avoid high CPU usage while waiting for input by that · 9 years ago
  15. c5837f3 gui: fix lag (and event logging) by that · 9 years ago
  16. e13fa63 Move input handling into the main thread by Ethan Yonker · 9 years ago
  17. d1372f7 Fixed screen flipping for devices where xres_virtual > xres by Bogdan Seniuc · 9 years ago
  18. 3454ade Use /twres instead of /res for theme resources by Dees Troy · 9 years ago
  19. 32f68a3 Add TW_IGNORE_MT_POSITION_0 touch flag by Ethan Yonker · 10 years ago
  20. 0024e38 Add support for custom kernel headers by Kra1o5 · 10 years ago
  21. ac21cb5 Fix loading of png images in custom themes by Ethan Yonker · 10 years ago
  22. d5a7c0e add support unicode font not only ascii by soyu · 10 years ago
  23. 448c8dc Fix png graphics load / display on AArch64 by Ethan Yonker · 10 years ago
  24. bcc502c Make TWRP compile for arm64 by Ethan Yonker · 10 years ago
  25. 5a95c3f Disable custom theme and fix png loading by Ethan Yonker · 10 years ago
  26. 304f32f Fix up old libminui to compile by Ethan Yonker · 10 years ago
  27. f171e10 Revert "Make libminuitwrp compile" by Dees Troy · 10 years ago
  28. a27d02f Make libminuitwrp compile by Ethan Yonker · 10 years ago
  29. 76ee903 Add support for TrueType fonts by Vojtech Bocek · 10 years ago
  30. 55c75ca Build block TWRP with RECOVERY_VARIANT by Matt Mower · 10 years ago
  31. 3c4ac3b Fix derp by Ethan Yonker · 10 years ago
  32. 5742a40 Allow blacklisting input devices by build flag by Ethan Yonker · 10 years ago
  33. cd56f8c TW_SCREEN_BLANK_ON_BOOT will jolt the screen/touch driver. by xNUTx · 10 years ago
  34. b24caab Set font based on resolution if not set already by Ethan Yonker · 10 years ago
  35. 05d18c9 Stop memory management on blanking overlay graphics by Dees Troy · 10 years ago
  36. 03fd6c5 Implement "take a screenshot" feature by Vojtech Bocek · 10 years ago
  37. f467461 minuitwrp: use a whitelist for the input device instead of a hardcoded ignore list by Flemmard · 10 years ago
  38. bb687f4 minui: Do not return true from target_has_overlay() if MSM_BSP is not set by Andrew Dodd · 10 years ago
  39. fb1c4ff Whitespace and minor code cleanup by Matt Mower · 10 years ago
  40. 62b75ab Update minui to support overlay graphics by Dees Troy · 10 years ago
  41. 0b7fe50 Add support for actions triggered by key combination by Vojtech Bocek · 10 years ago
  42. b042538 Fix overlay graphics detection by Dees Troy · 10 years ago
  43. 4ee5ad7 Support Qualcomm overlay graphics in recovery by Ethan Yonker · 10 years ago
  44. 31218ec Add word wrap to console output and fix scrolling in console by Dees Troy · 10 years ago
  45. 971d318 Look also for buttons when checking if input device is mouse by Vojtech Bocek · 10 years ago
  46. e492e27 Merge "Implement mouse cursor" into android-4.4 by Dees Troy · 10 years ago
  47. 50b24dd Merge "Add haptic feedback" into android-4.4 by Dees Troy · 10 years ago
  48. 1fc30fc Implement mouse cursor by Vojtech Bocek · 10 years ago
  49. 6c694b6 Disable alpha blending for non-transparent bitmaps by Vojtech Bocek · 10 years ago
  50. 71e9b04 Add haptic feedback by Samer Diab (S.a.M.e.R_d) · 10 years ago
  51. 1a4744a Disable alpha blending for fully opaque rectangles by Vojtech Bocek · 10 years ago
  52. 2e9cb01 Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch release by Ibrahim Awwal · 10 years ago
  53. 06b91e7 crypto: Fix crypto dependencies for ICS/Samsung methods by OliverG96 · 11 years ago
  54. b7ecc09 Revert "Fix touch not working due to gr_fb_width returning 0 in some cases" by Dees_Troy · 11 years ago
  55. 5111611 Merge "graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp" into twrp2.5 by Dees Troy · 11 years ago
  56. 70e1129 Fix touch not working due to gr_fb_width returning 0 in some cases by Dees_Troy · 11 years ago
  57. 930bf01 Remove libjpegtwrp and use CM provided libjpeg by Dees_Troy · 11 years ago
  58. 8b7c1b7 Remove unneeded touch code changes by Dees_Troy · 11 years ago
  59. 232b9fd graphics: update BOARD_HAS_FLIPPED_SCREEN function to work with 16bpp or 32bpp by Hashcode · 11 years ago
  60. d86400b Fix touch on some Samsung devices by Dees_Troy · 11 years ago
  61. 3f23d9e Allow for more input devices by Dees_Troy · 11 years ago
  62. 66fc8b5 Tweak libs by Dees_Troy · 11 years ago
  63. 2673cec Move all AOSP code out of recovery binary by Dees_Troy · 11 years ago
  64. 70237dc Add 2 second pre-dim and bugfix blank timer by Dees_Troy · 11 years ago
  65. 86382ca Add build flag for custom graphics by Dees_Troy · 11 years ago
  66. 9c74244 Merge "Ignore bma150 in event handler" into jb-wip by Dees_Troy · 12 years ago
  67. 07a3a74 Ignore bma150 in event handler by Dees_Troy · 12 years ago
  68. acf6a9b minuitwrp: fix screen update issue by Hiemanshu Sharma · 12 years ago
  69. 94f6c88 graphics: add support for "single buffering" by Hiemanshu Sharma · 12 years ago
  70. 5fface8 Add 23x41 roboto font by Dees_Troy · 12 years ago
  71. f759675 Fix compiler warnings by Dees_Troy · 12 years ago
  72. 51a0e82 TWRP-ify AOSP code by Dees_Troy · 12 years ago