summaryrefslogtreecommitdiff
path: root/src/lib/ecore_drm/ecore_drm_evdev.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of trailing whitespaces (4 / 14)Elyes HAOUAS2020-06-231-45/+45
* doxygen docs: Fix all invalid @param namesXavi Artigas2020-04-201-1/+1
* ecore drm - legacy - fix coverity leak complaintCarsten Haitzler (Rasterman)2019-08-051-1/+2
* libinput check - move up to requiring 1.6 as a minimum for libinputCarsten Haitzler (Rasterman)2017-11-121-8/+0
* ecore_drm: Handle wheel scrolling separately from finger scrollingDerek Foreman2016-05-131-2/+18
* ecore-drm: Don't re-include config.hChris Michael2016-03-091-4/+0
* ecore-drm: Update copyright noticeChris Michael2016-03-091-0/+28
* ecore-drm: Don't reset event modifiers on touch motionChris Michael2016-02-221-1/+0
* ecore_drm: Add pointer warping APIDerek Foreman2016-02-181-1/+7
* ecore_drm/ecore_wl2: logging: remove errant usage of %mDerek Foreman2016-01-141-2/+2
* ecore_drm: make sure we include math.h and link against libm for floor()Stefan Schmidt2016-01-131-0/+1
* ecore-drm: Add a new API for keymap cacheJengHyun Kang2016-01-041-1/+1
* ecore-drm: Add missing variable 'dev'Chris Michael2015-12-291-0/+2
* Add a new Ecore_Drm API for setting left-handed mouseJengHyun Kang2015-12-291-0/+11
* ecore-drm: Add APIs to support key remap functionalitySung-Jin Park2015-12-281-3/+106
* ecore-drm: Add logical pointer x, y variable in seat for reflecting multiple ...Duna Oh2015-11-301-38/+48
* ecore-drm: Don't send mouse_move event too earlyChris Michael2015-11-171-32/+0
* ecore_drm_evdev: Avoid shadowing a local variable.Stefan Schmidt2015-08-071-5/+5
* ecore-drm: Ignore key events that are not seat wide state changesChris Michael2015-07-231-0/+7
* Revert "ecore-input: add keysym to Ecore_Event_Key struct"Mike Blumenkrantz2015-06-291-1/+0
* ecore-input: add keysym to Ecore_Event_Key structMike Blumenkrantz2015-05-201-0/+1
* ecore-drm: add touch_motion event on touch_down event handler.Mun, Gwan-gyeong2015-04-291-37/+47
* ecore_drm: send a fake motion event to let other know the initial pos of mouseBoram Park2015-04-291-0/+34
* ecore-drm: Fix using uninitialized output valueMinJeong Kim2015-04-291-1/+1
* ecore-drm: fix multiclick interval timeMike Blumenkrantz2015-04-241-1/+1
* ecore-drm: add safety checks to all EAPI functionsMike Blumenkrantz2015-04-241-1/+2
* ecore_drm: Don't crash if a device is assigned a bad outputDerek Foreman2015-04-221-12/+8
* ecore-drm: Don't fetch output geometry on every mouse movementChris Michael2015-04-161-11/+12
* ecore-drm: Fix mouse movement across multiple outputsChris Michael2015-04-161-18/+11
* Ecore: Use calloc() to initialize Ecore_Event_Key fullyJean-Philippe ANDRE2015-03-251-2/+1
* ecore-drm: Center mouse pointer on an output when it gets createdChris Michael2015-03-041-0/+7
* ecore-drm: Fix formattingChris Michael2015-03-041-3/+8
* Use doubles to store libinput's mouse motionDerek Foreman2015-02-271-30/+45
* ecore-drm modifier updating is now functionalMike Blumenkrantz2015-02-261-32/+41
* ecore-drm: Fix issue with ecore_drm_evdev->path being incorrectChris Michael2015-02-171-0/+21
* ecore/drm: Fix libinput >= 0.8 checkStefan Schmidt2015-02-121-1/+1
* ecore-drm: Fix bad German formatting ;)Chris Michael2015-02-121-6/+6
* ecore/drm: Add support for changed libinput API since 0.8Stefan Schmidt2015-02-121-1/+14
* ecore-drm should probably send the expected (reversed) scroll z valueMike Blumenkrantz2015-02-031-1/+1
* ecore-drm: Limit mouse movement to within the output sizeChris Michael2015-01-131-8/+58
* ecore-drm: Finish implementing touch eventsChris Michael2014-12-101-6/+5
* ecore-drm: Comment out debug line for unhandled touch_frame eventChris Michael2014-12-101-1/+1
* ecore-drm: Update pointer motion event coordinatesChris Michael2014-12-101-2/+4
* ecore-drm: Transform touch events into output coordinatesChris Michael2014-12-101-13/+12
* ecore-drm: Handle various touch eventsChris Michael2014-12-101-0/+164
* ecore_drm: Removed unused variables in ecore_drm_evdevkabeer khan2014-12-101-1/+0
* ecore-drm: Port ecore_drm to use libinputChris Michael2014-12-091-512/+288
* ecore-drm: Fix some error/warn message formattingChris Michael2014-09-221-5/+5
* ecore-drm: Fix formattingChris Michael2014-09-151-2/+2
* ecore-drm: Print out failed device name during setupChris Michael2014-08-281-1/+1