summaryrefslogtreecommitdiffstats
path: root/minuitwrp/events.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-03Fix build in 5.1 treeDees Troy1-2/+4
2019-03-18Vibration: allow BoardConfig to disable vibration for a device.bigbiff bigbiff1-0/+4
2019-01-16minuitwrp: Support haptics drivers registered with LED class frameworknotsyncing1-15/+21
2017-02-23Use LOGI/LOGE for non-EVENT_LOGGING eventsMatt Mower1-10/+14
2016-08-11Make input whitelist and blacklist work for mouse devices tooEthan Yonker1-4/+6
2016-01-27Update minuitwrp graphics in line with latest minuiEthan Yonker1-1/+1
2015-08-26Add TW_IGNORE_ABS_MT_TRACKING_IDEthan Yonker1-0/+10
2015-03-19Ingore touch events for 0,0Ethan Yonker1-0/+6
2015-02-09gui: avoid high CPU usage while waiting for inputthat1-2/+2
2015-02-01gui: fix lag (and event logging)that1-1/+2
2015-01-30Move input handling into the main threadEthan Yonker1-26/+22
2014-12-29Add TW_IGNORE_MT_POSITION_0 touch flagEthan Yonker1-0/+12
2014-08-14Fix derpEthan Yonker1-1/+1
2014-08-14Allow blacklisting input devices by build flagEthan Yonker1-1/+16
2014-06-30minuitwrp: use a whitelist for the input device instead of a hardcoded ignore listFlemmard1-0/+7
2014-06-04Whitespace and minor code cleanupMatt Mower1-3/+3
2014-04-16Add support for actions triggered by key combinationVojtech Bocek1-1/+8
2014-04-01Support Qualcomm overlay graphics in recoveryEthan Yonker1-1/+1
2014-02-20Look also for buttons when checking if input device is mouseVojtech Bocek1-3/+12
2014-02-07Implement mouse cursorVojtech Bocek1-8/+70
2014-02-06Add haptic feedbackSamer Diab (S.a.M.e.R_d)1-0/+2
2014-01-04Don't interpret ABS_MT_TOUCH_MAJOR == 0 as touch releaseIbrahim Awwal1-0/+2
2013-08-24Revert "Fix touch not working due to gr_fb_width returning 0 in some cases"Dees_Troy1-15/+16
2013-08-11Fix touch not working due to gr_fb_width returning 0 in some casesDees_Troy1-16/+15
2013-07-08Remove unneeded touch code changesDees_Troy1-15/+0
2013-07-01Fix touch on some Samsung devicesDees_Troy1-11/+41
2013-05-03Allow for more input devicesDees_Troy1-1/+1
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-25/+25
2012-12-11Ignore bma150 in event handlerDees_Troy1-1/+1
2012-09-28Fix compiler warningsDees_Troy1-0/+6
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+640