summaryrefslogtreecommitdiff
path: root/src/lib/elput/elput.c
Commit message (Collapse)AuthorAgeFilesLines
* elput: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-21/+24
|
* elput: add event for relative motionMike Blumenkrantz2017-02-031-0/+3
| | | | @feature
* elput: Support sending of session activate/deactivate eventChris Michael2016-05-091-0/+3
| | | | | | | | | | This patch adds support for notifying when a session gets activated or deactivated. This will be used in drm2 to notify compositor when to pause/restart rendering during a vt switch @feature Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* elput: Add event which can be raised when devices get added or removedChris Michael2016-04-131-0/+3
| | | | Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* elput: Add event structures for keymap and modifier sending eventsChris Michael2016-04-131-0/+6
| | | | Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* elput: Create and send seat frame events when we need toChris Michael2016-04-131-0/+3
| | | | Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* elput: Create and raise event when seat capabilities changeChris Michael2016-04-131-0/+6
| | | | Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* elput: Initial checkin of elput libraryChris Michael2016-04-131-0/+55
The elput library is an efl abstraction for the libinput library which can be used by various other subsystems (ecore_fb, ecore_drm, etc) to handle interfacing with libinput without having to duplicate the code in each subsystem. Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>