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