summaryrefslogtreecommitdiff
path: root/src/lib/elput
Commit message (Expand)AuthorAgeFilesLines
* elput: Fix null pointer dereferenceChris Michael2018-01-231-1/+1
* ecore_drm2: Only use a virtual terminal on seat0Chris Michael2018-01-221-8/+11
* all: Simplify definition of EAPIVincent Torri2018-01-181-18/+6
* elput - fix crash on shutdown where input.lib was NULLCarsten Haitzler (Rasterman)2018-01-171-1/+1
* efl: Reset ecore event types on initJean-Philippe Andre2017-12-191-12/+9
* elput: Remove unreachable codeChris Michael2017-11-201-4/+0
* libinput check - move up to requiring 1.6 as a minimum for libinputCarsten Haitzler (Rasterman)2017-11-121-7/+0
* elput - ref device that is in the event queueCarsten Haitzler (Rasterman)2017-11-091-1/+11
* elput - re-enable switches (power buttons, lid etc.)Carsten Haitzler (Rasterman)2017-11-083-13/+54
* elput: Fix issue of pointer rotation not being set on startupChris Michael2017-10-032-2/+37
* elput: Add API to set pointer acceleration speedChris Michael2017-08-242-0/+47
* wayland: fix num/caps lock handling in eventsMike Blumenkrantz2017-08-182-0/+10
* elput: Fix @brief's in docsBryce Harrington2017-08-171-23/+32
* elput: Fix synthetic relative motion events based on abs eventsDerek Foreman2017-07-282-3/+29
* elput: fix seat cleanupMike Blumenkrantz2017-07-281-1/+8
* elput: unref devices in post event cbMike Blumenkrantz2017-07-281-1/+1
* elput: Close fds when asked toDerek Foreman2017-07-251-0/+1
* elput: Fix multiple open/close of drm devicesDerek Foreman2017-07-242-0/+20
* elput: Fix resource leakChris Michael2017-07-121-0/+3
* elput: Update modifers for caps lockChris Michael2017-07-101-0/+2
* elput: Fix support for setting keyboard led(s)Chris Michael2017-07-102-1/+60
* elput: Minor formatting fixChris Michael2017-07-101-1/+3
* elput: don't leak event pointersMike Blumenkrantz2017-07-071-1/+2
* elput: remove keymap mmap+eventMike Blumenkrantz2017-06-163-88/+0
* elput: Document how keyboard events are processedBryce Harrington2017-06-091-0/+51
* elput: Fix compilation warning (GCC)Jean-Philippe Andre2017-06-091-1/+1
* elput: Add API function to swap dx & dy axis from pointer motion eventChris Michael2017-06-084-2/+80
* elput: Minor formatting fixesChris Michael2017-06-081-19/+38
* elput: Minor formatting fixChris Michael2017-06-081-3/+3
* elput: Get touch event slots using slot not seat_slotChris Michael2017-06-081-3/+3
* elput: fix sp. usefullBryce Harrington2017-06-051-2/+2
* elput: send extra pointer motion event on first button press after resumeMike Blumenkrantz2017-06-023-0/+8
* elput: move pointer coords into seat structMike Blumenkrantz2017-06-024-74/+68
* elput: ref evas devices in event structsMike Blumenkrantz2017-06-021-7/+21
* elput: add refcounting for seats/devicesMike Blumenkrantz2017-06-023-3/+24
* elput: add null checks for xkb compose pointersMike Blumenkrantz2017-06-021-4/+4
* elput: Fix logind session object pathDerek Foreman2017-05-311-4/+49
* elput: do not set TABLET_PAD to have POINTER capsMike Blumenkrantz2017-05-261-1/+1
* elput: fallback to regular device name if output_name is not availableMike Blumenkrantz2017-05-261-0/+2
* wayland/drm: create evas_devices and add device pointer to input eventsMike Blumenkrantz2017-05-262-1/+9
* elput: store output w/h and apply to devices on creationMike Blumenkrantz2017-05-263-0/+6
* elput: add more elput_seat accessor apisMike Blumenkrantz2017-05-262-0/+37
* elput: start elput_device_ and elput_seat_ namespaces, rename some functionsMike Blumenkrantz2017-05-262-40/+84
* elput: rename and make public Elput_Device_Caps enumMike Blumenkrantz2017-05-264-28/+29
* elput/drm: redo xkb context/keymap settingMike Blumenkrantz2017-05-265-49/+123
* elput: implement compose sequencesMike Blumenkrantz2017-05-262-20/+53
* elput: fix key/keyname strings in key eventsMike Blumenkrantz2017-05-262-5/+26
* elput: sync _keyboard_keysym_translate() with ecore-wl2 code, add copyrightMike Blumenkrantz2017-05-261-28/+84
* elput: add copyright from westonMike Blumenkrantz2017-05-261-0/+26
* elput: handle double/triple click for pen eventsMike Blumenkrantz2017-05-261-28/+33