summaryrefslogtreecommitdiff
path: root/src/lib/elput/elput_private.h
Commit message (Expand)AuthorAgeFilesLines
* elput: rename and make public Elput_Device_Caps enumMike Blumenkrantz2017-05-261-11/+1
* elput/drm: redo xkb context/keymap settingMike Blumenkrantz2017-05-261-2/+6
* elput: implement compose sequencesMike Blumenkrantz2017-05-261-0/+3
* elput: fix key/keyname strings in key eventsMike Blumenkrantz2017-05-261-0/+1
* elput: store device pressure for use in eventsMike Blumenkrantz2017-05-261-0/+2
* elput: group tablet input devices into pointer devicesMike Blumenkrantz2017-05-261-1/+4
* elput: Store touch timestamp and slotChris Michael2017-01-121-0/+1
* elput: Support suspending and resuming inputs on vt switchChris Michael2016-06-211-1/+2
* elput: Add API function to support caching of existing keymapChris Michael2016-05-271-0/+1
* elput: Add API function to support caching of an xkb_contextChris Michael2016-05-271-0/+5
* elput: Add APIs to support keyboard key remappingChris Michael2016-05-261-0/+3
* elput: Add API function to calibrate input devicesChris Michael2016-05-261-0/+4
* elput: further simplify device internalsMike Blumenkrantz2016-05-251-2/+1
* elput: change some functions and internal flags to enable async input setupMike Blumenkrantz2016-05-251-0/+3
* elput: define and implement an async device opening interface for libinputMike Blumenkrantz2016-05-251-0/+16
* elput: remove 'sync' param from device managementMike Blumenkrantz2016-05-251-3/+1
* elput: Add API function to set left-handed deviceChris Michael2016-05-241-0/+2
* elput: Add code to handle keybindings for vt switchingChris Michael2016-05-091-0/+1
* elput: Add API function to switch to a given vtChris Michael2016-05-091-0/+1
* elput: Add API function to set pointer position on a given seatChris Michael2016-05-041-0/+1
* elput: Add API function to set output size on an input deviceChris Michael2016-04-131-1/+0
* elput: Handle various events from libinput and pass to ecore_eventChris Michael2016-04-131-1/+11
* elput: Add event structures for keymap and modifier sending eventsChris Michael2016-04-131-0/+1
* elput: Add support for creating and removing devicesChris Michael2016-04-131-0/+139
* elput: Add API function to initialize and shutdown input devicesChris Michael2016-04-131-0/+13
* elput: Remove vt activate/restore from input manager interfaceChris Michael2016-04-131-2/+0
* elput: Add API functions to open and close an input deviceChris Michael2016-04-131-0/+1
* elput: Add input manager interface and APIs to connect & disconnectChris Michael2016-04-131-0/+32
* elput: Initial checkin of elput libraryChris Michael2016-04-131-0/+57